mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-03 15:08:24 +00:00
8266579: Update test/jdk/java/lang/ProcessHandle/PermissionTest.java & test/jdk/java/sql/testng/util/TestPolicy.java
Reviewed-by: joehw, naoto, bpb
This commit is contained in:
parent
c665dba591
commit
fcedfc8a3b
@ -215,6 +215,7 @@ class TestPolicy extends Policy {
|
||||
permissions.add(new PropertyPermission("testng.show.stack.frames",
|
||||
"read"));
|
||||
permissions.add(new PropertyPermission("testng.thread.affinity", "read"));
|
||||
permissions.add(new PropertyPermission("testng.memory.friendly", "read"));
|
||||
permissions.add(new PropertyPermission("testng.mode.dryrun", "read"));
|
||||
permissions.add(new PropertyPermission("testng.report.xml.name", "read"));
|
||||
permissions.add(new PropertyPermission("testng.timezone", "read"));
|
||||
|
||||
@ -110,6 +110,7 @@ public class TestPolicy extends Policy {
|
||||
permissions.add(new PropertyPermission("testng.show.stack.frames",
|
||||
"read"));
|
||||
permissions.add(new PropertyPermission("testng.thread.affinity", "read"));
|
||||
permissions.add(new PropertyPermission("testng.memory.friendly", "read"));
|
||||
permissions.add(new PropertyPermission("testng.mode.dryrun", "read"));
|
||||
permissions.add(new PropertyPermission("testng.report.xml.name", "read"));
|
||||
permissions.add(new PropertyPermission("testng.timezone", "read"));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user