diff options
author | Vineet Gupta <Vineet.Gupta1@synopsys.com> | 2018-07-20 16:43:36 -0700 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-07-21 13:30:42 +0200 |
commit | dd228dc131f072eefcdc60d014a9c48b9722f9a9 (patch) | |
tree | 0fb837e6b7bb33dea6915aa6eebd742dfe6693d3 | |
parent | 0b3859e7c29390a9afc9bce9979a8f27570cb61a (diff) |
Revert "arc: disable deadlocking test"
This seems to work fine on ARC !
This reverts commit f0567d67075ff7a27ada8ab5bce750fe8a739763.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
-rw-r--r-- | test/nptl/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index 761f52d..35859f9 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -1,11 +1,6 @@ # uClibc-ng NPTL tests # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. -# deadlock -ifeq ($(TARGET_ARCH),arc) -TESTS_DISABLED := tst-cond16 -endif - ifeq ($(TARGET_ARCH),metag) TESTS_DISABLED := tst-cleanup0 tst-cleanupx0 endif |