Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/openj9
Path: blob/master/test/functional/VM_Test/j9vm.xml
6000 views
1
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
2
<!DOCTYPE suite SYSTEM "excludes.dtd">
3
<?xml:stylesheet type="text/xsl" href="excludes.xsl" ?>
4
5
6
<!--
7
Copyright (c) 2016, 2022 IBM Corp. and others
8
9
This program and the accompanying materials are made available under
10
the terms of the Eclipse Public License 2.0 which accompanies this
11
distribution and is available at https://www.eclipse.org/legal/epl-2.0/
12
or the Apache License, Version 2.0 which accompanies this distribution and
13
is available at https://www.apache.org/licenses/LICENSE-2.0.
14
15
This Source Code may also be made available under the following
16
Secondary Licenses when the conditions for such availability set
17
forth in the Eclipse Public License, v. 2.0 are satisfied: GNU
18
General Public License, version 2 with the GNU Classpath
19
Exception [1] and GNU General Public License, version 2 with the
20
OpenJDK Assembly Exception [2].
21
22
[1] https://www.gnu.org/software/classpath/license.html
23
[2] http://openjdk.java.net/legal/assembly-exception.html
24
25
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
26
-->
27
28
29
<suite id="j9vm">
30
31
<exclude id="j9vm.test.multivm.MultiVMFibTest" platform="all">
32
<reason>Requires opt_multiVm which is not supported for realtime platforms</reason>
33
</exclude>
34
35
<exclude id="j9vm.test.libraryhandle.MultipleLibraryLoadTest" platform="static">
36
<reason>Requires loadLibrary() which is not available in static VM's.</reason>
37
</exclude>
38
<exclude id="j9vm.test.jni.JNIFloatTest" platform="static">
39
<reason>Requires loadLibrary() which is not available in static VM's.</reason>
40
</exclude>
41
<exclude id="j9vm.test.jni.LocalRefTest" platform="static">
42
<reason>Requires loadLibrary() which is not available in static VM's.</reason>
43
</exclude>
44
<exclude id="j9vm.test.jni.VolatileTest" platform="static">
45
<reason>Requires loadLibrary() which is not available in static VM's.</reason>
46
</exclude>
47
<exclude id="j9vm.test.jni.NullRefTest" platform="static">
48
<reason>Requires loadLibrary() which is not available in static VM's.</reason>
49
</exclude>
50
<exclude id="j9vm.test.monitor.CancelDeadThreadTest" platform="static">
51
<reason>Requires loadLibrary() which is not available in static VM's.</reason>
52
</exclude>
53
<exclude id="j9vm.test.monitor.CancelTest" platform="static">
54
<reason>Requires loadLibrary() which is not available in static VM's.</reason>
55
</exclude>
56
<exclude id="j9vm.test.monitor.EnterExitTest" platform="static">
57
<reason>Requires loadLibrary() which is not available in static VM's.</reason>
58
</exclude>
59
<exclude id="j9vm.test.monitor.IllegalMonitorStateTest" platform="static">
60
<reason>Requires loadLibrary() which is not available in static VM's.</reason>
61
</exclude>
62
<exclude id="j9vm.test.monitor.JNITest" platform="static">
63
<reason>Requires loadLibrary() which is not available in static VM's.</reason>
64
</exclude>
65
66
<exclude id="j9vm.test.classunloading.testcases" platform="all">
67
<reason>These tests run separately and are not as part of j9vm test suite</reason>
68
</exclude>
69
70
<exclude id="j9vm.test.thread.InterruptNotifyWaitTest" platform="all">
71
<reason>CMVC 158969: test runs too slow after switching to the SDK launcher</reason>
72
</exclude>
73
74
<include id="j9vm.test.thread.SchedulingTest" platform="linux_x86-64_srt.*">
75
<reason>Only applies to Linux SRT</reason>
76
</include>
77
78
<exclude id="j9vm.test.xlpcodecache" platform="aix_ppc.* | osx_aarch64.* | osx_x86.* | zos.*">
79
<reason>This test is unstable on AIXPPC, and S390 Z/OS: OpenJ9 Issue 8437, and 8798 respectively.
80
Xlp is not supported on OSX.
81
</reason>
82
</exclude>
83
84
<exclude id="j9vm.test.xlp" platform="osx_aarch64.* | osx_x86.* | zos.*">
85
<reason>This test is unstable on S390 Z/OS: OpenJ9 Issue 8798. Xlp is not supported on OSX. </reason>
86
</exclude>
87
88
<exclude id="j9vm.test.classloader.LazyClassLoaderInitTest" platform="all">
89
<reason>Test is run from playlist other than sanity.</reason>
90
</exclude>
91
92
</suite>
93
94
95