Home
last modified time | relevance | path

Searched refs:fails (Results 1 – 9 of 9) 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/ojluni/src/test/java/util/concurrent/tck/
DThreadLocalRandom8Test.java144 AtomicInteger fails = new AtomicInteger(0); in testBoundedInts() local
153 fails.getAndIncrement(); }); in testBoundedInts()
156 assertEquals(0, fails.get()); in testBoundedInts()
163 AtomicInteger fails = new AtomicInteger(0); in testBoundedLongs() local
172 fails.getAndIncrement(); }); in testBoundedLongs()
175 assertEquals(0, fails.get()); in testBoundedLongs()
182 AtomicInteger fails = new AtomicInteger(0); in testBoundedDoubles() local
191 fails.getAndIncrement(); }); in testBoundedDoubles()
194 assertEquals(0, fails.get()); in testBoundedDoubles()
DSplittableRandomTest.java437 AtomicInteger fails = new AtomicInteger(0);
446 fails.getAndIncrement(); });
449 assertEquals(0, fails.get());
456 AtomicInteger fails = new AtomicInteger(0);
465 fails.getAndIncrement(); });
468 assertEquals(0, fails.get());
475 AtomicInteger fails = new AtomicInteger(0);
484 fails.getAndIncrement(); });
487 assertEquals(0, fails.get());
/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.java167 int fails = 0; in test_isProbablePrimeI() local
170 fails++; in test_isProbablePrimeI()
186 fails++; in test_isProbablePrimeI()
194 fails++; in test_isProbablePrimeI()
201 fails++; in test_isProbablePrimeI()
205 fails <= 1); in test_isProbablePrimeI()
/libcore/expectations/
Dknownfailures.txt125 description: "Not supported ops applied: test fails on arguments: '', '', '%', '%'",
221 description: "not supported. SQLException checking test fails",
226 description: "exception test fails",
240 description: "exception test fails",
273 description: "Exception test fails",
294 description: "Exception test fails",
368 description: "First Exception test fails: parameters not cleared.",
389 description: "exception test fails",
413 description: "exception test fails",
432 description: "exception test fails",
[all …]
/libcore/
DJavaLibrary.bp1118 // (If that check fails, it will provide instructions on how to proceed,