Path: blob/master/test/functional/VM_Test/j9vm.xml
6000 views
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>1<!DOCTYPE suite SYSTEM "excludes.dtd">2<?xml:stylesheet type="text/xsl" href="excludes.xsl" ?>345<!--6Copyright (c) 2016, 2022 IBM Corp. and others78This program and the accompanying materials are made available under9the terms of the Eclipse Public License 2.0 which accompanies this10distribution and is available at https://www.eclipse.org/legal/epl-2.0/11or the Apache License, Version 2.0 which accompanies this distribution and12is available at https://www.apache.org/licenses/LICENSE-2.0.1314This Source Code may also be made available under the following15Secondary Licenses when the conditions for such availability set16forth in the Eclipse Public License, v. 2.0 are satisfied: GNU17General Public License, version 2 with the GNU Classpath18Exception [1] and GNU General Public License, version 2 with the19OpenJDK Assembly Exception [2].2021[1] https://www.gnu.org/software/classpath/license.html22[2] http://openjdk.java.net/legal/assembly-exception.html2324SPDX-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-exception25-->262728<suite id="j9vm">2930<exclude id="j9vm.test.multivm.MultiVMFibTest" platform="all">31<reason>Requires opt_multiVm which is not supported for realtime platforms</reason>32</exclude>3334<exclude id="j9vm.test.libraryhandle.MultipleLibraryLoadTest" platform="static">35<reason>Requires loadLibrary() which is not available in static VM's.</reason>36</exclude>37<exclude id="j9vm.test.jni.JNIFloatTest" platform="static">38<reason>Requires loadLibrary() which is not available in static VM's.</reason>39</exclude>40<exclude id="j9vm.test.jni.LocalRefTest" platform="static">41<reason>Requires loadLibrary() which is not available in static VM's.</reason>42</exclude>43<exclude id="j9vm.test.jni.VolatileTest" platform="static">44<reason>Requires loadLibrary() which is not available in static VM's.</reason>45</exclude>46<exclude id="j9vm.test.jni.NullRefTest" platform="static">47<reason>Requires loadLibrary() which is not available in static VM's.</reason>48</exclude>49<exclude id="j9vm.test.monitor.CancelDeadThreadTest" platform="static">50<reason>Requires loadLibrary() which is not available in static VM's.</reason>51</exclude>52<exclude id="j9vm.test.monitor.CancelTest" platform="static">53<reason>Requires loadLibrary() which is not available in static VM's.</reason>54</exclude>55<exclude id="j9vm.test.monitor.EnterExitTest" platform="static">56<reason>Requires loadLibrary() which is not available in static VM's.</reason>57</exclude>58<exclude id="j9vm.test.monitor.IllegalMonitorStateTest" platform="static">59<reason>Requires loadLibrary() which is not available in static VM's.</reason>60</exclude>61<exclude id="j9vm.test.monitor.JNITest" platform="static">62<reason>Requires loadLibrary() which is not available in static VM's.</reason>63</exclude>6465<exclude id="j9vm.test.classunloading.testcases" platform="all">66<reason>These tests run separately and are not as part of j9vm test suite</reason>67</exclude>6869<exclude id="j9vm.test.thread.InterruptNotifyWaitTest" platform="all">70<reason>CMVC 158969: test runs too slow after switching to the SDK launcher</reason>71</exclude>7273<include id="j9vm.test.thread.SchedulingTest" platform="linux_x86-64_srt.*">74<reason>Only applies to Linux SRT</reason>75</include>7677<exclude id="j9vm.test.xlpcodecache" platform="aix_ppc.* | osx_aarch64.* | osx_x86.* | zos.*">78<reason>This test is unstable on AIXPPC, and S390 Z/OS: OpenJ9 Issue 8437, and 8798 respectively.79Xlp is not supported on OSX.80</reason>81</exclude>8283<exclude id="j9vm.test.xlp" platform="osx_aarch64.* | osx_x86.* | zos.*">84<reason>This test is unstable on S390 Z/OS: OpenJ9 Issue 8798. Xlp is not supported on OSX. </reason>85</exclude>8687<exclude id="j9vm.test.classloader.LazyClassLoaderInitTest" platform="all">88<reason>Test is run from playlist other than sanity.</reason>89</exclude>9091</suite>92939495