Home
last modified time | relevance | path

Searched refs:fails (Results 1 – 7 of 7) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DThreadLocalRandom8Test.java121 AtomicInteger fails = new AtomicInteger(0); in testBoundedInts() local
130 fails.getAndIncrement(); }); in testBoundedInts()
133 assertEquals(0, fails.get()); in testBoundedInts()
140 AtomicInteger fails = new AtomicInteger(0); in testBoundedLongs() local
149 fails.getAndIncrement(); }); in testBoundedLongs()
152 assertEquals(0, fails.get()); in testBoundedLongs()
159 AtomicInteger fails = new AtomicInteger(0); in testBoundedDoubles() local
168 fails.getAndIncrement(); }); in testBoundedDoubles()
171 assertEquals(0, fails.get()); in testBoundedDoubles()
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
DTestThread.java23 public int fails = 0; field in TestThread
64 fails++; in run()
84 return fails; in getTotalFailuresNumber()
DCipherThread.java36 private int fails = 0; field in CipherThread
111 fails++; in run()
182 return fails; in getTotalFailuresNumber()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
DOldBigIntegerTest.java124 int fails = 0; in test_isProbablePrimeI() local
127 fails++; in test_isProbablePrimeI()
143 fails++; in test_isProbablePrimeI()
151 fails++; in test_isProbablePrimeI()
158 fails++; in test_isProbablePrimeI()
162 fails <= 1); in test_isProbablePrimeI()
DBigIntegerTest.java172 int fails = 0; in test_isProbablePrimeI() local
175 fails++; in test_isProbablePrimeI()
191 fails++; in test_isProbablePrimeI()
199 fails++; in test_isProbablePrimeI()
206 fails++; in test_isProbablePrimeI()
210 fails <= 1); in test_isProbablePrimeI()
/libcore/expectations/
Dknownfailures.txt130 description: "Not supported ops applied: test fails on arguments: '', '', '%', '%'",
226 description: "not supported. SQLException checking test fails",
231 description: "exception test fails",
245 description: "exception test fails",
278 description: "Exception test fails",
299 description: "Exception test fails",
373 description: "First Exception test fails: parameters not cleared.",
394 description: "exception test fails",
418 description: "exception test fails",
437 description: "exception test fails",
[all …]
/libcore/
DJavaLibrary.bp961 // (If that check fails, it will provide instructions on how to proceed,