OSDN Git Service

test: skip arc4random on glibc
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 18 Mar 2015 21:32:13 +0000 (22:32 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 18 Mar 2015 21:32:13 +0000 (22:32 +0100)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
test/stdlib/Makefile.in

index f39941d..df3440a 100644 (file)
@@ -7,9 +7,12 @@ DODIFF_teston_exit := 1
 DODIFF_teststrtol  := 1
 
 TESTS_DISABLED :=
+GLIBC_TESTS_DISABLED :=
 ifeq ($(UCLIBC_HAS_PTY),)
 TESTS_DISABLED += ptytest
 endif
 ifeq ($(UCLIBC_HAS_ARC4RANDOM),)
 TESTS_DISABLED += testarc4random
+else
+GLIBC_TESTS_DISABLED += testarc4random
 endif