Path: blob/master/test/functional/cmdLineTests/gcRegressionTests/gcRegressionTests_excludes.xml
6004 views
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>12<!--3Copyright (c) 2001, 2022 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="J9 GC Regression Tests">2829<!-- Hard RTJ doesn't support dynamic class unloading, SRT: out of memory issues -->30<exclude id="Unload lots of classes using normal behaviour (JIT Disabled)" platform="Mode301" shouldFix="true"><reason>Class unloading not supported on RTJ</reason></exclude>31<exclude id="Unload lots of classes using FVT stress argument to force finalization (JIT Disabled)" platform="Mode301" shouldFix="true"><reason>Class unloading not supported on RTJ</reason></exclude>32<exclude id="Unload lots of classes using normal behaviour (with JIT if JIT is Enabled)" platform="Mode301" shouldFix="true"><reason>Class unloading not supported on RTJ</reason></exclude>33<exclude id="Unload lots of classes using FVT stress argument to force finalization (with JIT if JIT is Enabled)" platform="Mode301" shouldFix="true"><reason>Class unloading not supported on RTJ</reason></exclude>3435<!-- Metronome and Staccato do not support contraction -->36<exclude id="Run with arguments which will make contraction very unlikely" platform="Mode301" shouldFix="true"><reason>Metronome and Staccato do not support contraction</reason></exclude>37<exclude id="Run with arguments which will make contraction occur very quickly" platform="Mode301" shouldFix="true"><reason>Metronome and Staccato do not support contraction</reason></exclude>38<exclude id="Run with arguments which will make contraction occur very quickly and will cause workpacket overflow" platform="Mode301" shouldFix="true"><reason>Metronome and Staccato do not support contraction</reason></exclude>39<exclude id="Run with arguments which will make contraction happen slowly" platform="Mode301" shouldFix="true"><reason>Metronome and Staccato do not support contraction</reason></exclude>4041<!-- Metronome and Staccato do not use excessive GC -->42<exclude id="Excessive GC throws OOM" platform="Mode301" shouldFix="true"><reason>Metronome and Staccato do not use excessive GC</reason></exclude>43<exclude id="Excessive GC appears in verbose log" platform="Mode301" shouldFix="true"><reason>Metronome and Staccato do not use excessive GC</reason></exclude>4445<!-- only Gencon GC is supported on RISC-V -->46<exclude id="Excessive GC throws OOM" platform="linux_riscv.*" shouldFix="false"><reason>The initial memory setting does not work on RISC-V</reason></exclude>47<include id="Excessive GC throws OOM on RISC-V" platform="linux_riscv.*" shouldFix="false"><reason>The initial memory setting is only used to trigger the OOM on RISC-V</reason></include>48</suite>49505152