File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -728,7 +728,8 @@ def runTest( ) {
728
728
env. SYSTEM_CUSTOM_TARGET = CUSTOM_TARGET
729
729
} else {
730
730
// remove suffix, then set CUSTOM_OPTION (i.e., jdk_custom_0 will become jdk_custom)
731
- def removeSuffix = TARGET . replaceAll(/ _\d +$/ , " " )
731
+ def removeDisabled = TARGET . replaceAll(" disabled." , " " )
732
+ def removeSuffix = removeDisabled. replaceAll(/ _\d +$/ , " " )
732
733
CUSTOM_OPTION = " ${ removeSuffix.toUpperCase()} _TARGET='${ CUSTOM_TARGET} '"
733
734
}
734
735
}
Original file line number Diff line number Diff line change 102
102
<variation >Mode1000</variation >
103
103
</variations >
104
104
<command >$(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \
105
- $(JTREG_BASIC_OPTIONS) $(JVM_NATIVE_OPTIONS) -vmoptions:$(Q)-Xmx512m $(JVM_OPTIONS) $(VMOPTION_HEADLESS)$(Q) \
105
+ $(JTREG_BASIC_OPTIONS) -nativepath:"$(TESTIMAGE_PATH)/hotspot/jtreg/native" -vmoptions:$(Q)-Xmx512m $(JVM_OPTIONS) $(VMOPTION_HEADLESS)$(Q) \
106
106
$(TIMEOUT_HANDLER) \
107
107
-w $(Q)$(REPORTDIR)$(D)work$(Q) \
108
108
-r $(Q)$(REPORTDIR)$(D)report$(Q) \
115
115
<groups >
116
116
<group >openjdk</group >
117
117
</groups >
118
- <impls >
119
- <impl >hotspot</impl >
120
- </impls >
118
+ <disables >
119
+ <disable >
120
+ <comment >https://github.com/adoptium/aqa-tests/issues/5357</comment >
121
+ <impl >openj9</impl >
122
+ </disable >
123
+ <disable >
124
+ <comment >https://github.com/adoptium/aqa-tests/issues/5357</comment >
125
+ <impl >ibm</impl >
126
+ </disable >
127
+ </disables >
121
128
</test >
122
129
<test >
123
130
<testCaseName >hotspot_container</testCaseName >
You can’t perform that action at this time.
0 commit comments