Skip to content

Commit cad7541

Browse files
committed
Exclude MBCS_Tests on alinux for JDK24
- Exclude MBCS_Tests_codepoint_linux_0 and MBCS_Tests_locale_matching_zh_CN_linux_0 on alinux related:https://github.ibm.com/runtimes/backlog/issues/1610 Signed-off-by: Anna Babu Palathingal <[email protected]>
1 parent db1e301 commit cad7541

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

functional/MBCS_Tests/codepoint/playlist.xml

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ limitations under the License.
1515
<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../TKG/resources/playlist.xsd">
1616
<test>
1717
<testCaseName>MBCS_Tests_codepoint_linux</testCaseName>
18+
<disables>
19+
<disable>
20+
<comment>https://github.ibm.com/runtimes/backlog/issues/1610</comment>
21+
<version>24</version>
22+
</disable>
23+
</disables>
1824
<command>bash $(TEST_RESROOT)$(D)test.sh; \
1925
$(TEST_STATUS)</command>
2026
<platformRequirements>os.linux</platformRequirements>

functional/MBCS_Tests/locale_matching/playlist.xml

+6
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ limitations under the License.
4646
</test>
4747
<test>
4848
<testCaseName>MBCS_Tests_locale_matching_zh_CN_linux</testCaseName>
49+
<disables>
50+
<disable>
51+
<comment>https://github.ibm.com/runtimes/backlog/issues/1610</comment>
52+
<version>24</version>
53+
</disable>
54+
</disables>
4955
<command>LANG=zh_CN.UTF-8 perl $(TEST_RESROOT)$(D)test.pl; \
5056
$(TEST_STATUS)</command>
5157
<platformRequirements>os.linux</platformRequirements>

0 commit comments

Comments
 (0)