Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/openj9
Path: blob/master/test/functional/cmdLineTests/jvmtitests/jvmtitests_excludes_17.xml
6004 views
1
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
2
<!--
3
Copyright (c) 2020, 2020 IBM Corp. and others
4
5
This program and the accompanying materials are made available under
6
the terms of the Eclipse Public License 2.0 which accompanies this
7
distribution and is available at https://www.eclipse.org/legal/epl-2.0/
8
or the Apache License, Version 2.0 which accompanies this distribution and
9
is available at https://www.apache.org/licenses/LICENSE-2.0.
10
11
This Source Code may also be made available under the following
12
Secondary Licenses when the conditions for such availability set
13
forth in the Eclipse Public License, v. 2.0 are satisfied: GNU
14
General Public License, version 2 with the GNU Classpath
15
Exception [1] and GNU General Public License, version 2 with the
16
OpenJDK Assembly Exception [2].
17
18
[1] https://www.gnu.org/software/classpath/license.html
19
[2] http://openjdk.java.net/legal/assembly-exception.html
20
21
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
22
-->
23
<!DOCTYPE suite SYSTEM "excludes.dtd">
24
<?xml:stylesheet type="text/xsl" href="excludes.xsl"?>
25
26
<suite id="jvmtitest">
27
28
<!-- Define exclude configs here (all & platform names are parsed for free by harness) -->
29
<platform id="all"/>
30
<platform id="aix_ppc-64"/>
31
<platform id="win_x86_newrom"/>
32
33
<!-- AIX64 - The test creates thousands of threads without exhausting its available heap. Probably due to some sort of lazy stack mapping on the OS side -->
34
<exclude id="re002" platform="all" shouldFix="true">
35
<reason>No reliable cross-platform way of simulating this condition</reason>
36
</exclude>
37
38
<exclude id="gts001" platform="all" shouldFix="true">
39
<reason>Test is not very robust at the moment. Time dependency might cause it to fail</reason>
40
</exclude>
41
42
<exclude id="mt001" platform="latest" shouldFix="true">
43
<reason>Test doesn't work for b149 and later. Issue: </reason>
44
</exclude>
45
46
<exclude id="fer001" platform="all" shouldFix="true">
47
<reason>Testcase deadlocks due to bogus locking, replaced by fer003. keep fer001 for component debugging</reason>
48
</exclude>
49
50
<!-- Windows IA32 New ROMClass Builder - the test requires retransform support, which will be implemented under JAZZ 19331 -->
51
<exclude id="gpc002" platform="win_x86_newrom" shouldFix="true" expiry="Oct 8 2009">
52
<reason>Testcase requires retransform support, which will be implemented under JAZZ 19331</reason>
53
</exclude>
54
55
<exclude id="nmr001" platform="all">
56
<reason>Nestmates are not enabled on java10</reason>
57
</exclude>
58
59
</suite>
60
61