From eba2360222e8e8b9218942e25ef12664bc153f2e Mon Sep 17 00:00:00 2001 From: Filippo Arcidiacono Date: Mon, 2 May 2011 12:59:18 +0200 Subject: test_nptl: fix expected result for tst-clock2 test tst-clock2 should return 0 when _SC_THREAD_CPUTIME option isn't available, instead of treating it as an error. Further set the expected ret value as 0 avoiding to hide any real failures in case of THREAD_CPUTIME feature available. Signed-off-by: Filippo Arcidiacono Signed-off-by: Carmelo Amoroso --- test/nptl/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'test/nptl/Makefile.in') diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index b6a279ebf..667156945 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -221,7 +221,6 @@ OPTS_tst-cancel7 = --command ./tst-cancel7 OPTS_tst-mqueue7 = -- ./tst-mqueue7 OPTS_tst-exec4 = ./tst-exec4 -RET_tst-clock2 := 1 RET_tst-cputimer1 := 1 RET_tst-cputimer2 := 1 RET_tst-cputimer3 := 1 -- cgit v1.2.3 From 074c5fcc9800847947d1819cb44cac962a19b1a5 Mon Sep 17 00:00:00 2001 From: Filippo Arcidiacono Date: Tue, 3 May 2011 09:32:53 +0200 Subject: test_nptl: fix expected result for tst-cputimer[123] Signed-off-by: Filippo Arcidiacono Signed-off-by: Carmelo Amoroso --- test/nptl/Makefile.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/nptl/Makefile.in') diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index 667156945..b91480250 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -221,8 +221,4 @@ OPTS_tst-cancel7 = --command ./tst-cancel7 OPTS_tst-mqueue7 = -- ./tst-mqueue7 OPTS_tst-exec4 = ./tst-exec4 -RET_tst-cputimer1 := 1 -RET_tst-cputimer2 := 1 -RET_tst-cputimer3 := 1 - WRAPPER := env LD_LIBRARY_PATH="$$PWD:.:$(LD_LIBRARY_PATH)" TIMEOUTFACTOR=100 -- cgit v1.2.3