Home
last modified time | relevance | path

Searched refs:bugs (Results 1 – 2 of 2) sorted by relevance

/libcore/expectations/
Dknownfailures.txt1618 description: "low-impact XML bugs:",
1624 description: "low-impact XML bugs:",
1630 description: "low-impact XML bugs:",
1636 description: "low-impact XML bugs:",
1642 description: "low-impact XML bugs:",
1648 description: "low-impact XML bugs:",
1654 description: "low-impact XML bugs:",
/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java3758 List<Method> bugs = new ArrayList<>(); in testMinimalCompletionStage_minimality() local
3774 bugs.add(method); in testMinimalCompletionStage_minimality()
3778 bugs.add(method); in testMinimalCompletionStage_minimality()
3784 if (!bugs.isEmpty()) in testMinimalCompletionStage_minimality()
3785 throw new Error("Methods did not throw UOE: " + bugs.toString()); in testMinimalCompletionStage_minimality()