Lines Matching refs:testExceptions
1429 testException testExceptions[] = {
1449 for (j = 0;j < sizeof(testExceptions)/sizeof(testExceptions[0]);j++) {
1450 if ((testExceptions[j].test == test) &&
1451 (testExceptions[j].limit == i)) {
1452 if (testExceptions[j].fail != -1)
1453 fail = testExceptions[j].fail;
1454 if (testExceptions[j].size != 0)
1455 limit = testExceptions[j].size;