Skip to content

Commit 47d6681

Browse files
committed
added javadoc to ALL_TESTS
1 parent e3a134c commit 47d6681

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler/src/jdk.graal.compiler.test/src/jdk/graal/compiler/core/test/SubprocessTest.java

+3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ private static List<String> filter(List<String> args, Predicate<String> vmArgsFi
8989
return result;
9090
}
9191

92+
/**
93+
* Sentinel value meaning all tests in the specified test class are to be run.
94+
*/
9295
public static final String ALL_TESTS = "ALL_TESTS";
9396

9497
public boolean isRecursiveLaunch() {

0 commit comments

Comments
 (0)