Skip to content

Commit

Permalink
Add test ids
Browse files Browse the repository at this point in the history
  • Loading branch information
chhagedorn committed Sep 7, 2023
1 parent 019254a commit 368fc4a
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions test/hotspot/jtreg/compiler/predicates/TestAssertionPredicates.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
*/

/*
* @test
* @test id=Xbatch
* @bug 8288981
* @summary TODO
* @summary Test all possible cases in which Assertion Predicates are required such that the graph is not left in a
* broken state to trigger assertions. Additional tests ensure the correctness of the implementation.
* @run main/othervm -Xbatch
* -XX:CompileCommand=compileonly,compiler.predicates.TestAssertionPredicates::*
* -XX:CompileCommand=dontinline,compiler.predicates.TestAssertionPredicates::*
* compiler.predicates.TestAssertionPredicates Xbatch
*/

/*
* @test
* @test id=Xcomp
* @bug 8288981
* @summary TODO
* @run main/othervm -Xcomp
* -XX:CompileCommand=compileonly,compiler.predicates.TestAssertionPredicates::*
* -XX:CompileCommand=dontinline,compiler.predicates.TestAssertionPredicates::*
Expand All @@ -44,9 +44,8 @@
*/

/*
* @test
* @test id=UseProfiledLoopPredicateFalse
* @bug 8288981
* @summary TODO
* @requires vm.compiler2.enabled
* @run main/othervm -Xcomp -XX:-UseProfiledLoopPredicate
* -XX:CompileCommand=compileonly,compiler.predicates.TestAssertionPredicates::*
Expand All @@ -55,9 +54,8 @@
*/

/*
* @test
* @test id=LoopMaxUnroll0
* @bug 8288981
* @summary TODO
* @requires vm.compiler2.enabled
* @run main/othervm -Xcomp -XX:LoopMaxUnroll=0
* -XX:CompileCommand=compileonly,compiler.predicates.TestAssertionPredicates::*
Expand All @@ -66,9 +64,8 @@
*/

/*
* @test
* @test id=LoopMaxUnroll2
* @bug 8288981
* @summary TODO
* @requires vm.compiler2.enabled
* @run main/othervm -Xcomp -XX:LoopMaxUnroll=2
* -XX:CompileCommand=compileonly,compiler.predicates.TestAssertionPredicates::*
Expand All @@ -77,9 +74,8 @@
*/

/*
* @test
* @test id=LoopUnrollLimit40
* @bug 8288981
* @summary TODO
* @requires vm.compiler2.enabled
* @run main/othervm -Xcomp -XX:LoopUnrollLimit=40
* -XX:CompileCommand=compileonly,compiler.predicates.TestAssertionPredicates::*
Expand All @@ -88,9 +84,8 @@
*/

/*
* @test
* @test id=LoopUnrollLimit150
* @bug 8288981
* @summary TODO
* @requires vm.compiler2.enabled
* @run main/othervm -Xcomp -XX:LoopUnrollLimit=150
* -XX:CompileCommand=compileonly,compiler.predicates.TestAssertionPredicates::*
Expand All @@ -99,10 +94,9 @@
*/

/*
* @test
* @test id=ZGC
* @key randomness
* @bug 8288981
* @summary TODO
* @requires vm.gc.ZSinglegen
* @requires vm.compiler2.enabled
* @run main/othervm -Xcomp -XX:+UnlockDiagnosticVMOptions -XX:+StressGCM -XX:+UseZGC -XX:-ZGenerational
Expand Down

0 comments on commit 368fc4a

Please sign in to comment.