Browse Source

sh4: disable stalling test tst-spin3

Waldemar Brodkorb 2 weeks ago
parent
commit
20a6cb7464
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/nptl/Makefile.in

+ 1 - 1
test/nptl/Makefile.in

@@ -23,7 +23,7 @@ ifeq ($(TARGET_ARCH),sh)
 TESTS_DISABLED := tst-cond1 tst-cond4 tst-cond6 tst-cond7 tst-cond10 \
 	tst-cond13 tst-cond14 tst-cond15 tst-cond18 tst-cond20 \
 	tst-cond21 tst-cond22 tst-cputimer1 tst-cputimer2 tst-cputimer3 \
-	tst-mutex8 tst-timer4 tst-timer5
+	tst-mutex8 tst-timer4 tst-timer5 tst-spin3
 endif
 
 TESTS := tst-align tst-align2 tst-atfork1 tst-attr1 tst-attr2 tst-attr3	\