Path: blob/master/test/functional/cmdLineTests/jvmtitests/jvmtitests_excludes_17.xml
6004 views
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>1<!--2Copyright (c) 2020, 2020 IBM Corp. and others34This program and the accompanying materials are made available under5the terms of the Eclipse Public License 2.0 which accompanies this6distribution and is available at https://www.eclipse.org/legal/epl-2.0/7or the Apache License, Version 2.0 which accompanies this distribution and8is available at https://www.apache.org/licenses/LICENSE-2.0.910This Source Code may also be made available under the following11Secondary Licenses when the conditions for such availability set12forth in the Eclipse Public License, v. 2.0 are satisfied: GNU13General Public License, version 2 with the GNU Classpath14Exception [1] and GNU General Public License, version 2 with the15OpenJDK Assembly Exception [2].1617[1] https://www.gnu.org/software/classpath/license.html18[2] http://openjdk.java.net/legal/assembly-exception.html1920SPDX-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-exception21-->22<!DOCTYPE suite SYSTEM "excludes.dtd">23<?xml:stylesheet type="text/xsl" href="excludes.xsl"?>2425<suite id="jvmtitest">2627<!-- Define exclude configs here (all & platform names are parsed for free by harness) -->28<platform id="all"/>29<platform id="aix_ppc-64"/>30<platform id="win_x86_newrom"/>3132<!-- 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 -->33<exclude id="re002" platform="all" shouldFix="true">34<reason>No reliable cross-platform way of simulating this condition</reason>35</exclude>3637<exclude id="gts001" platform="all" shouldFix="true">38<reason>Test is not very robust at the moment. Time dependency might cause it to fail</reason>39</exclude>4041<exclude id="mt001" platform="latest" shouldFix="true">42<reason>Test doesn't work for b149 and later. Issue: </reason>43</exclude>4445<exclude id="fer001" platform="all" shouldFix="true">46<reason>Testcase deadlocks due to bogus locking, replaced by fer003. keep fer001 for component debugging</reason>47</exclude>4849<!-- Windows IA32 New ROMClass Builder - the test requires retransform support, which will be implemented under JAZZ 19331 -->50<exclude id="gpc002" platform="win_x86_newrom" shouldFix="true" expiry="Oct 8 2009">51<reason>Testcase requires retransform support, which will be implemented under JAZZ 19331</reason>52</exclude>5354<exclude id="nmr001" platform="all">55<reason>Nestmates are not enabled on java10</reason>56</exclude>5758</suite>596061