From 25ac62ad0dec8a89c4802a817777d6eb086aef7b Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 1 Aug 2013 21:26:31 +0000 Subject: Some tests are currently failing. Only run those if the REGRESS_FULL variable is set. --- regress/lib/csu/init_priority/init_priority_test.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'regress/lib/csu') diff --git a/regress/lib/csu/init_priority/init_priority_test.cc b/regress/lib/csu/init_priority/init_priority_test.cc index 4cb7023df00..e3aba403028 100644 --- a/regress/lib/csu/init_priority/init_priority_test.cc +++ b/regress/lib/csu/init_priority/init_priority_test.cc @@ -1,6 +1,7 @@ -/* $OpenBSD: init_priority_test.cc,v 1.3 2013/01/07 05:22:51 miod Exp $ */ +/* $OpenBSD: init_priority_test.cc,v 1.4 2013/08/01 21:26:30 kettenis Exp $ */ #include +#include namespace { const int kNumTests = 10; @@ -15,6 +16,7 @@ Test::Test(int x) { if (counter < kNumTests) log[counter] = x; + fprintf(stderr, "%d\n", x); counter++; } -- cgit v1.2.3