These tests keep being unstable in nightly testing (see JDK-8032226) so will have to be quarantined.
Thanks, /Staffan diff --git a/test/compiler/ciReplay/TestSA.sh b/test/compiler/ciReplay/TestSA.sh --- a/test/compiler/ciReplay/TestSA.sh +++ b/test/compiler/ciReplay/TestSA.sh @@ -26,6 +26,7 @@ ## ## @test ## @bug 8011675 +## @ignore ## @summary testing of ciReplay with using generated by SA replay.txt ## @author [email protected] ## @run shell TestSA.sh diff --git a/test/compiler/ciReplay/TestVM.sh b/test/compiler/ciReplay/TestVM.sh --- a/test/compiler/ciReplay/TestVM.sh +++ b/test/compiler/ciReplay/TestVM.sh @@ -26,6 +26,7 @@ ## ## @test ## @bug 8011675 +## @ignore ## @summary testing of ciReplay with using generated by VM replay.txt ## @author [email protected] ## @run shell TestVM.sh diff --git a/test/compiler/ciReplay/TestVM_no_comp_level.sh b/test/compiler/ciReplay/TestVM_no_comp_level.sh --- a/test/compiler/ciReplay/TestVM_no_comp_level.sh +++ b/test/compiler/ciReplay/TestVM_no_comp_level.sh @@ -26,6 +26,7 @@ ## ## @test ## @bug 8011675 +## @ignore ## @summary testing of ciReplay with using generated by VM replay.txt w/o comp_level ## @author [email protected] ## @run shell TestVM_no_comp_level.sh
