Path: blob/master/test/functional/cmdLineTests/jvmtitests/jvmtitests_excludes_11.xml
6004 views
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>12<!--3Copyright (c) 2018, 2018 IBM Corp. and others45This program and the accompanying materials are made available under6the terms of the Eclipse Public License 2.0 which accompanies this7distribution and is available at https://www.eclipse.org/legal/epl-2.0/8or the Apache License, Version 2.0 which accompanies this distribution and9is available at https://www.apache.org/licenses/LICENSE-2.0.1011This Source Code may also be made available under the following12Secondary Licenses when the conditions for such availability set13forth in the Eclipse Public License, v. 2.0 are satisfied: GNU14General Public License, version 2 with the GNU Classpath15Exception [1] and GNU General Public License, version 2 with the16OpenJDK Assembly Exception [2].1718[1] https://www.gnu.org/software/classpath/license.html19[2] http://openjdk.java.net/legal/assembly-exception.html2021SPDX-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-exception22-->2324<!DOCTYPE suite SYSTEM "excludes.dtd">25<?xml:stylesheet type="text/xsl" href="excludes.xsl" ?>2627<suite id="jvmtitest">2829<!-- Define exclude configs here (all & platform names are parsed for free by harness) -->30<platform id="all"/>31<platform id="aix_ppc-64"/>32<platform id="win_x86_newrom"/>3334<!-- 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 -->35<exclude id="re002" platform="all" shouldFix="true">36<reason>No reliable cross-platform way of simulating this condition</reason>37</exclude>3839<exclude id="gts001" platform="all" shouldFix="true">40<reason>Test is not very robust at the moment. Time dependency might cause it to fail</reason>41</exclude>4243<exclude id="mt001" platform="latest" shouldFix="true">44<reason>Test doesn't work for b149 and later. Issue: </reason>45</exclude>4647<exclude id="fer001" platform="all" shouldFix="true">48<reason>Testcase deadlocks due to bogus locking, replaced by fer003. keep fer001 for component debugging</reason>49</exclude>5051<!-- Windows IA32 New ROMClass Builder - the test requires retransform support, which will be implemented under JAZZ 19331 -->52<exclude id="gpc002" platform="win_x86_newrom" shouldFix="true" expiry="Oct 8 2009">53<reason>Testcase requires retransform support, which will be implemented under JAZZ 19331</reason>54</exclude>5556<exclude id="nmr001" platform="all">57<reason>Nestmates are not enabled on java10</reason>58</exclude>596061</suite>626364