Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v1.0.2-release] Cherrypick test exclusions #5456

Merged
merged 3 commits into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions functional/MBCS_Tests/formatter/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ limitations under the License.
<version>22+</version>
<impl>openj9</impl>
</disable>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/5148</comment>
<version>22+</version>
<impl>hotspot</impl>
<platform>s390x_linux</platform>
</disable>
</disables>
<platformRequirements>os.linux</platformRequirements>
<levels>
Expand Down Expand Up @@ -202,6 +208,12 @@ limitations under the License.
</test>
<test>
<testCaseName>MBCS_Tests_formatter_Zh_TW_aix</testCaseName>
<disables>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/5148</comment>
<version>22+</version>
</disable>
</disables>
<command>LANG=Zh_TW ksh $(TEST_RESROOT)$(D)test.sh; \
$(TEST_STATUS)</command>
<platformRequirements>os.aix</platformRequirements>
Expand All @@ -217,6 +229,12 @@ limitations under the License.
</test>
<test>
<testCaseName>MBCS_Tests_formatter_zh_TW_aix</testCaseName>
<disables>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/5148</comment>
<version>22+</version>
</disable>
</disables>
<command>LANG=zh_TW ksh $(TEST_RESROOT)$(D)test.sh; \
$(TEST_STATUS)</command>
<platformRequirements>os.aix</platformRequirements>
Expand All @@ -232,6 +250,12 @@ limitations under the License.
</test>
<test>
<testCaseName>MBCS_Tests_formatter_ZH_TW_aix</testCaseName>
<disables>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/5148</comment>
<version>22+</version>
</disable>
</disables>
<command>LANG=ZH_TW ksh $(TEST_RESROOT)$(D)test.sh; \
$(TEST_STATUS)</command>
<platformRequirements>os.aix</platformRequirements>
Expand Down Expand Up @@ -307,6 +331,12 @@ limitations under the License.
</test>
<test>
<testCaseName>MBCS_Tests_formatter_tw_windows</testCaseName>
<disables>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/5148</comment>
<version>22+</version>
</disable>
</disables>
<command>$(TEST_RESROOT)$(D)test2.bat windows zh tw MS950 TEST_STRING; \
$(TEST_STATUS)</command>
<platformRequirements>os.win</platformRequirements>
Expand Down
18 changes: 18 additions & 0 deletions functional/MBCS_Tests/i18n/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ limitations under the License.
<command>LANG=ko_KR.UTF-8 perl $(TEST_RESROOT)$(D)test.pl; \
$(TEST_STATUS)</command>
<disables>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/5148</comment>
<version>22+</version>
<impl>hotspot</impl>
<platform>s390x_linux</platform>
</disable>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/19083</comment>
<version>22+</version>
Expand Down Expand Up @@ -127,6 +133,12 @@ limitations under the License.
</test>
<test>
<testCaseName>MBCS_Tests_i18n_ko_KR_aix</testCaseName>
<disables>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/5148</comment>
<version>22+</version>
</disable>
</disables>
<command>LANG=ko_KR perl $(TEST_RESROOT)$(D)test.pl; \
$(TEST_STATUS)</command>
<platformRequirements>os.aix</platformRequirements>
Expand All @@ -142,6 +154,12 @@ limitations under the License.
</test>
<test>
<testCaseName>MBCS_Tests_i18n_KO_KR_aix</testCaseName>
<disables>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/5148</comment>
<version>22+</version>
</disable>
</disables>
<command>LANG=KO_KR perl $(TEST_RESROOT)$(D)test.pl; \
$(TEST_STATUS)</command>
<platformRequirements>os.aix</platformRequirements>
Expand Down
4 changes: 3 additions & 1 deletion openjdk/excludes/ProblemList_openjdk8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ gc/g1/TestSummarizeRSetStatsTools.java https://github.com/adoptium/aqa-tests/iss
gc/g1/TestHumongousAllocInitialMark.java https://github.com/adoptium/aqa-tests/issues/3297 linux-arm
gc/g1/TestShrinkAuxiliaryData10.java https://github.com/adoptium/aqa-tests/issues/3297 linux-arm
gc/g1/TestStringDeduplicationPrintOptions.java https://github.com/adoptium/aqa-tests/issues/3297 linux-arm
gc/g1/TestHumongousCodeCacheRoots.java https://github.com/adoptium/aqa-tests/issues/3297 linux-arm
# gc/g1/TestHumongousCodeCacheRoots.java https://github.com/adoptium/aqa-tests/issues/5247 aix-all
gc/g1/TestHumongousCodeCacheRoots.java https://github.com/adoptium/aqa-tests/issues/3297 linux-arm,aix-all
gc/g1/TestShrinkAuxiliaryData15.java https://github.com/adoptium/aqa-tests/issues/3297 linux-arm
gc/g1/TestStringDeduplicationTableRehash.java https://github.com/adoptium/aqa-tests/issues/3297 linux-arm
gc/g1/TestHumongousShrinkHeap.java https://github.com/adoptium/aqa-tests/issues/3297 linux-arm
Expand Down Expand Up @@ -334,6 +335,7 @@ com/sun/tools/attach/StartManagementAgent.java https://github.com/adoptium/aqa-t
tools/pack200/CommandLineTests.java https://github.com/adoptium/aqa-tests/issues/1051 linux-s390x,solaris-sparcv9
tools/pack200/Pack200Test.java https://github.com/adoptium/aqa-tests/issues/2657 generic-all
tools/launcher/RunpathTest.java https://bugs.openjdk.java.net/browse/JDK-8286118 linux-arm
tools/launcher/VersionCheck.java https://github.com/adoptium/aqa-tests/issues/4243 linux-x64
sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java https://github.com/adoptium/infrastructure/issues/2565 solaris-x64
sun/jvmstat/monitor/MonitoredVm/CR6672135.java https://github.com/adoptium/aqa-tests/issues/3691 windows-x64

Expand Down
2 changes: 1 addition & 1 deletion openjdk/excludes/vendors/eclipse/ProblemList_openjdk11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
############################################################################

# jdk_nio

java/nio/file/DirectoryStream/SecureDS.java https://github.com/adoptium/aqa-tests/issues/3635 linux-all
############################################################################

# jdk_rmi
Expand Down
144 changes: 144 additions & 0 deletions openjdk/excludes/vendors/eclipse/ProblemList_openjdk17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
############################################################################
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#############################################################################

# jdk_awt

############################################################################

# jdk_beans

############################################################################

# jdk_lang

############################################################################

# jdk_management

############################################################################

# jdk_jmx

############################################################################

# jdk_math

############################################################################

# jdk_other

############################################################################

# jdk_net

############################################################################

# jdk_io

############################################################################

# jdk_jdi

############################################################################

# jdk_nio
java/nio/file/DirectoryStream/SecureDS.java https://github.com/adoptium/aqa-tests/issues/3635 linux-all

############################################################################

# jdk_rmi

############################################################################

# jdk_security

############################################################################

# jdk_security3

#############################################################################

# jdk_security_infra

#############################################################################

# jdk_sound

############################################################################

# jdk_swing

############################################################################

# jdk_text

############################################################################

# jdk_time

############################################################################

# jdk_tools

############################################################################

# jdk_jdi

############################################################################

# jdk_util

############################################################################

# svc_tools

############################################################################

# jdk_other

############################################################################

# jdk_foreign

############################################################################

# hotspot_compiler

############################################################################

# jdk_jfr

###########################################################################

# jdk_vector

############################################################################

# jvm_compiler

############################################################################

# jdk_container/hotspot_container

############################################################################

# hotspot_gc

############################################################################

# hotspot_runtime

############################################################################

# hotspot_serviceability
Loading