Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 7 of 7) 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/luni/src/test/java/libcore/java/io/
DOldFileWriterTest.java103 int errors = 0; in test_handleEarlyEOFChar_1() local
111 assertEquals(0, errors); in test_handleEarlyEOFChar_1()
/libcore/ojluni/src/main/java/java/net/
DURLClassLoader.java286 List<IOException> errors = ucp.closeLoaders(); in close() local
296 errors.add(ioex); in close()
302 if (errors.isEmpty()) { in close()
306 IOException firstex = errors.remove(0); in close()
310 for (IOException error: errors) { in close()
/libcore/expectations/
Dbrokentests.txt20 description: "ignore compilation errors due to different available APIs",
22 failure: "ignore compilation errors",
/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()