From a91f97126646f89d8c5b81cfd40820338c769acd Mon Sep 17 00:00:00 2001 From: Weijun Wang Date: Mon, 7 Jun 2021 13:58:49 +0000 Subject: [PATCH] 8268267: Remove -Djavatest.security.noSecurityManager=true from jtreg runs Reviewed-by: lancea, jjg, erikj --- make/RunTests.gmk | 2 +- test/langtools/ProblemList.txt | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/make/RunTests.gmk b/make/RunTests.gmk index 282db4764e7..f1da577de6a 100644 --- a/make/RunTests.gmk +++ b/make/RunTests.gmk @@ -767,7 +767,7 @@ define SetupRunJtregTestBody -vmoption:-XX:MaxRAMPercentage=$$($1_JTREG_MAX_RAM_PERCENTAGE) \ -vmoption:-Djava.io.tmpdir="$$($1_TEST_TMP_DIR)" - $1_JTREG_BASIC_OPTIONS += -automatic -ignore:quiet -Djavatest.security.noSecurityManager=true + $1_JTREG_BASIC_OPTIONS += -automatic -ignore:quiet # Make it possible to specify the JIB_DATA_DIR for tests using the # JIB Artifact resolver diff --git a/test/langtools/ProblemList.txt b/test/langtools/ProblemList.txt index 081c2fa463e..a4df3fb76f3 100644 --- a/test/langtools/ProblemList.txt +++ b/test/langtools/ProblemList.txt @@ -48,9 +48,6 @@ tools/javac/annotations/typeAnnotations/referenceinfos/Lambda.java tools/javac/annotations/typeAnnotations/referenceinfos/NestedTypes.java 8057687 generic-all emit correct byte code an attributes for type annotations tools/javac/warnings/suppress/TypeAnnotations.java 8057683 generic-all improve ordering of errors with type annotations tools/javac/modules/SourceInSymlinkTest.java 8180263 windows-all fails when run on a subst drive -tools/javac/processing/options/XprintRepeatingAnnotations.java 8265611 generic-all @compile/ref comparison fails when noSecurityManager=true -tools/javac/processing/options/XprintDocComments.java 8265611 generic-all @compile/ref comparison fails when noSecurityManager=true -tools/javac/processing/model/util/printing/module-info.java 8265611 generic-all @compile/ref comparison fails when noSecurityManager=true ########################################################################### #