Home
last modified time | relevance | path

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

/external/libxml2/
Dtestlimits.c1429 testException testExceptions[] = { variable
1449 for (j = 0;j < sizeof(testExceptions)/sizeof(testExceptions[0]);j++) { in launchTests()
1450 if ((testExceptions[j].test == test) && in launchTests()
1451 (testExceptions[j].limit == i)) { in launchTests()
1452 if (testExceptions[j].fail != -1) in launchTests()
1453 fail = testExceptions[j].fail; in launchTests()
1454 if (testExceptions[j].size != 0) in launchTests()
1455 limit = testExceptions[j].size; in launchTests()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DSerializingExecutorTest.java127 public void testExceptions() { in testExceptions() method in SerializingExecutorTest