8222582: [TESTBUG] AbstractMethodErrorTest.java fails with "did not test both cases (interpreted and compiled)."

Exclude the test from running with Graal

Reviewed-by: dholmes, coleenp
This commit is contained in:
Harold Seigel 2020-07-24 12:40:41 +00:00
parent bd12e85975
commit 890ca6ea2c
2 changed files with 1 additions and 3 deletions

View File

@ -231,8 +231,6 @@ compiler/jsr292/NonInlinedCall/InvokeTest.java 8207267 generic-all
compiler/codegen/TestTrichotomyExpressions.java 8207267 generic-all
gc/stress/TestReclaimStringsLeaksMemory.java 8207267 generic-all
runtime/exceptionMsgs/AbstractMethodError/AbstractMethodErrorTest.java 8222582 generic-all
# Graal unit tests
org.graalvm.compiler.core.test.OptionsVerifierTest 8205081
org.graalvm.compiler.hotspot.test.CompilationWrapperTest 8205081

View File

@ -25,7 +25,7 @@
/**
* @test
* @summary Check that the verbose message of the AME is printed correctly.
* @requires !(os.arch=="arm") & vm.flavor == "server" & !vm.emulatedClient & vm.compMode=="Xmixed" & (!vm.graal.enabled | vm.opt.TieredCompilation == true) & (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel==4)
* @requires !(os.arch=="arm") & vm.flavor == "server" & !vm.emulatedClient & vm.compMode=="Xmixed" & !vm.graal.enabled & vm.opt.UseJVMCICompiler != true & (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel==4)
* @library /test/lib /
* @build sun.hotspot.WhiteBox
* @run driver ClassFileInstaller sun.hotspot.WhiteBox