Skip to content

Commit

Permalink
Exclude MBCS test targets (#5451)
Browse files Browse the repository at this point in the history
Signed-off-by: Shelley Lambert <[email protected]>
  • Loading branch information
smlambert authored Jul 16, 2024
1 parent 8dd4c0c commit 3ff01f7
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
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
19 changes: 19 additions & 0 deletions functional/MBCS_Tests/i18n/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ limitations under the License.
</test>
<test>
<testCaseName>MBCS_Tests_i18n_ko_KR_linux</testCaseName>
<disables>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/5148</comment>
<version>22+</version>
<impl>hotspot</impl>
<platform>s390x_linux</platform>
</disable>
<command>LANG=ko_KR.UTF-8 perl $(TEST_RESROOT)$(D)test.pl; \
$(TEST_STATUS)</command>
<disables>
Expand Down Expand Up @@ -127,6 +134,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 +155,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

0 comments on commit 3ff01f7

Please sign in to comment.