Searched refs:testsFailed (Results 1 - 5 of 5) sorted by relevance

/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/util/
H A DLuceneTestCase.java228 testsFailed = false;
255 if (!testsFailed) {
266 if (!testsFailed) {
279 if (VERBOSE || testsFailed || problem != null) {
353 protected static boolean testsFailed; /* true if any tests failed */ field in class:LuceneTestCase
377 testsFailed = true;
421 testsFailed = true;
522 testsFailed = true;
533 if (!testsFailed && rogueThreads > 0) {
H A DLuceneTestCaseRunner.java148 if (LuceneTestCase.testsFailed) {
/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/util/
H A DLuceneTestCase.java305 testsFailed = false;
341 if (!testsFailed) {
352 if (!testsFailed) {
365 testsFailed = true;
369 if (VERBOSE || testsFailed || problem != null) {
443 protected static boolean testsFailed; /* true if any tests failed */ field in class:LuceneTestCase
481 testsFailed = true;
704 if (!testsFailed && rogueThreads > 0) {
H A DLuceneTestCaseRunner.java147 if (LuceneTestCase.testsFailed) {
/lucene-3.6.0/solr/test-framework/src/java/org/apache/solr/
H A DSolrTestCaseJ4.java164 testsFailed = true;

Completed in 31 milliseconds