8270156: Add "randomness" and "stress" keys to JTreg tests which use StressGCM, StressLCM and/or StressIGVN

Reviewed-by: thartmann, chagedorn
This commit is contained in:
Tobias Holenstein 2021-09-23 12:59:22 +00:00 committed by Tobias Hartmann
parent 66ce09f51e
commit 653a612a5a
8 changed files with 9 additions and 2 deletions

View File

@ -23,6 +23,7 @@
/*
* @test
* @key stress randomness
* @bug 8252219 8256535
* @requires vm.compiler2.enabled
* @summary Tests that different combinations of stress options and
@ -53,4 +54,3 @@ public class TestStressOptions {
System.out.println("Passed");
}
}

View File

@ -1,5 +1,5 @@
/*
* Copyright 2012 Skip Balk. All Rights Reserved.
* Copyright 2012, 2021, Skip Balk. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -23,6 +23,7 @@
/*
* @test
* @key stress randomness
* @bug 7179138 8271341
* @summary Incorrect result with String concatenation optimization
*

View File

@ -23,6 +23,7 @@
/**
* @test
* @key stress randomness
* @bug 8229855 8238812
* @summary Test jump table with key value that gets out of bounds after loop unrolling.
* @requires vm.compiler2.enabled

View File

@ -29,6 +29,7 @@ import jdk.test.lib.process.ProcessTools;
/*
* @test
* @key stress randomness
* @bug 8252219 8256535
* @requires vm.compiler2.enabled
* @summary Tests that using a stress option without -XX:StressSeed=N generates

View File

@ -29,6 +29,7 @@ import jdk.test.lib.Asserts;
/*
* @test
* @key stress randomness
* @bug 8253765
* @requires vm.debug == true & vm.compiler2.enabled
* @summary Tests that, when compiling with StressLCM or StressGCM, using the

View File

@ -29,6 +29,7 @@ import jdk.test.lib.Asserts;
/*
* @test
* @key stress randomness
* @bug 8252219 8256535
* @requires vm.debug == true & vm.compiler2.enabled
* @summary Tests that stress compilations with the same seed yield the same

View File

@ -25,6 +25,7 @@ package compiler.exceptions;
/**
* @test
* @key stress randomness
* @bug 8263227
* @summary Tests that users of return values from exception-throwing method
* calls are not duplicated in the call's exception path. The second

View File

@ -23,6 +23,7 @@
/**
* @test
* @key stress randomness
* @bug 8263971
* @summary C2 crashes with SIGFPE with -XX:+StressGCM and -XX:+StressIGVN
*