Lines Matching refs:testgetglobal

32  * @build TestGetGlobalConcurrent testgetglobal.HandlerImpl testgetglobal.LogManagerImpl1 testgetglobal.LogManagerImpl2 testgetglobal.LogManagerImpl3 testgetglobal.BadLogManagerImpl testgetglobal.DummyLogManagerImpl
35 * @run main/othervm -Djava.util.logging.manager=testgetglobal.LogManagerImpl1 TestGetGlobalConcurrent
36 * @run main/othervm/policy=policy -Djava.security.manager -Djava.util.logging.manager=testgetglobal.LogManagerImpl1 TestGetGlobalConcurrent
37 * @run main/othervm -Djava.util.logging.manager=testgetglobal.LogManagerImpl2 TestGetGlobalConcurrent
38 * @run main/othervm/policy=policy -Djava.security.manager -Djava.util.logging.manager=testgetglobal.LogManagerImpl2 TestGetGlobalConcurrent
39 * @run main/othervm -Djava.util.logging.manager=testgetglobal.LogManagerImpl3 TestGetGlobalConcurrent
40 * @run main/othervm/policy=policy -Djava.security.manager -Djava.util.logging.manager=testgetglobal.LogManagerImpl3 TestGetGlobalConcurrent
41 * @run main/othervm -Djava.util.logging.manager=testgetglobal.BadLogManagerImpl TestGetGlobalConcurrent
42 * @run main/othervm/policy=policy -Djava.security.manager -Djava.util.logging.manager=testgetglobal.BadLogManagerImpl TestGetGlobalConcurrent
43 * @run main/othervm -Djava.util.logging.manager=testgetglobal.DummyLogManagerImpl TestGetGlobalConcurrent
44 * @run main/othervm/policy=policy -Djava.security.manager -Djava.util.logging.manager=testgetglobal.DummyLogManagerImpl TestGetGlobalConcurrent
74 if (!testgetglobal.HandlerImpl.received.containsAll(expected)) {
75 fail(new Error("Unexpected message list: "+testgetglobal.HandlerImpl.received+" vs "+ expected));
86 if (!testgetglobal.HandlerImpl.received.containsAll(expected)) {
87 fail(new Error("Unexpected message list: "+testgetglobal.HandlerImpl.received+" vs "+ expected));
99 if (!testgetglobal.HandlerImpl.received.containsAll(expected)) {
100 fail(new Error("Unexpected message list: "+testgetglobal.HandlerImpl.received+" vs "+ expected));
178 if (!testgetglobal.HandlerImpl.received.containsAll(expected)) {
179 fail(new Error("Unexpected message list: "+testgetglobal.HandlerImpl.received+" vs "+ expected));