|
@@ -10,6 +10,11 @@ ifeq ($(TARGET_ARCH),microblaze)
|
|
TESTS_DISABLED := tst-tls2
|
|
TESTS_DISABLED := tst-tls2
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+# deadlock
|
|
|
|
+ifeq ($(TARGET_ARCH),or1k)
|
|
|
|
+TESTS_DISABLED := tst-sem11 tst-fork1
|
|
|
|
+endif
|
|
|
|
+
|
|
# deadlock
|
|
# deadlock
|
|
ifeq ($(TARGET_ARCH),sh)
|
|
ifeq ($(TARGET_ARCH),sh)
|
|
TESTS_DISABLED := tst-cond1 tst-cond4 tst-cond6 tst-cond7 tst-cond10 \
|
|
TESTS_DISABLED := tst-cond1 tst-cond4 tst-cond6 tst-cond7 tst-cond10 \
|