blob: 983c16a051911731e8ef911aef183b51dc23232c [file] [log] [blame]
Shubham Ajmera65adb8b2017-02-06 16:04:25 +00001[
2 {
Shubham Ajmera14de5c42017-03-13 10:51:14 -07003 "tests": "153-reference-stress",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +00004 "description": ["Disable 153-reference-stress temporarily until a fix",
5 "arrives."],
6 "bug": "http://b/33389022"
7 },
8 {
Alex Light2337fa12019-01-04 10:00:50 -08009 "tests": "132-daemon-locks-shutdown",
10 "description": ["This test seems to fail occasionally on redefine-stress for unknown reasons without stack-traces"],
11 "variant": "redefine-stress",
12 "bug": "http://b/121302864"
13 },
14 {
Alex Lighta7968b32018-02-27 11:47:24 -080015 "tests": "579-inline-infinite",
16 "description": ["This test seems to fail often on redefine-stress for unknown reasons"],
17 "variant": "redefine-stress",
18 "bug": "http://b/73871735"
19 },
20 {
Shubham Ajmera14de5c42017-03-13 10:51:14 -070021 "tests": "080-oom-fragmentation",
Roland Levillain0203f232018-09-25 16:43:30 +000022 "description": ["Disable 080-oom-fragmentation for GSS GC due to lack of",
23 "support for allocations larger than 32MB."],
24 "env_vars": {"ART_DEFAULT_GC_TYPE": "GSS"},
25 "bug": "http://b/33795328"
26 },
27 {
28 "tests": "080-oom-fragmentation",
29 "description": ["Disable 080-oom-fragmentation for CC collector in debug mode",
30 "because of potential fragmentation caused by the region space's",
31 "cyclic region allocation (which is enabled in debug mode)."],
32 "variant": "debug",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +000033 "bug": "http://b/33795328"
34 },
35 {
36 "tests": ["497-inlining-and-class-loader",
37 "542-unresolved-access-check"],
38 "description": ["Disable 497-inlining-and-class-loader and ",
39 "542-unresolved-access-check until they are rewritten.",
40 "These tests use a broken class loader that tries to",
41 "register a dex file that's already registered with a",
42 "different loader."],
43 "bug": "http://b/34193123"
44 },
45 {
Shubham Ajmera14de5c42017-03-13 10:51:14 -070046 "tests": "149-suspend-all-stress",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +000047 "description": "Disable 149-suspend-all-stress, its output is flaky",
48 "bug": "http://b/28988206"
49 },
50 {
Shubham Ajmera65adb8b2017-02-06 16:04:25 +000051 "tests": ["002-sleep",
52 "053-wait-some",
53 "055-enum-performance",
54 "133-static-invoke-super"],
55 "description": ["Tests that are timing sensitive and flaky on heavily",
56 "loaded systems."]
57 },
58 {
Shubham Ajmera14de5c42017-03-13 10:51:14 -070059 "tests": "147-stripped-dex-fallback",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +000060 "variant": "target",
61 "description": ["147-stripped-dex-fallback isn't supported on device",
62 "because --strip-dex requires the zip command."]
63 },
64 {
Shubham Ajmera14de5c42017-03-13 10:51:14 -070065 "tests": "569-checker-pattern-replacement",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +000066 "variant": "target",
67 "description": ["569-checker-pattern-replacement tests behaviour",
68 "present only on host."]
69 },
70 {
71 "tests": ["116-nodex2oat",
72 "118-noimage-dex2oat",
73 "134-nodex2oat-nofallback"],
74 "variant": "prebuild",
75 "description": ["Note 116-nodex2oat is not broken per-se it just",
76 "doesn't (and isn't meant to) work with --prebuild."]
77 },
78 {
Vladimir Markoa497a392018-09-26 10:52:50 +010079 "tests": ["147-stripped-dex-fallback",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +000080 "608-checker-unresolved-lse"],
81 "variant": "no-prebuild"
82 },
83 {
Vladimir Markoa497a392018-09-26 10:52:50 +010084 "tests": ["118-noimage-dex2oat"],
Shubham Ajmera65adb8b2017-02-06 16:04:25 +000085 "variant": "no-relocate",
Vladimir Markoa497a392018-09-26 10:52:50 +010086 "description": ["118-noimage-dex2oat is not broken per-se it just ",
87 "doesn't work (and isn't meant to) without --prebuild ",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +000088 "--relocate"]
89 },
90 {
Shubham Ajmera14de5c42017-03-13 10:51:14 -070091 "tests" : "629-vdex-speed",
Vladimir Markoa497a392018-09-26 10:52:50 +010092 "variant": "interp-ac | interpreter | jit",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +000093 "description": "629 requires compilation."
94 },
95 {
Shubham Ajmera14de5c42017-03-13 10:51:14 -070096 "tests": "137-cfi",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +000097 "variant": "gcstress",
98 "description": ["137-cfi needs to unwind a second forked process. We're",
99 "using a primitive sleep to wait till we hope the",
100 "second process got into the expected state. The",
101 "slowness of gcstress makes this bad."]
102 },
103 {
Shubham Ajmera14de5c42017-03-13 10:51:14 -0700104 "tests": "152-dead-large-object",
Mathieu Chartier55918192017-02-28 13:20:27 -0800105 "variant": "gcstress",
Mathieu Chartierf69aa302017-03-14 11:31:16 -0700106 "description": ["152-dead-large-object requires a heap larger than what gcstress uses."],
107 "bug": "http://b/35800768"
Mathieu Chartier55918192017-02-28 13:20:27 -0800108 },
109 {
Mathieu Chartier282431b2017-07-12 10:28:54 -0700110 "tests": "163-app-image-methods",
111 "variant": "gcstress",
112 "description": ["This test sometimes runs out of memory initializing the boot classpath."]
113 },
114 {
Vladimir Markoaa0912c2017-09-15 13:30:06 +0100115 "tests": "164-resolution-trampoline-dex-cache",
116 "variant": "interp-ac | interpreter",
117 "description": ["This test requires AOT mixed with JIT and enables the JIT by the ",
118 "runtime option -Xusejit:true. This conflicts with -Xint passed for ",
119 "interpreter configurations (interp-ac | interpreter). The 'jit' ",
120 "configuration succeeds even though it does not test anything useful."]
121 },
122 {
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000123 "tests": ["908-gc-start-finish",
124 "913-heaps"],
125 "variant": "gcstress",
126 "description": ["908-gc-start-finish expects GCs only to be run at",
127 "clear points. The reduced heap size makes this",
128 "non-deterministic. Same for 913."]
129 },
130 {
Alex Lightce906f12018-02-22 16:09:52 -0800131 "tests": ["1946-list-descriptors"],
132 "variant": "gcverify | trace",
133 "description": "This test is rather slow and gcverify or trace often cause it to timeout."
134 },
135 {
Alex Lightfa676022017-04-27 09:25:32 -0700136 "tests": ["961-default-iface-resolution-gen",
137 "964-default-iface-init-gen",
138 "968-default-partial-compile-gen"],
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000139 "variant": "gcstress",
Alex Lightfa676022017-04-27 09:25:32 -0700140 "description": ["961-default-iface-resolution-gen,",
141 "968-default-partial-compile-gen and",
142 "964-default-iface-init-gen are very long tests that",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000143 "often will take more than the timeout to run when",
144 "gcstress is enabled. This is because gcstress slows",
145 "down allocations significantly which these tests do a",
146 "lot."]
147 },
148 {
Shubham Ajmera14de5c42017-03-13 10:51:14 -0700149 "tests": "154-gc-loop",
Mathieu Chartierf69aa302017-03-14 11:31:16 -0700150 "variant": "gcstress | jit & debug",
151 "description": ["154-gc-loop depends GC not happening too often"],
152 "bug": "http://b/35917229"
Mathieu Chartier673665b2017-03-06 10:07:59 -0800153 },
154 {
Shubham Ajmera14de5c42017-03-13 10:51:14 -0700155 "tests": "115-native-bridge",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000156 "variant": "target",
157 "description": ["115-native-bridge setup is complicated. Need to",
158 "implement it correctly for the target."]
159 },
160 {
Shubham Ajmera14de5c42017-03-13 10:51:14 -0700161 "tests": "130-hprof",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000162 "variant": "target",
Shubham Ajmera14de5c42017-03-13 10:51:14 -0700163 "description": ["130-hprof dumps the heap and runs hprof-conv to check",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000164 "whether the file is somewhat readable. Thi is only",
165 "possible on the host. TODO: Turn off all the other",
166 "combinations, this is more about testing actual ART",
167 "code. A gtest is very hard to write here, as (for a",
168 "complete test) JDWP must be set up."]
169 },
170 {
Shubham Ajmera14de5c42017-03-13 10:51:14 -0700171 "tests": "138-duplicate-classes-check",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000172 "variant": "ndebug",
173 "description": ["Turned on for debug builds since debug builds have",
174 "duplicate classes checks enabled"],
175 "bug": "http://b/2133391"
176 },
177 {
Shubham Ajmera14de5c42017-03-13 10:51:14 -0700178 "tests": "147-stripped-dex-fallback",
Vladimir Markoa497a392018-09-26 10:52:50 +0100179 "variant": "no-image",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000180 "description": ["147-stripped-dex-fallback is disabled because it",
181 "requires --prebuild."]
182 },
183 {
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000184 "tests": ["116-nodex2oat",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000185 "118-noimage-dex2oat",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000186 "137-cfi",
187 "138-duplicate-classes-check2"],
Vladimir Markoa497a392018-09-26 10:52:50 +0100188 "variant": "no-image",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000189 "description": ["All these tests check that we have sane behavior if we",
Vladimir Markoa497a392018-09-26 10:52:50 +0100190 "don't have a dex2oat. Therefore we",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000191 "shouldn't run them in situations where we actually",
192 "don't have these since they explicitly test for them.",
193 "These all also assume we have an image."]
194 },
195 {
196 "tests": ["137-cfi",
197 "138-duplicate-classes-check",
198 "018-stack-overflow",
199 "961-default-iface-resolution-gen",
Shubham Ajmera14de5c42017-03-13 10:51:14 -0700200 "964-default-iface-init-gen"],
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000201 "variant": "no-image",
202 "description": ["This test fails without an image. 018, 961, 964 often",
203 "time out."],
204 "bug": "http://b/34369284"
205 },
206 {
Alex Light2a90bc92018-07-10 21:57:42 +0000207 "tests": ["018-stack-overflow",
208 "107-int-math2",
209 "667-jit-jni-stub"],
210 "description": ["We run for long enough for jit to compile some of the methods ",
211 "which means it takes so long to finish the test that it will ",
212 "timeout. The timeout is due to having to walk the stack ",
213 "when entering and exiting methods due to the way the instrumentation ",
214 "trampoline is implemented."],
215 "variant": "debuggable & jit & trace | debuggable & jit & stream"
216 },
217 {
218 "tests": "1935-get-set-current-frame-jit",
219 "description": ["Test expects that OSR works but tracing turns this feature off."],
220 "variant": "trace | stream"
221 },
222 {
Alex Light772099a2017-11-21 14:05:04 -0800223 "tests": "1940-ddms-ext",
224 "description": ["Test expects to be able to start tracing but we cannot",
225 "do that if tracing is already ongoing."],
226 "variant": "trace | stream"
227 },
228 {
Shubham Ajmera14de5c42017-03-13 10:51:14 -0700229 "tests": "137-cfi",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000230 "description": ["This test unrolls and expects managed frames, but",
Alex Light2a90bc92018-07-10 21:57:42 +0000231 "tracing means we run the interpreter or trampolines."],
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000232 "variant": "trace | stream"
233 },
234 {
235 "tests": ["802-deoptimization",
236 "570-checker-osr"],
237 "description": ["This test dynamically enables tracing to force a",
238 "deoptimization. This makes the test meaningless",
239 "when already tracing, and writes an error message",
240 "that we do not want to check for."],
241 "variant": "trace | stream"
242 },
243 {
Shubham Ajmera14de5c42017-03-13 10:51:14 -0700244 "tests": "130-hprof",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000245 "description": "130 occasional timeout",
246 "bug": "http://b/32383962",
247 "variant": "trace | stream"
248 },
249 {
250 "tests": ["087-gc-after-link",
251 "141-class-unload"],
252 "variant": "trace | stream"
253 },
254 {
Nicolas Geoffray07c70282017-08-30 08:09:42 +0000255 "tests": ["604-hot-static-interface",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000256 "612-jit-dex-cache",
257 "613-inlining-dex-cache",
Mingyao Yangfbaf29e2017-12-03 23:25:28 -0800258 "626-set-resolved-string",
259 "638-checker-inline-cache-intrinsic"],
Nicolas Geoffraya5ca8eb2018-08-24 13:39:13 +0100260 "variant": "trace | stream",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000261 "description": ["These tests expect JIT compilation, which is",
262 "suppressed when tracing."]
263 },
264 {
Mingyao Yang2ee17902017-08-30 11:37:08 -0700265 "tests": "597-deopt-busy-loop",
266 "variant": "interp-ac | interpreter | trace | stream",
267 "description": ["This test expects JIT compilation, which is",
268 "suppressed when tracing."]
269 },
270 {
Nicolas Geoffraya5ca8eb2018-08-24 13:39:13 +0100271 "tests": "638-checker-inline-cache-intrinsic",
272 "variant": "interpreter | interp-ac",
273 "description": ["Test expects JIT compilation"]
274 },
275 {
Mingyao Yang2ee17902017-08-30 11:37:08 -0700276 "tests": "597-deopt-invoke-stub",
Mingyao Yangf5f08832017-09-29 12:08:17 -0700277 "variant": "speed-profile | interp-ac | interpreter | optimizing | trace | stream",
Mingyao Yang2ee17902017-08-30 11:37:08 -0700278 "description": ["This test expects JIT compilation and no AOT for",
279 "testing deoptimizing at quick-to-interpreter bridge."]
280 },
281 {
Shubham Ajmera14de5c42017-03-13 10:51:14 -0700282 "tests": "906-iterate-heap",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000283 "description": ["Test 906 iterates the heap filtering with different",
284 "options. No instances should be created between those",
285 "runs to be able to have precise checks."],
286 "variant": "jit"
287 },
288 {
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000289 "tests": ["570-checker-select",
290 "484-checker-register-hints"],
291 "description": ["These tests were based on the linear scan allocator,",
292 "which makes different decisions than the graph",
293 "coloring allocator. (These attempt to test for code",
294 "quality, not correctness.)"],
295 "variant": "regalloc_gc"
296 },
297 {
298 "tests": ["454-get-vreg",
299 "457-regs",
Nicolas Geoffray386db1a2018-10-04 12:57:52 +0100300 "602-deoptimizeable",
301 "685-deoptimizeable"],
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000302 "description": ["Tests that should fail when the optimizing compiler ",
303 "compiles them non-debuggable."],
Roland Levillain8b726902018-10-09 19:27:23 +0100304 "variant": "optimizing & ndebuggable | regalloc_gc & ndebuggable | speed-profile & ndebuggable | jit & ndebuggable | jit-on-first-use & ndebuggable"
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000305 },
306 {
Shubham Ajmera14de5c42017-03-13 10:51:14 -0700307 "tests": "596-app-images",
Nicolas Geoffray33778252018-03-26 12:24:48 +0100308 "description": "Code being tested has been disabled",
309 "bug": "b/70734839"
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000310 },
311 {
Shubham Ajmera14de5c42017-03-13 10:51:14 -0700312 "tests": "055-enum-performance",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000313 "variant": "optimizing | regalloc_gc",
314 "description": ["055: Exceeds run time limits due to heap poisoning ",
315 "instrumentation (on ARM and ARM64 devices)."]
316 },
317 {
Shubham Ajmera14de5c42017-03-13 10:51:14 -0700318 "tests": "909-attach-agent",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000319 "variant": "debuggable",
320 "description": "Tests that check semantics for a non-debuggable app."
321 },
322 {
Shubham Ajmera14de5c42017-03-13 10:51:14 -0700323 "tests": "137-cfi",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000324 "variant": "debuggable",
325 "description": ["The test relies on AOT code and debuggable makes us",
326 "JIT always."]
327 },
328 {
329 "tests": ["000-nop",
330 "134-nodex2oat-nofallback",
331 "147-stripped-dex-fallback",
Nicolas Geoffray77e36942017-03-08 13:40:23 +0000332 "595-profile-saving"],
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000333 "description": "The doesn't compile anything",
334 "env_vars": {"ART_TEST_BISECTION": "true"},
335 "variant": "optimizing | regalloc_gc"
336 },
337 {
338 "tests": "089-many-methods",
339 "description": "The test tests a build failure",
340 "env_vars": {"ART_TEST_BISECTION": "true"},
341 "variant": "optimizing | regalloc_gc"
342 },
343 {
344 "tests": ["018-stack-overflow",
345 "116-nodex2oat",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000346 "118-noimage-dex2oat",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000347 "126-miranda-multidex",
348 "137-cfi"],
349 "description": "The test run dalvikvm more than once.",
350 "env_vars": {"ART_TEST_BISECTION": "true"},
351 "variant": "optimizing | regalloc_gc"
352 },
353 {
354 "tests": ["115-native-bridge",
Nicolas Geoffray77e36942017-03-08 13:40:23 +0000355 "088-monitor-verification"],
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000356 "description": "The test assume they are always compiled.",
357 "env_vars": {"ART_TEST_BISECTION": "true"},
358 "variant": "optimizing | regalloc_gc"
359 },
360 {
Shubham Ajmera14de5c42017-03-13 10:51:14 -0700361 "tests": "055-enum-performance",
Shubham Ajmera65adb8b2017-02-06 16:04:25 +0000362 "description": ["The test tests performance which degrades during",
363 "bisecting."],
364 "env_vars": {"ART_TEST_BISECTION": "true"},
365 "variant": "optimizing | regalloc_gc"
366 },
367 {
Nicolas Geoffray91a834e2018-03-16 12:56:36 +0000368 "tests": ["537-checker-arraycopy",
369 "641-checker-arraycopy"],
Roland Levillaina83d20d2018-03-15 16:01:32 +0000370 "env_vars": {"ART_READ_BARRIER_TYPE": "TABLELOOKUP"}
Nicolas Geoffray31c88582017-03-16 16:57:04 +0000371 },
372 {
Nicolas Geoffrayb8cd64b2017-03-17 11:55:14 +0000373 "tests": ["530-checker-lse",
Nicolas Geoffray36dac9c2017-03-18 13:18:24 +0000374 "530-checker-lse2",
375 "030-bad-finalizer",
Nicolas Geoffrayb8cd64b2017-03-17 11:55:14 +0000376 "080-oom-throw"],
377 "bug": "http://b/36377828",
378 "variant": "interp-ac"
Calin Juravle26ab8d72017-03-20 14:45:15 -0700379 },
Calin Juravlee2492d42017-03-20 11:42:13 -0700380 {
Jeff Hao002b9312017-03-27 16:23:08 -0700381 "tests": ["629-vdex-speed",
Alex Lighte79f3292017-03-30 16:31:19 -0700382 "634-vdex-duplicate"],
Mathieu Chartierfa0aa092017-03-27 15:43:54 -0700383 "description": ["Profile driven dexlayout does not work with vdex or dex verifier."],
Mathieu Chartier2c4b0842017-12-13 11:49:51 -0800384 "variant": "speed-profile"
Alex Light8f2c6d42017-04-10 16:27:35 -0700385 },
386 {
Alex Light6fdc1b62017-09-18 11:33:56 -0700387 "test_patterns": ["616-cha.*"],
Alex Light3a0eef02018-06-01 11:10:14 -0700388 "description": ["cha tests rely on knowing the exact set of optimizations available. ",
389 "Debuggable runtimes change the set of optimizations."],
390 "variant": "debuggable"
391 },
392 {
393 "test_patterns": ["616-cha.*"],
Alex Light6fdc1b62017-09-18 11:33:56 -0700394 "description": ["cha tests rely on knowing more about the state of the JIT then is possible with jvmti-stress"],
395 "variant": "jvmti-stress & jit | redefine-stress & jit"
396 },
397 {
Andreas Gampe1078d152017-11-07 18:00:54 -0800398 "test_patterns": ["616-cha"],
399 "description": ["The test assumes a boot image exists."],
400 "bug": "http://b/34193647",
401 "variant": "no-image"
402 },
403 {
Alex Light6fdc1b62017-09-18 11:33:56 -0700404 "tests": [ "663-odd-dex-size",
405 "663-odd-dex-size2",
406 "663-odd-dex-size3",
407 "663-odd-dex-size4" ],
408 "description": ["All the odd-dex-size tests cause slicer to emit warnings."],
409 "variant": "jvmti-stress | redefine-stress"
410 },
411 {
412 "test_patterns": ["[0-9]*-checker-.*"],
Alex Light8f2c6d42017-04-10 16:27:35 -0700413 "description": ["Checker tests are not compatible with jvmti."],
Alex Lightc38c3692017-06-27 15:45:14 -0700414 "variant": "jvmti-stress | redefine-stress | trace-stress | field-stress | step-stress"
Alex Light8f2c6d42017-04-10 16:27:35 -0700415 },
416 {
417 "tests": [
418 "961-default-iface-resolution-gen",
Alex Lightc44b4332018-01-12 10:04:08 -0800419 "964-default-iface-init-gen",
420 "968-default-partial-compile-gen"
Alex Light8f2c6d42017-04-10 16:27:35 -0700421 ],
422 "description": ["Tests that just take too long with jvmti-stress"],
Alex Lightc38c3692017-06-27 15:45:14 -0700423 "variant": "jvmti-stress | redefine-stress | trace-stress | step-stress"
Alex Light8f2c6d42017-04-10 16:27:35 -0700424 },
425 {
Alex Light6fdc1b62017-09-18 11:33:56 -0700426 "tests": ["082-inline-execute"],
427 "description": ["speed-profile seems to cause the agent to be given an invalid dex file" ],
428 "bug": "b/65452964",
429 "variant": "redefine-stress & speed-profile | jvmti-stress & speed-profile"
430 },
431 {
432 "tests": ["701-easy-div-rem",
433 "303-verification-stress"],
434 "description": ["speed-profile leads to dex files that slicer emits warnings about"],
435 "variant": "redefine-stress & speed-profile | jvmti-stress & speed-profile"
436 },
437 {
Alex Lightf7c4e4b2018-02-16 11:36:46 -0800438 "test_patterns": [
439 ".*invoke-custom.*",
440 ".*invoke-polymorphic.*",
441 ".*methodhandle.*",
442 ".*method-handle.*",
443 ".*varhandle.*",
Orion Hodson7d297532018-05-04 09:31:45 +0100444 ".*var-handle.*",
445 "716-jli-jit-samples"
Alex Light8f2c6d42017-04-10 16:27:35 -0700446 ],
447 "description": [
Orion Hodson7d297532018-05-04 09:31:45 +0100448 "Tests for bytecodes introduced after DEX version 037 that are unsupported by",
Alex Light8f2c6d42017-04-10 16:27:35 -0700449 "dexter/slicer."
450 ],
451 "bug": "b/37272822",
Alex Lightb7edcda2017-04-27 13:20:31 -0700452 "variant": "jvmti-stress | redefine-stress"
Alex Light8f2c6d42017-04-10 16:27:35 -0700453 },
454 {
455 "tests": [
Alex Light64d64242018-12-14 15:54:11 -0800456 "004-ThreadStress",
457 "130-hprof",
458 "579-inline-infinite",
459 "1946-list-descriptors"
Alex Light8f2c6d42017-04-10 16:27:35 -0700460 ],
Alex Light64d64242018-12-14 15:54:11 -0800461 "description": ["Too slow to finish in the timeout"],
Alex Lightc38c3692017-06-27 15:45:14 -0700462 "variant": "jvmti-stress | redefine-stress | trace-stress | field-stress | step-stress"
Alex Light8f2c6d42017-04-10 16:27:35 -0700463 },
464 {
465 "tests": [
Alex Light64d64242018-12-14 15:54:11 -0800466 "911-get-stack-trace"
467 ],
468 "description": ["Tests that fail when run with step-stress for unknown reasons."],
469 "bug": "b/120995005",
470 "variant": "jvmti-stress | step-stress"
471 },
472 {
473 "tests": [
474 "004-SignalTest",
475 "004-StackWalk",
476 "064-field-access",
477 "083-compiler-regressions",
478 "098-ddmc",
479 "107-int-math2",
480 "129-ThreadGetId",
481 "135-MirandaDispatch",
Alex Lightf7c4e4b2018-02-16 11:36:46 -0800482 "132-daemon-locks-shutdown",
Alex Light64d64242018-12-14 15:54:11 -0800483 "163-app-image-methods",
484 "607-daemon-stress",
485 "674-hiddenapi",
486 "687-deopt",
487 "904-object-allocation"
488 ],
489 "description": ["Tests that sometimes fail when run with jvmti-stress for unknown reasons."],
490 "bug": "b/120995005",
491 "variant": "jvmti-stress | trace-stress | field-stress | step-stress"
492 },
493 {
494 "tests": [
495 "018-stack-overflow",
496 "137-cfi",
497 "595-profile-saving",
498 "597-deopt-busy-loop",
499 "597-deopt-new-string",
500 "660-clinit",
501 "900-hello-plugin",
502 "909-attach-agent",
503 "924-threads",
504 "981-dedup-original-dex",
505 "1900-track-alloc"
506 ],
507 "description": ["Tests that require exact knowledge of the deoptimization state, the ",
508 "number of plugins and agents, or breaks other openjdkjvmti assumptions."],
509 "variant": "jvmti-stress | redefine-stress | trace-stress | field-stress | step-stress"
510 },
511 {
512 "tests": [
Alex Lightf7c4e4b2018-02-16 11:36:46 -0800513 "607-daemon-stress",
514 "602-deoptimizeable",
515 "121-simple-suspend-check",
516 "083-compiler-regressions"
517 ],
518 "description": ["Tests that have failed on redefine stress for unknown reasons"],
519 "bug": "b/73177368",
520 "variant": "redefine-stress"
521 },
522 {
523 "tests": [
Orion Hodson5084cda2018-06-27 10:08:15 +0100524 "638-no-line-number"
525 ],
526 "description": ["Tests that fail on redefine stress due to branch instruction selection"],
527 "bug": "b/110869946",
528 "variant": "redefine-stress"
529 },
530 {
531 "tests": [
Alex Light8f2c6d42017-04-10 16:27:35 -0700532 "097-duplicate-method",
533 "138-duplicate-classes-check2",
Alex Lightd9dc62a2017-05-17 11:02:53 -0700534 "159-app-image-fields",
Alex Lightf7c4e4b2018-02-16 11:36:46 -0800535 "674-hiddenapi",
Alex Lightd9dc62a2017-05-17 11:02:53 -0700536 "649-vdex-duplicate-method",
Alex Light8f2c6d42017-04-10 16:27:35 -0700537 "804-class-extends-itself",
David Brazdil90701d52018-05-16 12:59:32 +0100538 "921-hello-failure",
539 "999-redefine-hiddenapi"
Alex Light8f2c6d42017-04-10 16:27:35 -0700540 ],
541 "description": [
542 "Tests that use illegal dex files or otherwise break dexter assumptions"
543 ],
Alex Lightb7edcda2017-04-27 13:20:31 -0700544 "variant": "jvmti-stress | redefine-stress"
Alex Light8f2c6d42017-04-10 16:27:35 -0700545 },
546 {
547 "tests": [
548 "018-stack-overflow",
549 "068-classloader",
550 "086-null-super",
551 "087-gc-after-link",
552 "626-const-class-linking",
553 "629-vdex-speed",
Alex Lightd9dc62a2017-05-17 11:02:53 -0700554 "647-jni-get-field-id",
Alex Lightf7c4e4b2018-02-16 11:36:46 -0800555 "674-hiddenapi",
David Brazdil90701d52018-05-16 12:59:32 +0100556 "944-transform-classloaders",
557 "999-redefine-hiddenapi"
Alex Light8f2c6d42017-04-10 16:27:35 -0700558 ],
559 "description": [
560 "Tests that use custom class loaders or other features not supported ",
561 "by our JVMTI implementation"
562 ],
Alex Lightb7edcda2017-04-27 13:20:31 -0700563 "variant": "jvmti-stress | redefine-stress"
Alex Light8f2c6d42017-04-10 16:27:35 -0700564 },
565 {
566 "tests": [
Alex Light43e935d2017-06-19 15:40:40 -0700567 "004-ThreadStress"
568 ],
569 "description": "The thread stress test just takes too long with field-stress",
Alex Lightf7c4e4b2018-02-16 11:36:46 -0800570 "variant": "jvmti-stress | field-stress | step-stress | redefine-stress"
Alex Light43e935d2017-06-19 15:40:40 -0700571 },
572 {
573 "tests": [
Alex Light8f2c6d42017-04-10 16:27:35 -0700574 "031-class-attributes",
Alex Lightf709ba52018-03-06 10:51:09 -0800575 "715-clinit-implicit-parameter-annotations",
Alex Lightc251ebc2017-04-13 10:49:45 -0700576 "911-get-stack-trace"
Alex Light8f2c6d42017-04-10 16:27:35 -0700577 ],
578 "description": [
579 "Tests that use annotations and debug data that is not kept around by dexter."
580 ],
Alex Lightc251ebc2017-04-13 10:49:45 -0700581 "bug": "b/37239009",
Alex Lightb7edcda2017-04-27 13:20:31 -0700582 "variant": "jvmti-stress | redefine-stress"
Igor Murashkin8889a892017-04-24 16:09:15 -0700583 },
584 {
Alex Light6fdc1b62017-09-18 11:33:56 -0700585 "tests": [ "1911-get-local-var-table" ],
586 "description": [
587 "Test that relies on knowing the exact layout of a dex file"
588 ],
589 "variant": "jvmti-stress | redefine-stress"
590 },
591 {
Igor Murashkin8889a892017-04-24 16:09:15 -0700592 "tests": [
Nicolas Geoffray4e868fa2017-04-21 17:16:44 +0100593 "536-checker-needs-access-check",
594 "537-checker-inline-and-unverified",
595 "569-checker-pattern-replacement",
596 "586-checker-null-array-get"
597 ],
598 "description": [
599 "Tests that have verify-at-runtime classes, but being compiled when using vdex."
600 ],
601 "variant": "speed-profile"
Roland Levillain5fa822d2017-04-27 16:12:39 +0100602 },
603 {
604 "tests": "648-many-direct-methods",
605 "variant": "debug",
606 "description": "Test disabled in debug mode because of dex2oatd timeouts.",
607 "bug": "b/33650497"
Goran Jakovljevic7050f9d2017-05-08 15:19:39 +0200608 },
609 {
Alex Light61d50412018-08-02 01:07:24 -0700610 "tests": "1946-list-descriptors",
611 "description": "ASAN+interp-ac/switch interpreter means this is too slow to finish in the timeout",
612 "variant": "target & interp-ac",
613 "env_vars": {"SANITIZE_TARGET": "address"}
614 },
615 {
616 "tests": "1946-list-descriptors",
617 "description": "ASAN+interp-ac/switch interpreter means this is too slow to finish in the timeout",
618 "variant": "host & interp-ac",
619 "env_vars": {"SANITIZE_HOST": "address"}
620 },
621 {
Hans Boehm1d379cb2018-12-13 22:02:36 -0800622 "tests": "175-alloc-big-bignums",
623 "description": "ASAN runs out of memory due to huge allocations.",
624 "variant": "host",
625 "env_vars": {"SANITIZE_HOST": "address"}
626 },
627 {
Andreas Gampefa6b0342017-06-02 08:36:42 -0700628 "tests": "202-thread-oome",
629 "description": "ASAN aborts when large thread stacks are requested.",
630 "variant": "host",
631 "env_vars": {"SANITIZE_HOST": "address"}
632 },
633 {
634 "tests": "202-thread-oome",
635 "description": "ASAN aborts when large thread stacks are requested.",
636 "variant": "target",
637 "env_vars": {"SANITIZE_TARGET": "address"}
Andreas Gampe98e36932017-06-02 16:15:27 -0700638 },
639 {
Andreas Gampe4430b252017-07-11 10:47:22 -0700640 "tests": [
Vladimir Marko5825ed42018-09-03 14:14:17 +0100641 "018-stack-overflow",
642 "107-int-math2"
643 ],
644 "description": [
645 "Insufficient stack guards for ASAN."
646 ],
647 "variant": "interp-ac & host",
648 "env_vars": {"SANITIZE_HOST": "address"},
649 "bug": "b/31098551"
650 },
651 {
652 "tests": [
653 "018-stack-overflow",
654 "107-int-math2"
655 ],
656 "description": [
657 "Insufficient stack guards for ASAN."
658 ],
659 "variant": "interp-ac & target",
660 "env_vars": {"SANITIZE_TARGET": "address"},
661 "bug": "b/31098551"
662 },
663 {
664 "tests": [
Andreas Gampe4430b252017-07-11 10:47:22 -0700665 "059-finalizer-throw",
666 "074-gc-thrash",
667 "911-get-stack-trace",
668 "913-heaps",
669 "980-redefine-object"
670 ],
671 "description": [
672 "Interpreter with access checks stack frames are too large and result in",
673 "StackOverFlow errors being thrown."
674 ],
675 "variant": "interp-ac & host",
676 "env_vars": {"SANITIZE_HOST": "address"}
677 },
678 {
679 "tests": [
680 "059-finalizer-throw",
681 "074-gc-thrash",
682 "911-get-stack-trace",
683 "913-heaps",
684 "980-redefine-object"
685 ],
686 "description": [
687 "Interpreter with access checks stack frames are too large and result in",
688 "StackOverFlow errors being thrown."
689 ],
690 "variant": "interp-ac & target",
691 "env_vars": {"SANITIZE_TARGET": "address"}
692 },
693 {
Andreas Gampe98e36932017-06-02 16:15:27 -0700694 "tests": "071-dexfile-map-clean",
695 "description": [ "We use prebuilt zipalign on master-art-host to avoid pulling in a lot",
696 "of the framework. But a non-sanitized zipalign binary does not work with",
697 "a sanitized libc++."],
698 "env_vars": {"SANITIZE_HOST": "address"}
Andreas Gampe73dd3a22017-06-05 13:28:03 -0700699 },
700 {
Mathieu Chartierc2583d22017-07-06 17:58:38 -0700701 "tests": "141-class-unload",
Nicolas Geoffraycde8c352017-07-10 09:28:18 +0100702 "description": "Segmentation fault",
703 "bug": "b/31098949",
704 "env_vars": {"SANITIZE_HOST": "address"}
705 },
706 {
707 "tests": "104-growth-limit",
708 "description": "Flake",
709 "bug": "b/63514331",
Mathieu Chartierc2583d22017-07-06 17:58:38 -0700710 "env_vars": {"SANITIZE_HOST": "address"}
711 },
712 {
Alex Lightb7edcda2017-04-27 13:20:31 -0700713 "tests": ["988-method-trace"],
714 "variant": "redefine-stress | jvmti-stress",
715 "description": "Test disabled due to redefine-stress disabling intrinsics which changes the trace output slightly."
716 },
717 {
Calin Juravle4e4001e2017-06-08 16:13:26 -0700718 "tests": ["137-cfi", "629-vdex-speed"],
719 "description": [ "Tests require speed compilation which is no longer the default for",
Nicolas Geoffray9a183962017-06-10 14:33:17 +0100720 "no-prebuild or no-image configs."],
721 "variant": "no-prebuild | no-image"
Nicolas Geoffraycd9e5e72017-06-14 09:03:55 +0100722 },
723 {
724 "tests": ["059-finalizer-throw", "063-process-manager"],
725 "description": [ "Tests that take too long on target with gcstress and debug" ],
726 "variant": "gcstress & target & debug"
Nicolas Geoffrayd7325282017-06-15 09:15:50 +0100727 },
728 {
729 "tests": ["905-object-free"],
730 "description": [ "Flake on gcstress" ],
731 "bug": "b/62562923",
732 "variant": "gcstress & jit & target"
Roland Levillain18498202017-06-28 13:15:55 +0100733 },
734 {
Chang Xing3e379022017-07-24 18:38:10 -0700735 "tests": "660-clinit",
Nicolas Geoffray3d8a78a2018-08-29 21:10:16 +0000736 "variant": "no-image | no-prebuild | jvmti-stress | redefine-stress",
Alex Light6fdc1b62017-09-18 11:33:56 -0700737 "description": ["Tests <clinit> for app images, which --no-image, --no-prebuild, ",
Nicolas Geoffray3d8a78a2018-08-29 21:10:16 +0000738 "and --redefine-stress do not create"]
Igor Murashkinde676432017-08-03 10:24:38 -0700739 },
740 {
Nicolas Geoffraye877a132017-08-06 10:31:57 +0100741 "tests": ["961-default-iface-resolution-gen",
742 "964-default-iface-init-gen",
743 "968-default-partial-compile-gen"],
Igor Murashkinde676432017-08-03 10:24:38 -0700744 "env_vars": {"SANITIZE_HOST": "address"},
745 "description": ["Test hits dex2oat watchdog timeout (60sec) on art-asan"]
Jeff Hao3c3911e2017-08-14 15:14:29 -0700746 },
747 {
748 "tests": "664-aget-verifier",
749 "description": ["Aget on potentially null array fails verification."],
750 "bug": "b/64683522"
Igor Murashkin545412b2017-08-17 15:26:54 -0700751 },
752 {
Mathieu Chartier74c876b2018-01-17 09:36:45 -0800753 "tests": ["628-vdex",
754 "629-vdex-speed",
755 "634-vdex-duplicate"],
756 "variant": "cdex-fast",
757 "description": ["Tests that depend on input-vdex are not supported with compact dex"]
758 },
759 {
Nicolas Geoffray57de5102018-09-07 18:48:07 +0100760 "tests": ["661-oat-writer-layout"],
Roland Levillain8b726902018-10-09 19:27:23 +0100761 "variant": "interp-ac | interpreter | jit | jit-on-first-use | no-prebuild | no-image | trace | redefine-stress | jvmti-stress",
Nicolas Geoffray57de5102018-09-07 18:48:07 +0100762 "description": ["Test is designed to only check --optimizing"]
763 },
764 {
765 "tests": ["004-StackWalk"],
766 "variant": "interp-ac | interpreter | jit | no-prebuild | no-image | trace | redefine-stress | jvmti-stress | debuggable",
767 "description": ["Test is designed to only check --optimizing"]
Nicolas Geoffray08176452018-02-01 20:52:19 +0000768 },
769 {
770 "tests": "674-HelloWorld-Dm",
771 "variant": "target",
772 "description": ["Requires zip, which isn't available on device"]
Nicolas Geoffray24b93c52018-02-13 10:54:09 +0000773 },
774 {
Vladimir Markoa9f303c2018-07-20 16:43:56 +0100775 "tests": ["683-clinit-inline-static-invoke"],
776 "variant": "jvm",
777 "description": ["Uses android-specific boot image class."]
778 },
779 {
Igor Murashkinbab15062018-02-23 14:53:24 -0800780 "tests": ["1941-dispose-stress", "522-checker-regression-monitor-exit"],
781 "variant": "jvm",
782 "bug": "b/73888836",
783 "description": ["Hangs forever, times out."]
784 },
785 {
786 "tests": [
787 "004-JniTest",
788 "004-NativeAllocations",
789 "004-ReferenceMap",
790 "004-SignalTest",
791 "004-StackWalk",
792 "004-ThreadStress",
793 "004-UnsafeTest",
794 "005-annotations",
795 "008-exceptions",
796 "020-string",
797 "021-string2",
798 "030-bad-finalizer",
799 "031-class-attributes",
800 "034-call-null",
801 "038-inner-null",
802 "044-proxy",
803 "046-reflect",
804 "064-field-access",
805 "068-classloader",
806 "070-nio-buffer",
807 "071-dexfile",
808 "071-dexfile-get-static-size",
809 "071-dexfile-map-clean",
810 "082-inline-execute",
811 "086-null-super",
812 "087-gc-after-link",
813 "088-monitor-verification",
814 "091-override-package-private-method",
815 "097-duplicate-method",
816 "098-ddmc",
817 "099-vmdebug",
818 "100-reflect2",
819 "104-growth-limit",
820 "111-unresolvable-exception",
821 "115-native-bridge",
822 "116-nodex2oat",
Igor Murashkinbab15062018-02-23 14:53:24 -0800823 "118-noimage-dex2oat",
Igor Murashkinbab15062018-02-23 14:53:24 -0800824 "127-checker-secondarydex",
825 "129-ThreadGetId",
826 "130-hprof",
827 "1337-gc-coverage",
828 "1338-gc-no-los",
829 "134-nodex2oat-nofallback",
830 "134-reg-promotion",
831 "135-MirandaDispatch",
832 "136-daemon-jni-shutdown",
833 "137-cfi",
834 "138-duplicate-classes-check",
835 "138-duplicate-classes-check2",
836 "140-field-packing",
837 "141-class-unload",
838 "142-classloader2",
839 "143-string-value",
840 "144-static-field-sigquit",
841 "145-alloc-tracking-stress",
842 "146-bad-interface",
843 "147-stripped-dex-fallback",
844 "148-multithread-gc-annotations",
845 "150-loadlibrary",
846 "154-gc-loop",
847 "156-register-dex-file-multi-loader",
848 "157-void-class",
849 "158-app-image-class-table",
850 "159-app-image-fields",
851 "161-final-abstract-class",
852 "162-method-resolution",
853 "163-app-image-methods",
854 "164-resolution-trampoline-dex-cache",
855 "167-visit-locks",
856 "168-vmstack-annotated",
Mathieu Chartieradc90862018-05-11 13:03:06 -0700857 "172-app-image-twice",
Igor Murashkinbab15062018-02-23 14:53:24 -0800858 "201-built-in-except-detail-messages",
859 "203-multi-checkpoint",
860 "304-method-tracing",
861 "305-other-fault-handler",
862 "412-new-array",
863 "416-optimizing-arith-not",
864 "425-invoke-super",
865 "431-type-propagation",
866 "432-optimizing-cmp",
867 "434-invoke-direct",
868 "435-new-instance",
869 "441-checker-inliner",
870 "442-checker-constant-folding",
871 "448-multiple-returns",
872 "449-checker-bce",
873 "452-multiple-returns2",
874 "453-not-byte",
875 "454-get-vreg",
876 "455-checker-gvn",
877 "457-regs",
878 "458-checker-instruct-simplification",
879 "459-dead-phi",
880 "460-multiple-returns3",
881 "461-get-reference-vreg",
882 "466-get-live-vreg",
883 "467-regalloc-pair",
884 "468-checker-bool-simplif-regression",
885 "471-uninitialized-locals",
886 "472-unreachable-if-regression",
887 "475-regression-inliner-ids",
888 "480-checker-dead-blocks",
889 "496-checker-inlining-class-loader",
890 "498-type-propagation",
891 "501-null-constant-dce",
892 "501-regression-packed-switch",
893 "503-dead-instructions",
894 "504-regression-baseline-entry",
895 "506-verify-aput",
896 "509-pre-header",
897 "510-checker-try-catch",
898 "511-clinit-interface",
899 "515-dce-dominator",
900 "516-dead-move-result",
901 "517-checker-builder-fallthrough",
902 "518-null-array-get",
903 "520-equivalent-phi",
904 "529-checker-unresolved",
905 "530-checker-lse",
906 "530-checker-lse-ctor-fences",
907 "530-checker-lse3",
908 "530-checker-regression-reftyp-final",
909 "536-checker-intrinsic-optimization",
910 "536-checker-needs-access-check",
911 "541-regression-inlined-deopt",
912 "543-env-long-ref",
913 "545-tracing-and-jit",
914 "550-checker-regression-wide-store",
915 "551-invoke-super",
916 "552-checker-primitive-typeprop",
917 "552-invoke-non-existent-super",
918 "553-invoke-super",
919 "556-invoke-super",
920 "559-checker-irreducible-loop",
921 "563-checker-fakestring",
922 "564-checker-irreducible-loop",
923 "565-checker-doublenegbitwise",
924 "565-checker-irreducible-loop",
925 "566-polymorphic-inlining",
926 "567-checker-compare",
927 "569-checker-pattern-replacement",
928 "570-checker-osr",
929 "571-irreducible-loop",
930 "574-irreducible-and-constant-area",
931 "575-checker-string-init-alias",
932 "580-checker-string-fact-intrinsics",
933 "585-inline-unresolved",
934 "586-checker-null-array-get",
935 "587-inline-class-error",
936 "588-checker-irreducib-lifetime-hole",
937 "591-new-instance-string",
938 "592-checker-regression-bool-input",
939 "593-checker-boolean-2-integral-conv",
940 "593-checker-shift-and-simplifier",
941 "594-invoke-super",
942 "595-error-class",
943 "595-profile-saving",
944 "596-app-images",
945 "596-checker-dead-phi",
946 "596-monitor-inflation",
947 "597-deopt-busy-loop",
948 "597-deopt-invoke-stub",
949 "597-deopt-new-string",
950 "599-checker-irreducible-loop",
951 "600-verifier-fails",
952 "601-method-access",
953 "602-deoptimizeable",
954 "605-new-string-from-bytes",
955 "608-checker-unresolved-lse",
956 "612-jit-dex-cache",
957 "613-inlining-dex-cache",
958 "616-cha",
959 "616-cha-abstract",
960 "616-cha-interface",
961 "616-cha-interface-default",
962 "616-cha-miranda",
963 "622-simplifyifs-exception-edges",
964 "624-checker-stringops",
965 "626-const-class-linking",
966 "628-vdex",
967 "629-vdex-speed",
968 "630-safecast-array",
969 "631-checker-fp-abs",
970 "633-checker-rtp-getclass",
971 "634-vdex-duplicate",
972 "636-wrong-static-access",
973 "638-checker-inline-cache-intrinsic",
974 "638-checker-inline-caches",
975 "638-no-line-number",
976 "641-irreducible-inline",
977 "643-checker-bogus-ic",
978 "645-checker-abs-simd",
979 "647-jni-get-field-id",
980 "647-sinking-catch",
981 "648-inline-caches-unresolved",
982 "649-vdex-duplicate-method",
983 "652-deopt-intrinsic",
984 "656-annotation-lookup-generic-jni",
985 "656-checker-simd-opt",
986 "659-unpadded-array",
987 "660-clinit",
988 "660-store-8-16",
989 "661-classloader-allocator",
990 "661-oat-writer-layout",
991 "663-checker-select-generator",
992 "663-odd-dex-size",
993 "663-odd-dex-size2",
994 "663-odd-dex-size3",
995 "663-odd-dex-size4",
996 "667-jit-jni-stub",
997 "667-out-of-bounds",
998 "668-aiobe",
Igor Murashkinbab15062018-02-23 14:53:24 -0800999 "674-hotness-compiled",
1000 "674-vdex-uncompress",
1001 "675-checker-unverified-method",
1002 "676-proxy-jit-at-first-use",
1003 "676-resolve-field-type",
Nicolas Geoffray386db1a2018-10-04 12:57:52 +01001004 "685-deoptimizeable",
Nicolas Geoffrayacc56ac2018-10-09 08:45:24 +01001005 "685-shifts",
Nicolas Geoffray4cbfadc2018-10-10 16:09:43 +01001006 "686-get-this",
Nicolas Geoffraya61b45a2018-10-25 09:45:24 +01001007 "687-deopt",
Igor Murashkinbab15062018-02-23 14:53:24 -08001008 "706-checker-scheduler",
1009 "707-checker-invalid-profile",
1010 "714-invoke-custom-lambda-metafactory",
Orion Hodson86bb96f2018-05-03 14:07:26 +01001011 "716-jli-jit-samples",
Igor Murashkinbab15062018-02-23 14:53:24 -08001012 "800-smali",
1013 "801-VoidCheckCast",
1014 "802-deoptimization",
1015 "804-class-extends-itself",
1016 "900-hello-plugin",
1017 "901-hello-ti-agent",
1018 "903-hello-tagging",
1019 "904-object-allocation",
1020 "906-iterate-heap",
1021 "909-attach-agent",
1022 "910-methods",
1023 "911-get-stack-trace",
1024 "912-classes",
1025 "913-heaps",
1026 "918-fields",
1027 "920-objects",
1028 "922-properties",
1029 "924-threads",
1030 "925-threadgroups",
1031 "927-timers",
1032 "929-search",
1033 "931-agent-thread",
1034 "933-misc-events",
1035 "936-search-onload",
1036 "939-hello-transformation-bcp",
1037 "944-transform-classloaders",
1038 "946-obsolete-throw",
1039 "948-change-annotations",
1040 "950-redefine-intrinsic",
Igor Murashkinbab15062018-02-23 14:53:24 -08001041 "954-invoke-polymorphic-verifier",
1042 "955-methodhandles-smali",
1043 "956-methodhandles",
1044 "957-methodhandle-transforms",
1045 "958-methodhandle-stackframe",
1046 "972-default-imt-collision",
1047 "972-iface-super-multidex",
1048 "973-default-multidex",
1049 "974-verify-interface-super",
1050 "975-iface-private",
1051 "976-conflict-no-methods",
1052 "978-virtual-interface",
1053 "980-redefine-object",
1054 "981-dedup-original-dex",
1055 "983-source-transform-verify",
1056 "986-native-method-bind",
1057 "988-method-trace",
1058 "989-method-trace-throw",
1059 "993-breakpoints",
1060 "1900-track-alloc",
1061 "1906-suspend-list-me-first",
1062 "1914-get-local-instance",
1063 "1926-missed-frame-pop",
1064 "1930-monitor-info",
1065 "1932-monitor-events-misc",
1066 "1935-get-set-current-frame-jit",
1067 "1938-transform-abstract-single-impl",
1068 "1939-proxy-frames",
1069 "1940-ddms-ext",
1070 "1945-proxy-method-arguments",
1071 "1946-list-descriptors",
1072 "1947-breakpoint-redefine-deopt"
1073 ],
1074 "variant": "jvm",
1075 "bug": "b/73888836",
Nicolas Geoffraya3cd1242018-03-15 22:29:24 +00001076 "description": ["Failing on RI. Needs further investigating."]
1077 },
1078 {
Mads Ager51a778a2018-10-09 14:58:41 +02001079 "tests": ["530-checker-peel-unroll",
1080 "616-cha-unloading",
David Brazdil90701d52018-05-16 12:59:32 +01001081 "674-hiddenapi",
Nicolas Geoffrayfd132872018-05-21 18:04:38 +01001082 "677-fsi2",
Nicolas Geoffray69b1cf12018-03-21 10:44:58 +00001083 "678-quickening",
David Brazdil90701d52018-05-16 12:59:32 +01001084 "679-locks",
Nicolas Geoffray80a560c2018-10-26 13:48:51 +01001085 "688-shared-library",
Alex Lightc98f83e2018-07-26 08:28:36 -07001086 "999-redefine-hiddenapi",
Roland Levillainb1e1dc32018-07-10 19:19:31 +01001087 "1000-non-moving-space-stress",
Alex Lightae45cbb2018-10-18 15:49:56 -07001088 "1951-monitor-enter-no-suspend",
1089 "1957-error-ext"],
Nicolas Geoffraya3cd1242018-03-15 22:29:24 +00001090 "variant": "jvm",
1091 "description": ["Doesn't run on RI."]
1092 },
1093 {
Nicolas Geoffray51abdda2018-03-26 10:00:37 +01001094 "tests": ["121-modifiers",
1095 "1929-exception-catch-exception"],
1096 "variant": "jvm",
1097 "bug": "b/76399183",
1098 "description": ["New failures to be investigated."]
1099 },
1100 {
Nicolas Geoffraya3cd1242018-03-15 22:29:24 +00001101 "tests": ["616-cha-unloading"],
1102 "variant": "trace",
1103 "description": ["Trace prevents class unloading."]
Nicolas Geoffray66ff8a82018-02-28 13:27:55 +00001104 },
1105 {
1106 "tests": "677-fsi",
Vladimir Markoa497a392018-09-26 10:52:50 +01001107 "variant": "no-image | no-prebuild | jvm",
Nicolas Geoffray66ff8a82018-02-28 13:27:55 +00001108 "description": ["Test requires a successful dex2oat invocation"]
Nicolas Geoffray03c91532018-03-27 09:42:01 +01001109 },
1110 {
1111 "tests": ["990-field-trace",
1112 "991-field-trace-2"],
1113 "variant": "gcstress & debug & target",
1114 "description": ["Test can time out on gcstress with debug"]
Roland Levillain481d45e2018-05-18 14:25:46 +01001115 },
1116 {
1117 "tests": ["080-oom-throw"],
1118 "variant": "jit",
1119 "bug": "b/77567088",
1120 "description": ["Test throws exception before or during OOME."]
Nicolas Geoffray92149d02018-06-08 10:36:45 +01001121 },
1122 {
Alex Lightb7f10d52018-07-17 08:55:23 -07001123 "tests": ["151-OpenFileLimit"],
1124 "variant": "gcstress",
1125 "bug": "b/111544552",
1126 "description" : ["Gcstress requires the ability to open at least one file which means this test fails when it runs out."]
1127 },
1128 {
Alex Lighteee2ee82018-07-18 11:00:52 -07001129 "tests": ["530-checker-lse2", "141-class-unload", "071-dexfile"],
Alex Lightb7f10d52018-07-17 08:55:23 -07001130 "variant": "gcstress",
1131 "bug": "b/111543628",
1132 "description" : ["Test seems to timeout when run with gcstress due to slower unwinding by libbacktrace"]
1133 },
1134 {
Orion Hodsone01844a2018-07-19 14:21:44 +01001135 "tests": ["712-varhandle-invocations"],
Nicolas Geoffray101287d2018-08-03 11:55:17 +01001136 "variant": "gcstress",
Orion Hodsone01844a2018-07-19 14:21:44 +01001137 "bug": "b/111630237",
1138 "description": ["Test timing out under gcstress possibly due to slower unwinding by libbacktrace"]
1139 },
1140 {
Nicolas Geoffray92149d02018-06-08 10:36:45 +01001141 "tests": ["021-string2"],
1142 "variant": "jit & debuggable",
1143 "bug": "b/109791792",
1144 "description": ["Stack too big."]
Nicolas Geoffrayc3e740b2018-08-01 20:33:44 +01001145 },
1146 {
1147 "tests": ["566-polymorphic-inlining"],
1148 "variant": "jit & debuggable",
1149 "description": ["We do not inline with debuggable."]
Roland Levillaindc6a7f42018-09-17 13:20:52 +01001150 },
1151 {
Alex Light0aa7a5a2018-10-10 15:58:14 +00001152 "tests": ["1955-pop-frame-jit-called", "1956-pop-frame-jit-calling"],
1153 "variant": "jit-on-first-use",
1154 "description": [
1155 "These tests directly set -Xjitthreshold:1000 to prevent the jit from compiling any",
1156 "extra methods. jit-at-first-use would disrupt this."
1157 ]
1158 },
1159 {
Roland Levillaindc6a7f42018-09-17 13:20:52 +01001160 "tests": ["135-MirandaDispatch"],
1161 "variant": "interp-ac & 32 & host",
1162 "env_vars": {"SANITIZE_HOST": "address"},
1163 "bug": "b/112993554",
1164 "description": ["Timeout with ASan and interp-ac on 32-bit host (x86)."]
Nicolas Geoffrayacc56ac2018-10-09 08:45:24 +01001165 },
1166 {
1167 "tests": ["454-get-vreg", "457-regs"],
1168 "variant": "baseline",
1169 "description": ["Tests are expected to fail with baseline."]
Orion Hodson2cb696e2018-12-18 13:33:29 +00001170 },
1171 {
1172 "tests": ["708-jit-cache-churn"],
1173 "variant": "jit-on-first-use",
1174 "bug": "b/120112467",
1175 "description": [ "Fails on Android Build hosts with uncaught std::bad_alloc." ]
Calin Juravle01b70002017-03-20 19:02:48 -07001176 }
Shubham Ajmera65adb8b2017-02-06 16:04:25 +00001177]