Skip to content

Commit dde580d

Browse files
authored
Merge pull request #21876 from llxia/pt
Exclude pthreadDestructor on IBM Java 8 AIX
2 parents 153b06a + 543f4ce commit dde580d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/functional/Java8andUp/playlist.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2226,6 +2226,13 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
22262226
</test>
22272227
<test>
22282228
<testCaseName>pthreadDestructor</testCaseName>
2229+
<disables>
2230+
<disable>
2231+
<comment>https://github.ibm.com/runtimes/backlog/issues/1656</comment>
2232+
<platform>.*aix.*</platform>
2233+
<impl>ibm</impl>
2234+
</disable>
2235+
</disables>
22292236
<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
22302237
$(JAVA_COMMAND) $(JVM_OPTIONS) \
22312238
-cp $(Q)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(TEST_RESROOT)$(D)GeneralTest.jar$(Q) \

0 commit comments

Comments
 (0)