Home
last modified time | relevance | path

Searched refs:testOnly (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/lang/invoke/
DRicochetTest.java53 if (av.length > 0) test.testOnly = Arrays.asList(av).toString(); in main()
54 if (REPEAT == 1 || test.testOnly != null) { in main()
56 … if (test.testOnlyTests == null) throw new RuntimeException("no matching test: "+test.testOnly); in main()
689 String testOnly; field in RicochetTest
692 if (testOnly != null && !testOnly.contains(name)) in startTest()
/libcore/benchmarks/src/benchmarks/regression/
DR.java2315 public static final int testOnly = 0; field in R