Commit 366c4ba
Disable the GoogleTestSecurityManager by default
and explicitly enable it for tests that rely on it.
The SecurityManager is being permanently disabled in JDK 24, see https://openjdk.org/jeps/486
PiperOrigin-RevId: 696974212
Change-Id: I425c0bb66e0c1c057129712e45b60ba481971db81 parent 13a1cec commit 366c4ba
File tree
3 files changed
+4
-4
lines changed- src/java_tools/junitrunner
- javatests/com/google/testing/junit/runner/junit4
- java/com/google/testing/junit/runner/junit4
3 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
447 | | - | |
448 | | - | |
| 447 | + | |
| 448 | + | |
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
| |||
0 commit comments