Explorar o código

ia64: disable atomic tests

Waldemar Brodkorb %!s(int64=8) %!d(string=hai) anos
pai
achega
fbb7168a01
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      test/silly/Makefile.in

+ 4 - 0
test/silly/Makefile.in

@@ -4,6 +4,10 @@
 RET_hello := 42
 RET_tiny  := 42
 
+ifeq ($(TARGET_ARCH),ia64)
+TESTS_DISABLED += tst-atomic tst-atomic-long
+endif
+
 ifeq ($(TARGET_ARCH),mips)
 TESTS_DISABLED += tst-atomic tst-atomic-long
 endif