Home
last modified time | relevance | path

Searched refs:failures (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DTimeZoneTest.java199 StringBuilder failures = new StringBuilder(); in testDisplayNames() local
210 failures.append(String.format("\n%20s: LD='%s' LS='%s'!", in testDisplayNames()
215 failures.append(String.format("\n%20s: SD='%s' SS='%s'!", in testDisplayNames()
223 failures.append(String.format("\n%20s: SS='%s' LD='%s'!", in testDisplayNames()
227 failures.append(String.format("\n%20s: LS='%s' SD='%s'!", in testDisplayNames()
233 failures.append(String.format("\n%20s: LD='%s' SD='%s'!", in testDisplayNames()
243 failures.append(String.format("\n%s: LD %s", id, longDst)); in testDisplayNames()
246 failures.append(String.format("\n%s: LS %s", id, longStd)); in testDisplayNames()
249 failures.append(String.format("\n%s: SD %s", id, shortDst)); in testDisplayNames()
252 failures.append(String.format("\n%s: SS %s", id, shortStd)); in testDisplayNames()
[all …]
/libcore/expectations/
Dbrokentests.txt25 a security manager. This suppresses all of these failures.",
76 …description: "(Needs investigation) Test failures from the harmony import of external/apache-harmo…
Dknownfailures.txt1323 description: "Known failures in PropertiesTest: We don't deal with comments in store()",
1335 description: "Known failures in URLTest and URLDecoderTest",
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatTest.java2560 private List<AssertionFailedError> failures = new ArrayList<AssertionFailedError>(); field in DecimalFormatTest.FormatTester
2567 failures.add(e); in format()
2576 failures.add(e); in format()
2581 if (failures.isEmpty()) { in throwFailures()
2584 if (failures.size() == 1) { in throwFailures()
2585 throw failures.get(0); in throwFailures()
2588 for (AssertionFailedError failure : failures) { in throwFailures()
/libcore/support/src/test/java/tests/resources/
Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...