Home
last modified time | relevance | path

Searched refs:testWith (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/shenandoah/
H A DTestPeriodicGC.java41 public static void testWith(String msg, boolean periodic, String... args) throws Exception { in testWith() method in TestPeriodicGC
70 testWith("Zero interval with " + h, in main()
80 testWith("Short interval with " + h, in main()
90 testWith("Long interval with " + h, in main()
101 testWith("Zero interval with iu mode", in main()
111 testWith("Short interval with iu mode", in main()
121 testWith("Long interval with iu mode", in main()
131 testWith("Short interval with aggressive", in main()
141 testWith("Zero interval with passive", in main()
151 testWith("Short interval with passive", in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/gc/shenandoah/
H A DTestPeriodicGC.java41 public static void testWith(String msg, boolean periodic, String... args) throws Exception { in testWith() method in TestPeriodicGC
70 testWith("Zero interval with " + h, in main()
80 testWith("Short interval with " + h, in main()
90 testWith("Long interval with " + h, in main()
101 testWith("Zero interval with iu mode", in main()
111 testWith("Short interval with iu mode", in main()
121 testWith("Long interval with iu mode", in main()
131 testWith("Short interval with aggressive", in main()
141 testWith("Zero interval with passive", in main()
151 testWith("Short interval with passive", in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/gc/shenandoah/
H A DTestPeriodicGC.java41 public static void testWith(String msg, boolean periodic, String... args) throws Exception { in testWith() method in TestPeriodicGC
70 testWith("Zero interval with " + h, in main()
80 testWith("Short interval with " + h, in main()
90 testWith("Long interval with " + h, in main()
101 testWith("Zero interval with iu mode", in main()
111 testWith("Short interval with iu mode", in main()
121 testWith("Long interval with iu mode", in main()
131 testWith("Short interval with aggressive", in main()
141 testWith("Zero interval with passive", in main()
151 testWith("Short interval with passive", in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/gc/shenandoah/
H A DTestPeriodicGC.java41 public static void testWith(String msg, boolean periodic, String... args) throws Exception { in testWith() method in TestPeriodicGC
70 testWith("Zero interval with " + h, in main()
80 testWith("Short interval with " + h, in main()
90 testWith("Long interval with " + h, in main()
101 testWith("Zero interval with iu mode", in main()
111 testWith("Short interval with iu mode", in main()
121 testWith("Long interval with iu mode", in main()
131 testWith("Short interval with aggressive", in main()
141 testWith("Zero interval with passive", in main()
151 testWith("Short interval with passive", in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/shenandoah/
H A DTestPeriodicGC.java41 public static void testWith(String msg, boolean periodic, String... args) throws Exception { in testWith() method in TestPeriodicGC
70 testWith("Zero interval with " + h, in main()
80 testWith("Short interval with " + h, in main()
90 testWith("Long interval with " + h, in main()
101 testWith("Zero interval with iu mode", in main()
111 testWith("Short interval with iu mode", in main()
121 testWith("Long interval with iu mode", in main()
131 testWith("Short interval with aggressive", in main()
141 testWith("Zero interval with passive", in main()
151 testWith("Short interval with passive", in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/gc/shenandoah/
H A DTestPeriodicGC.java41 public static void testWith(String msg, boolean periodic, String... args) throws Exception { in testWith() method in TestPeriodicGC
70 testWith("Zero interval with " + h, in main()
80 testWith("Short interval with " + h, in main()
90 testWith("Long interval with " + h, in main()
101 testWith("Zero interval with iu mode", in main()
111 testWith("Short interval with iu mode", in main()
121 testWith("Long interval with iu mode", in main()
131 testWith("Short interval with aggressive", in main()
141 testWith("Zero interval with passive", in main()
151 testWith("Short interval with passive", in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/shenandoah/options/
H A DTestClassUnloadingArguments.java41 …public static void testWith(String msg, boolean cu, boolean cuConc, String... args) throws Excepti… in testWith() method in TestClassUnloadingArguments
66 testWith("Default GC should have class unloading enabled", in testDefaultGC()
69 testWith("Default GC should disable everything", in testDefaultGC()
73 testWith("Default GC should disable conc unload", in testDefaultGC()
77 testWith("Default GC should not let conc unload to be enabled separately", in testDefaultGC()
84 testWith("Shenandoah GC should have class unloading enabled", in testShenandoah()
89 testWith("Shenandoah GC should disable everything", in testShenandoah()
95 testWith("Shenandoah GC should enable conc unload", in testShenandoah()
101 testWith("Shenandoah GC should not let conc unload to be enabled separately", in testShenandoah()
H A DTestLoopMiningArguments.java42 … public static void testWith(String msg, boolean cls, int iters, String... args) throws Exception { in testWith() method in TestLoopMiningArguments
58 testWith("Shenandoah should have CLS and LSM enabled", in main()
64 testWith("Shenandoah with +CLS should set LSM = 1", in main()
71 testWith("Shenandoah GC with +CLS should not override LSM>1", in main()
79 testWith("Shenandoah GC with +CLS should not override LSM=1", in main()
87 testWith("Shenandoah GC with +CLS should override LSM=0 to 1", in main()
95 testWith("Shenandoah GC with -CLS should set LSM = 0", in main()
102 testWith("Shenandoah GC with -CLS should override LSM to 0", in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/gc/shenandoah/options/
H A DTestClassUnloadingArguments.java41 …public static void testWith(String msg, boolean cu, boolean cuConc, String... args) throws Excepti… in testWith() method in TestClassUnloadingArguments
65 testWith("Default GC should have class unloading enabled", in testDefaultGC()
68 testWith("Default GC should disable everything", in testDefaultGC()
72 testWith("Default GC should disable conc unload", in testDefaultGC()
76 testWith("Default GC should not let conc unload to be enabled separately", in testDefaultGC()
83 testWith("Shenandoah GC should have class unloading enabled", in testShenandoah()
88 testWith("Shenandoah GC should disable everything", in testShenandoah()
94 testWith("Shenandoah GC should enable conc unload", in testShenandoah()
100 testWith("Shenandoah GC should not let conc unload to be enabled separately", in testShenandoah()
H A DTestLoopMiningArguments.java41 … public static void testWith(String msg, boolean cls, int iters, String... args) throws Exception { in testWith() method in TestLoopMiningArguments
56 testWith("Shenandoah should have CLS and LSM enabled", in main()
62 testWith("Shenandoah with +CLS should set LSM = 1", in main()
69 testWith("Shenandoah GC with +CLS should not override LSM>1", in main()
77 testWith("Shenandoah GC with +CLS should not override LSM=1", in main()
85 testWith("Shenandoah GC with +CLS should override LSM=0 to 1", in main()
93 testWith("Shenandoah GC with -CLS should set LSM = 0", in main()
100 testWith("Shenandoah GC with -CLS should override LSM to 0", in main()
H A DTestHeuristicsUnlock.java47 testWith("adaptive", Mode.PRODUCT); in main()
48 testWith("static", Mode.PRODUCT); in main()
49 testWith("compact", Mode.PRODUCT); in main()
51 testWith("traversal", Mode.EXPERIMENTAL); in main()
53 testWith("aggressive", Mode.DIAGNOSTIC); in main()
54 testWith("passive", Mode.DIAGNOSTIC); in main()
57 private static void testWith(String h, Mode mode) throws Exception { in testWith() method in TestHeuristicsUnlock
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/gc/shenandoah/options/
H A DTestClassUnloadingArguments.java41 …public static void testWith(String msg, boolean cu, boolean cuConc, String... args) throws Excepti… in testWith() method in TestClassUnloadingArguments
66 testWith("Default GC should have class unloading enabled", in testDefaultGC()
69 testWith("Default GC should disable everything", in testDefaultGC()
73 testWith("Default GC should disable conc unload", in testDefaultGC()
77 testWith("Default GC should not let conc unload to be enabled separately", in testDefaultGC()
84 testWith("Shenandoah GC should have class unloading enabled", in testShenandoah()
89 testWith("Shenandoah GC should disable everything", in testShenandoah()
95 testWith("Shenandoah GC should enable conc unload", in testShenandoah()
101 testWith("Shenandoah GC should not let conc unload to be enabled separately", in testShenandoah()
H A DTestLoopMiningArguments.java42 … public static void testWith(String msg, boolean cls, int iters, String... args) throws Exception { in testWith() method in TestLoopMiningArguments
58 testWith("Shenandoah should have CLS and LSM enabled", in main()
64 testWith("Shenandoah with +CLS should set LSM = 1", in main()
71 testWith("Shenandoah GC with +CLS should not override LSM>1", in main()
79 testWith("Shenandoah GC with +CLS should not override LSM=1", in main()
87 testWith("Shenandoah GC with +CLS should override LSM=0 to 1", in main()
95 testWith("Shenandoah GC with -CLS should set LSM = 0", in main()
102 testWith("Shenandoah GC with -CLS should override LSM to 0", in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/gc/shenandoah/options/
H A DTestClassUnloadingArguments.java41 …public static void testWith(String msg, boolean cu, boolean cuConc, String... args) throws Excepti… in testWith() method in TestClassUnloadingArguments
66 testWith("Default GC should have class unloading enabled", in testDefaultGC()
69 testWith("Default GC should disable everything", in testDefaultGC()
73 testWith("Default GC should disable conc unload", in testDefaultGC()
77 testWith("Default GC should not let conc unload to be enabled separately", in testDefaultGC()
84 testWith("Shenandoah GC should have class unloading enabled", in testShenandoah()
89 testWith("Shenandoah GC should disable everything", in testShenandoah()
95 testWith("Shenandoah GC should enable conc unload", in testShenandoah()
101 testWith("Shenandoah GC should not let conc unload to be enabled separately", in testShenandoah()
H A DTestLoopMiningArguments.java42 … public static void testWith(String msg, boolean cls, int iters, String... args) throws Exception { in testWith() method in TestLoopMiningArguments
58 testWith("Shenandoah should have CLS and LSM enabled", in main()
64 testWith("Shenandoah with +CLS should set LSM = 1", in main()
71 testWith("Shenandoah GC with +CLS should not override LSM>1", in main()
79 testWith("Shenandoah GC with +CLS should not override LSM=1", in main()
87 testWith("Shenandoah GC with +CLS should override LSM=0 to 1", in main()
95 testWith("Shenandoah GC with -CLS should set LSM = 0", in main()
102 testWith("Shenandoah GC with -CLS should override LSM to 0", in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/gc/shenandoah/options/
H A DTestClassUnloadingArguments.java41 …public static void testWith(String msg, boolean cu, boolean cuConc, String... args) throws Excepti… in testWith() method in TestClassUnloadingArguments
66 testWith("Default GC should have class unloading enabled", in testDefaultGC()
69 testWith("Default GC should disable everything", in testDefaultGC()
73 testWith("Default GC should disable conc unload", in testDefaultGC()
77 testWith("Default GC should not let conc unload to be enabled separately", in testDefaultGC()
84 testWith("Shenandoah GC should have class unloading enabled", in testShenandoah()
89 testWith("Shenandoah GC should disable everything", in testShenandoah()
95 testWith("Shenandoah GC should enable conc unload", in testShenandoah()
101 testWith("Shenandoah GC should not let conc unload to be enabled separately", in testShenandoah()
H A DTestLoopMiningArguments.java42 … public static void testWith(String msg, boolean cls, int iters, String... args) throws Exception { in testWith() method in TestLoopMiningArguments
58 testWith("Shenandoah should have CLS and LSM enabled", in main()
64 testWith("Shenandoah with +CLS should set LSM = 1", in main()
71 testWith("Shenandoah GC with +CLS should not override LSM>1", in main()
79 testWith("Shenandoah GC with +CLS should not override LSM=1", in main()
87 testWith("Shenandoah GC with +CLS should override LSM=0 to 1", in main()
95 testWith("Shenandoah GC with -CLS should set LSM = 0", in main()
102 testWith("Shenandoah GC with -CLS should override LSM to 0", in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/shenandoah/options/
H A DTestClassUnloadingArguments.java41 …public static void testWith(String msg, boolean cu, boolean cuConc, String... args) throws Excepti… in testWith() method in TestClassUnloadingArguments
66 testWith("Default GC should have class unloading enabled", in testDefaultGC()
69 testWith("Default GC should disable everything", in testDefaultGC()
73 testWith("Default GC should disable conc unload", in testDefaultGC()
77 testWith("Default GC should not let conc unload to be enabled separately", in testDefaultGC()
84 testWith("Shenandoah GC should have class unloading enabled", in testShenandoah()
89 testWith("Shenandoah GC should disable everything", in testShenandoah()
95 testWith("Shenandoah GC should enable conc unload", in testShenandoah()
101 testWith("Shenandoah GC should not let conc unload to be enabled separately", in testShenandoah()
H A DTestLoopMiningArguments.java42 … public static void testWith(String msg, boolean cls, int iters, String... args) throws Exception { in testWith() method in TestLoopMiningArguments
58 testWith("Shenandoah should have CLS and LSM enabled", in main()
64 testWith("Shenandoah with +CLS should set LSM = 1", in main()
71 testWith("Shenandoah GC with +CLS should not override LSM>1", in main()
79 testWith("Shenandoah GC with +CLS should not override LSM=1", in main()
87 testWith("Shenandoah GC with +CLS should override LSM=0 to 1", in main()
95 testWith("Shenandoah GC with -CLS should set LSM = 0", in main()
102 testWith("Shenandoah GC with -CLS should override LSM to 0", in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/gc/shenandoah/options/
H A DTestClassUnloadingArguments.java41 …public static void testWith(String msg, boolean cu, boolean cuConc, String... args) throws Excepti… in testWith() method in TestClassUnloadingArguments
65 testWith("Default GC should have class unloading enabled", in testDefaultGC()
68 testWith("Default GC should disable everything", in testDefaultGC()
72 testWith("Default GC should disable conc unload", in testDefaultGC()
76 testWith("Default GC should not let conc unload to be enabled separately", in testDefaultGC()
83 testWith("Shenandoah GC should have class unloading enabled", in testShenandoah()
88 testWith("Shenandoah GC should disable everything", in testShenandoah()
94 testWith("Shenandoah GC should enable conc unload", in testShenandoah()
100 testWith("Shenandoah GC should not let conc unload to be enabled separately", in testShenandoah()
H A DTestLoopMiningArguments.java41 … public static void testWith(String msg, boolean cls, int iters, String... args) throws Exception { in testWith() method in TestLoopMiningArguments
56 testWith("Shenandoah should have CLS and LSM enabled", in main()
62 testWith("Shenandoah with +CLS should set LSM = 1", in main()
69 testWith("Shenandoah GC with +CLS should not override LSM>1", in main()
77 testWith("Shenandoah GC with +CLS should not override LSM=1", in main()
85 testWith("Shenandoah GC with +CLS should override LSM=0 to 1", in main()
93 testWith("Shenandoah GC with -CLS should set LSM = 0", in main()
100 testWith("Shenandoah GC with -CLS should override LSM to 0", in main()
H A DTestHeuristicsUnlock.java47 testWith("adaptive", Mode.PRODUCT); in main()
48 testWith("static", Mode.PRODUCT); in main()
49 testWith("compact", Mode.PRODUCT); in main()
51 testWith("traversal", Mode.EXPERIMENTAL); in main()
53 testWith("aggressive", Mode.DIAGNOSTIC); in main()
54 testWith("passive", Mode.DIAGNOSTIC); in main()
57 private static void testWith(String h, Mode mode) throws Exception { in testWith() method in TestHeuristicsUnlock
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/gc/shenandoah/options/
H A DTestClassUnloadingArguments.java41 …public static void testWith(String msg, boolean cu, boolean cuConc, String... args) throws Excepti… in testWith() method in TestClassUnloadingArguments
65 testWith("Default GC should have class unloading enabled", in testDefaultGC()
68 testWith("Default GC should disable everything", in testDefaultGC()
72 testWith("Default GC should disable conc unload", in testDefaultGC()
76 testWith("Default GC should not let conc unload to be enabled separately", in testDefaultGC()
83 testWith("Shenandoah GC should have class unloading enabled", in testShenandoah()
88 testWith("Shenandoah GC should disable everything", in testShenandoah()
94 testWith("Shenandoah GC should enable conc unload", in testShenandoah()
100 testWith("Shenandoah GC should not let conc unload to be enabled separately", in testShenandoah()
H A DTestLoopMiningArguments.java42 … public static void testWith(String msg, boolean cls, int iters, String... args) throws Exception { in testWith() method in TestLoopMiningArguments
57 testWith("Shenandoah should have CLS and LSM enabled", in main()
63 testWith("Shenandoah with +CLS should set LSM = 1", in main()
70 testWith("Shenandoah GC with +CLS should not override LSM>1", in main()
78 testWith("Shenandoah GC with +CLS should not override LSM=1", in main()
86 testWith("Shenandoah GC with +CLS should override LSM=0 to 1", in main()
94 testWith("Shenandoah GC with -CLS should set LSM = 0", in main()
101 testWith("Shenandoah GC with -CLS should override LSM to 0", in main()
/dports/devel/stack/stack-2.7.3/_cabal_deps/aeson-1.5.6.0/tests/
H A DErrorMessages.hs82 [ testWith "OneConstructor"
90 , testWith "Nullary"
163 , testWith "EitherTextInt"
171 , testWith "Product2 Int Bool"
209 testWith :: Show a => String -> (Value -> Parser a) -> [L.ByteString] -> Output
210 testWith name parser ts = function
219 testFor name _ = testWith name (parseJSON :: Value -> Parser a)
222 testWithSomeType = testWith
225 testWithFoo = testWith

12345678