Skip to content

Commit bbb5479

Browse files
committed
test/threads: Re-enable tests.
The referenced issue was closed a long time ago (#1232). These tests pass on power9 + RHEL 8.4. Signed-off-by: Austen Lauria <awlauria@us.ibm.com> (cherry picked from commit 8ff8f00)
1 parent aead414 commit bbb5479

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/threads/Makefile.am

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ check_PROGRAMS = \
2828
opal_condition \
2929
opal_atomic_thread_bench
3030

31-
# JMS possibly to be re-added when #1232 is fixed
32-
#TESTS = $(check_PROGRAMS)
33-
TESTS =
31+
TESTS = $(check_PROGRAMS)
3432

3533
opal_thread_SOURCES = opal_thread.c
3634
opal_thread_LDADD = \

0 commit comments

Comments
 (0)