We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 153b06a + 543f4ce commit dde580dCopy full SHA for dde580d
test/functional/Java8andUp/playlist.xml
@@ -2226,6 +2226,13 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
2226
</test>
2227
<test>
2228
<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>
2236
<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
2237
$(JAVA_COMMAND) $(JVM_OPTIONS) \
2238
-cp $(Q)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(TEST_RESROOT)$(D)GeneralTest.jar$(Q) \
0 commit comments