Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DAbstractQueueTest.java41 static class Fail extends AbstractQueue<Integer> { class in AbstractQueueTest
64 Fail q = new Fail(); in testAddF()
94 Fail q = new Fail(); in testRemoveF()
113 Fail q = new Fail(); in testElementF()
173 Fail q = new Fail(); in testAddAll4()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DAbstractQueueTest.java72 static class Fail extends AbstractQueue<Integer> { class in AbstractQueueTest
97 Fail q = new Fail(); in testAddF()
130 Fail q = new Fail(); in testRemoveF()
151 Fail q = new Fail(); in testElementF()
216 Fail q = new Fail(); in testAddAll4()