瀏覽代碼

ia64: disable atomic tests

Waldemar Brodkorb 8 年之前
父節點
當前提交
fbb7168a01
共有 1 個文件被更改,包括 4 次插入0 次删除
  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