8266819: Separate the stop policies from the compile policies completely

Reviewed-by: mcimadamore
This commit is contained in:
Guoxiong Li 2021-05-13 10:22:13 +00:00 committed by Maurizio Cimadamore
parent a270cbe2eb
commit 17ceef97c3
9 changed files with 21 additions and 45 deletions

View file

@ -1716,7 +1716,8 @@ public class AnnotationProcessing extends ModuleTestBase {
"-AlookupClass=+test.Test",
"-AlookupPackage=+test",
"--add-modules=m2x",
"-XDshould-stop.at=ATTR",
"-XDshould-stop.ifError=ATTR",
"-XDshould-stop.ifNoError=ATTR",
"-XDrawDiagnostics")
.outdir(srcClasses)
.files(findJavaFiles(src))