Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DInvokeGenericTest.java70 int posTests, negTests; field in InvokeGenericTest
73 if (verbosity >= 2 && (posTests | negTests) != 0) { in printCounts()
76 … if (negTests != 0) System.out.println("=== "+testName+": "+negTests+" negative test cases run"); in printCounts()
78 allNegTests += negTests; in printCounts()
79 posTests = negTests = 0; in printCounts()
84 else ++negTests; in countTest()
91 posTests = negTests = 0; in startTest()
104 int posTests = allPosTests, negTests = allNegTests; in tearDownClass() local
105 if (verbosity >= 2 && (posTests | negTests) != 0) { in tearDownClass()
108 if (negTests != 0) System.out.println("=== "+negTests+" total negative test cases"); in tearDownClass()
DMethodHandlesTest.java81 int posTests, negTests; field in MethodHandlesTest
85 if (verbosity >= 2 && (posTests | negTests) != 0) { in printCounts()
88 … if (negTests != 0) System.out.println("=== "+testName+": "+negTests+" negative test cases run"); in printCounts()
90 allNegTests += negTests; in printCounts()
91 posTests = negTests = 0; in printCounts()
97 else ++negTests; in countTest()
106 posTests = negTests = 0; in startTest()
119 int posTests = allPosTests, negTests = allNegTests; in tearDownClass() local
120 if (verbosity >= 0 && (posTests | negTests) != 0) { in tearDownClass()
123 if (negTests != 0) System.out.println("=== "+negTests+" total negative test cases"); in tearDownClass()