Searched refs:fails (Results 1 – 7 of 7) sorted by relevance
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ThreadLocalRandom8Test.java | 121 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/ |
D | TestThread.java | 23 public int fails = 0; field in TestThread 64 fails++; in run() 84 return fails; in getTotalFailuresNumber()
|
D | CipherThread.java | 36 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/ |
D | OldBigIntegerTest.java | 124 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()
|
D | BigIntegerTest.java | 172 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/ |
D | knownfailures.txt | 130 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/ |
D | JavaLibrary.bp | 961 // (If that check fails, it will provide instructions on how to proceed,
|