Skip to content

Commit e129be2

Browse files
authored
Exclude tests for jdk24 (#6146)
Tracked by https://github.com/adoptium/aqa-tests/issues/6072 Signed-off-by: Sophia Guo <[email protected]>
1 parent a8cf85f commit e129be2

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

system/mauveLoadTest/playlist.xml

+18
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141
<test>
4242
<testCaseName>MauveSingleThrdLoad_HS_5m</testCaseName>
4343
<disables>
44+
<disable>
45+
<comment>https://github.com/adoptium/aqa-tests/issues/6072</comment>
46+
<version>24+</version>
47+
<impl>hotspot</impl>
48+
<platform>x86-64_.*</platform>
49+
</disable>
4450
<disable>
4551
<comment>https://github.com/adoptium/aqa-tests/issues/4976</comment>
4652
<impl>hotspot</impl>
@@ -94,6 +100,12 @@
94100
<test>
95101
<testCaseName>MauveSingleInvocLoad_HS_5m</testCaseName>
96102
<disables>
103+
<disable>
104+
<comment>https://github.com/adoptium/aqa-tests/issues/6072</comment>
105+
<version>24+</version>
106+
<impl>hotspot</impl>
107+
<platform>x86-64_.*</platform>
108+
</disable>
97109
<disable>
98110
<comment>https://github.com/adoptium/aqa-tests/issues/4976</comment>
99111
<impl>hotspot</impl>
@@ -126,6 +138,12 @@
126138
<test>
127139
<testCaseName>MauveMultiThrdLoad_5m</testCaseName>
128140
<disables>
141+
<disable>
142+
<comment>https://github.com/adoptium/aqa-tests/issues/6072</comment>
143+
<version>24+</version>
144+
<impl>hotspot</impl>
145+
<platform>x86-64_.*</platform>
146+
</disable>
129147
<disable>
130148
<comment>https://github.com/adoptium/aqa-tests/issues/4976</comment>
131149
<impl>hotspot</impl>

system/otherLoadTest/playlist.xml

+18
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
<test>
3535
<testCaseName>MiniMix_5m</testCaseName>
3636
<disables>
37+
<disable>
38+
<comment>https://github.com/adoptium/aqa-tests/issues/6072</comment>
39+
<version>24+</version>
40+
<impl>hotspot</impl>
41+
<platform>x86-64_.*</platform>
42+
</disable>
3743
<disable>
3844
<comment>https://github.com/adoptium/aqa-tests/issues/3819</comment>
3945
<version>11+</version>
@@ -69,6 +75,12 @@
6975
<test>
7076
<testCaseName>MiniMix_10m</testCaseName>
7177
<disables>
78+
<disable>
79+
<comment>https://github.com/adoptium/aqa-tests/issues/6072</comment>
80+
<version>24+</version>
81+
<impl>hotspot</impl>
82+
<platform>x86-64_.*</platform>
83+
</disable>
7284
<disable>
7385
<comment>https://github.com/adoptium/aqa-tests/issues/3819</comment>
7486
<version>11+</version>
@@ -104,6 +116,12 @@
104116
<test>
105117
<testCaseName>MiniMix_aot_5m</testCaseName>
106118
<disables>
119+
<disable>
120+
<comment>https://github.com/adoptium/aqa-tests/issues/6072</comment>
121+
<version>24+</version>
122+
<impl>hotspot</impl>
123+
<platform>x86-64_.*</platform>
124+
</disable>
107125
<disable>
108126
<comment>eclipse-openj9/openj9/issues/14165,https://github.com/adoptium/aqa-tests/issues/3230</comment>
109127
<platform>x86-32_windows</platform>

0 commit comments

Comments
 (0)