summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-03-10 21:49:19 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-03-10 21:49:19 +0100
commitfbb7168a0109ec23662953625d38de09d2642d77 (patch)
tree6c2ee9cfc670a3f57c7364f3b9258751c93eb7a2
parenta8187cd20769fd1a4dddbb51d86363eb80b40b9d (diff)
ia64: disable atomic tests
-rw-r--r--test/silly/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/silly/Makefile.in b/test/silly/Makefile.in
index 4f35368bf..c47734414 100644
--- a/test/silly/Makefile.in
+++ b/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