Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/openj9
Path: blob/master/test/functional/cmdLineTests/gcRegressionTests/gcRegressionTests_excludes.xml
6004 views
1
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
2
3
<!--
4
Copyright (c) 2001, 2022 IBM Corp. and others
5
6
This program and the accompanying materials are made available under
7
the terms of the Eclipse Public License 2.0 which accompanies this
8
distribution and is available at https://www.eclipse.org/legal/epl-2.0/
9
or the Apache License, Version 2.0 which accompanies this distribution and
10
is available at https://www.apache.org/licenses/LICENSE-2.0.
11
12
This Source Code may also be made available under the following
13
Secondary Licenses when the conditions for such availability set
14
forth in the Eclipse Public License, v. 2.0 are satisfied: GNU
15
General Public License, version 2 with the GNU Classpath
16
Exception [1] and GNU General Public License, version 2 with the
17
OpenJDK Assembly Exception [2].
18
19
[1] https://www.gnu.org/software/classpath/license.html
20
[2] http://openjdk.java.net/legal/assembly-exception.html
21
22
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
23
-->
24
25
<!DOCTYPE suite SYSTEM "excludes.dtd">
26
<?xml:stylesheet type="text/xsl" href="excludes.xsl" ?>
27
28
<suite id="J9 GC Regression Tests">
29
30
<!-- Hard RTJ doesn't support dynamic class unloading, SRT: out of memory issues -->
31
<exclude id="Unload lots of classes using normal behaviour (JIT Disabled)" platform="Mode301" shouldFix="true"><reason>Class unloading not supported on RTJ</reason></exclude>
32
<exclude id="Unload lots of classes using FVT stress argument to force finalization (JIT Disabled)" platform="Mode301" shouldFix="true"><reason>Class unloading not supported on RTJ</reason></exclude>
33
<exclude id="Unload lots of classes using normal behaviour (with JIT if JIT is Enabled)" platform="Mode301" shouldFix="true"><reason>Class unloading not supported on RTJ</reason></exclude>
34
<exclude id="Unload lots of classes using FVT stress argument to force finalization (with JIT if JIT is Enabled)" platform="Mode301" shouldFix="true"><reason>Class unloading not supported on RTJ</reason></exclude>
35
36
<!-- Metronome and Staccato do not support contraction -->
37
<exclude id="Run with arguments which will make contraction very unlikely" platform="Mode301" shouldFix="true"><reason>Metronome and Staccato do not support contraction</reason></exclude>
38
<exclude id="Run with arguments which will make contraction occur very quickly" platform="Mode301" shouldFix="true"><reason>Metronome and Staccato do not support contraction</reason></exclude>
39
<exclude id="Run with arguments which will make contraction occur very quickly and will cause workpacket overflow" platform="Mode301" shouldFix="true"><reason>Metronome and Staccato do not support contraction</reason></exclude>
40
<exclude id="Run with arguments which will make contraction happen slowly" platform="Mode301" shouldFix="true"><reason>Metronome and Staccato do not support contraction</reason></exclude>
41
42
<!-- Metronome and Staccato do not use excessive GC -->
43
<exclude id="Excessive GC throws OOM" platform="Mode301" shouldFix="true"><reason>Metronome and Staccato do not use excessive GC</reason></exclude>
44
<exclude id="Excessive GC appears in verbose log" platform="Mode301" shouldFix="true"><reason>Metronome and Staccato do not use excessive GC</reason></exclude>
45
46
<!-- only Gencon GC is supported on RISC-V -->
47
<exclude id="Excessive GC throws OOM" platform="linux_riscv.*" shouldFix="false"><reason>The initial memory setting does not work on RISC-V</reason></exclude>
48
<include id="Excessive GC throws OOM on RISC-V" platform="linux_riscv.*" shouldFix="false"><reason>The initial memory setting is only used to trigger the OOM on RISC-V</reason></include>
49
</suite>
50
51
52