Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 8 of 8) sorted by relevance

/libcore/dom/src/test/java/org/w3c/domts/
DDOMErrorMonitor.java29 private final List errors = new ArrayList(); field in DOMErrorMonitor
44 errors.add(new DOMErrorImpl(error)); in handleError()
54 return new ArrayList(errors); in getAllErrors()
58 Iterator iter = errors.iterator(); in assertLowerSeverity()
/libcore/luni/src/test/java/libcore/xml/
DNormalizeTest.java456 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors); in testInvalidCharactersCdata()
477 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors); in testInvalidCharactersText()
496 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors); in testInvalidCharactersAttribute()
517 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors); in testInvalidCharactersComment()
538 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors); in testInvalidCharactersProcessingInstructionData()
600 private final List<DOMError> errors = new ArrayList<DOMError>(); field in NormalizeTest.ErrorRecorder
603 errors.add(error); in handleError()
612 assertFalse(message, errors.isEmpty()); in assertAllErrors()
613 for (DOMError error : errors) { in assertAllErrors()
617 errors.clear(); in assertAllErrors()
/libcore/ojluni/src/main/java/java/net/
DURLClassLoader.java291 List<IOException> errors = ucp.closeLoaders(); in close() local
301 errors.add(ioex); in close()
307 if (errors.isEmpty()) { in close()
311 IOException firstex = errors.remove(0); in close()
315 for (IOException error: errors) { in close()
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
DOpTestCase.java390 List<Error> errors = new ArrayList<>(); in exercise() local
413 errors.add(new Error(String.format("%s: %s", test, t), t)); in exercise()
417 if (!errors.isEmpty()) { in exercise()
420 for (Error t : errors) { in exercise()
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
DOpTestCase.java389 List<Error> errors = new ArrayList<>(); in exercise() local
412 errors.add(new Error(String.format("%s: %s", test, t), t)); in exercise()
416 if (!errors.isEmpty()) { in exercise()
419 for (Error t : errors) { in exercise()
/libcore/support/src/test/java/tests/resources/
Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/libcore/
DJavaLibrary.bp1114 // completeness. To check that there are no nullability errors:
/libcore/expectations/
Dknownfailures.txt1675 description: "ignore compilation errors due to different available APIs",
1677 failure: "ignore compilation errors",