Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 1 | [ |
| 2 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 3 | "tests": "153-reference-stress", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 4 | "description": ["Disable 153-reference-stress temporarily until a fix", |
| 5 | "arrives."], |
| 6 | "bug": "http://b/33389022" |
| 7 | }, |
| 8 | { |
Alex Light | a7968b3 | 2018-02-27 11:47:24 -0800 | [diff] [blame] | 9 | "tests": "579-inline-infinite", |
| 10 | "description": ["This test seems to fail often on redefine-stress for unknown reasons"], |
| 11 | "variant": "redefine-stress", |
| 12 | "bug": "http://b/73871735" |
| 13 | }, |
| 14 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 15 | "tests": "080-oom-fragmentation", |
Roland Levillain | 0203f23 | 2018-09-25 16:43:30 +0000 | [diff] [blame] | 16 | "description": ["Disable 080-oom-fragmentation for GSS GC due to lack of", |
| 17 | "support for allocations larger than 32MB."], |
| 18 | "env_vars": {"ART_DEFAULT_GC_TYPE": "GSS"}, |
| 19 | "bug": "http://b/33795328" |
| 20 | }, |
| 21 | { |
| 22 | "tests": "080-oom-fragmentation", |
| 23 | "description": ["Disable 080-oom-fragmentation for CC collector in debug mode", |
| 24 | "because of potential fragmentation caused by the region space's", |
| 25 | "cyclic region allocation (which is enabled in debug mode)."], |
| 26 | "variant": "debug", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 27 | "bug": "http://b/33795328" |
| 28 | }, |
| 29 | { |
| 30 | "tests": ["497-inlining-and-class-loader", |
| 31 | "542-unresolved-access-check"], |
| 32 | "description": ["Disable 497-inlining-and-class-loader and ", |
| 33 | "542-unresolved-access-check until they are rewritten.", |
| 34 | "These tests use a broken class loader that tries to", |
| 35 | "register a dex file that's already registered with a", |
| 36 | "different loader."], |
| 37 | "bug": "http://b/34193123" |
| 38 | }, |
| 39 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 40 | "tests": "149-suspend-all-stress", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 41 | "description": "Disable 149-suspend-all-stress, its output is flaky", |
| 42 | "bug": "http://b/28988206" |
| 43 | }, |
| 44 | { |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 45 | "tests": ["002-sleep", |
| 46 | "053-wait-some", |
| 47 | "055-enum-performance", |
| 48 | "133-static-invoke-super"], |
| 49 | "description": ["Tests that are timing sensitive and flaky on heavily", |
| 50 | "loaded systems."] |
| 51 | }, |
| 52 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 53 | "tests": "147-stripped-dex-fallback", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 54 | "variant": "target", |
| 55 | "description": ["147-stripped-dex-fallback isn't supported on device", |
| 56 | "because --strip-dex requires the zip command."] |
| 57 | }, |
| 58 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 59 | "tests": "569-checker-pattern-replacement", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 60 | "variant": "target", |
| 61 | "description": ["569-checker-pattern-replacement tests behaviour", |
| 62 | "present only on host."] |
| 63 | }, |
| 64 | { |
| 65 | "tests": ["116-nodex2oat", |
| 66 | "118-noimage-dex2oat", |
| 67 | "134-nodex2oat-nofallback"], |
| 68 | "variant": "prebuild", |
| 69 | "description": ["Note 116-nodex2oat is not broken per-se it just", |
| 70 | "doesn't (and isn't meant to) work with --prebuild."] |
| 71 | }, |
| 72 | { |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 73 | "tests": ["117-nopatchoat", |
| 74 | "147-stripped-dex-fallback", |
| 75 | "608-checker-unresolved-lse"], |
| 76 | "variant": "no-prebuild" |
| 77 | }, |
| 78 | { |
| 79 | "tests": ["117-nopatchoat", |
Vladimir Marko | 4df2d80 | 2018-09-27 16:42:44 +0000 | [diff] [blame] | 80 | "118-noimage-dex2oat"], |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 81 | "variant": "no-relocate", |
| 82 | "description": ["117-nopatchoat is not broken per-se it just doesn't", |
| 83 | "work (and isn't meant to) without --prebuild", |
| 84 | "--relocate"] |
| 85 | }, |
| 86 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 87 | "tests" : "629-vdex-speed", |
Nicolas Geoffray | 3d8a78a | 2018-08-29 21:10:16 +0000 | [diff] [blame] | 88 | "variant": "interp-ac | interpreter | jit | relocate-npatchoat", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 89 | "description": "629 requires compilation." |
| 90 | }, |
| 91 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 92 | "tests": "137-cfi", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 93 | "variant": "gcstress", |
| 94 | "description": ["137-cfi needs to unwind a second forked process. We're", |
| 95 | "using a primitive sleep to wait till we hope the", |
| 96 | "second process got into the expected state. The", |
| 97 | "slowness of gcstress makes this bad."] |
| 98 | }, |
| 99 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 100 | "tests": "152-dead-large-object", |
Mathieu Chartier | 5591819 | 2017-02-28 13:20:27 -0800 | [diff] [blame] | 101 | "variant": "gcstress", |
Mathieu Chartier | f69aa30 | 2017-03-14 11:31:16 -0700 | [diff] [blame] | 102 | "description": ["152-dead-large-object requires a heap larger than what gcstress uses."], |
| 103 | "bug": "http://b/35800768" |
Mathieu Chartier | 5591819 | 2017-02-28 13:20:27 -0800 | [diff] [blame] | 104 | }, |
| 105 | { |
Mathieu Chartier | 282431b | 2017-07-12 10:28:54 -0700 | [diff] [blame] | 106 | "tests": "163-app-image-methods", |
| 107 | "variant": "gcstress", |
| 108 | "description": ["This test sometimes runs out of memory initializing the boot classpath."] |
| 109 | }, |
| 110 | { |
Vladimir Marko | aa0912c | 2017-09-15 13:30:06 +0100 | [diff] [blame] | 111 | "tests": "164-resolution-trampoline-dex-cache", |
| 112 | "variant": "interp-ac | interpreter", |
| 113 | "description": ["This test requires AOT mixed with JIT and enables the JIT by the ", |
| 114 | "runtime option -Xusejit:true. This conflicts with -Xint passed for ", |
| 115 | "interpreter configurations (interp-ac | interpreter). The 'jit' ", |
| 116 | "configuration succeeds even though it does not test anything useful."] |
| 117 | }, |
| 118 | { |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 119 | "tests": ["908-gc-start-finish", |
| 120 | "913-heaps"], |
| 121 | "variant": "gcstress", |
| 122 | "description": ["908-gc-start-finish expects GCs only to be run at", |
| 123 | "clear points. The reduced heap size makes this", |
| 124 | "non-deterministic. Same for 913."] |
| 125 | }, |
| 126 | { |
Alex Light | ce906f1 | 2018-02-22 16:09:52 -0800 | [diff] [blame] | 127 | "tests": ["1946-list-descriptors"], |
| 128 | "variant": "gcverify | trace", |
| 129 | "description": "This test is rather slow and gcverify or trace often cause it to timeout." |
| 130 | }, |
| 131 | { |
Alex Light | fa67602 | 2017-04-27 09:25:32 -0700 | [diff] [blame] | 132 | "tests": ["961-default-iface-resolution-gen", |
| 133 | "964-default-iface-init-gen", |
| 134 | "968-default-partial-compile-gen"], |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 135 | "variant": "gcstress", |
Alex Light | fa67602 | 2017-04-27 09:25:32 -0700 | [diff] [blame] | 136 | "description": ["961-default-iface-resolution-gen,", |
| 137 | "968-default-partial-compile-gen and", |
| 138 | "964-default-iface-init-gen are very long tests that", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 139 | "often will take more than the timeout to run when", |
| 140 | "gcstress is enabled. This is because gcstress slows", |
| 141 | "down allocations significantly which these tests do a", |
| 142 | "lot."] |
| 143 | }, |
| 144 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 145 | "tests": "154-gc-loop", |
Mathieu Chartier | f69aa30 | 2017-03-14 11:31:16 -0700 | [diff] [blame] | 146 | "variant": "gcstress | jit & debug", |
| 147 | "description": ["154-gc-loop depends GC not happening too often"], |
| 148 | "bug": "http://b/35917229" |
Mathieu Chartier | 673665b | 2017-03-06 10:07:59 -0800 | [diff] [blame] | 149 | }, |
| 150 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 151 | "tests": "115-native-bridge", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 152 | "variant": "target", |
| 153 | "description": ["115-native-bridge setup is complicated. Need to", |
| 154 | "implement it correctly for the target."] |
| 155 | }, |
| 156 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 157 | "tests": "130-hprof", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 158 | "variant": "target", |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 159 | "description": ["130-hprof dumps the heap and runs hprof-conv to check", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 160 | "whether the file is somewhat readable. Thi is only", |
| 161 | "possible on the host. TODO: Turn off all the other", |
| 162 | "combinations, this is more about testing actual ART", |
| 163 | "code. A gtest is very hard to write here, as (for a", |
| 164 | "complete test) JDWP must be set up."] |
| 165 | }, |
| 166 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 167 | "tests": "138-duplicate-classes-check", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 168 | "variant": "ndebug", |
| 169 | "description": ["Turned on for debug builds since debug builds have", |
| 170 | "duplicate classes checks enabled"], |
| 171 | "bug": "http://b/2133391" |
| 172 | }, |
| 173 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 174 | "tests": "147-stripped-dex-fallback", |
Nicolas Geoffray | 3d8a78a | 2018-08-29 21:10:16 +0000 | [diff] [blame] | 175 | "variant": "no-image | relocate-npatchoat", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 176 | "description": ["147-stripped-dex-fallback is disabled because it", |
| 177 | "requires --prebuild."] |
| 178 | }, |
| 179 | { |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 180 | "tests": ["116-nodex2oat", |
| 181 | "117-nopatchoat", |
| 182 | "118-noimage-dex2oat", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 183 | "137-cfi", |
| 184 | "138-duplicate-classes-check2"], |
Nicolas Geoffray | 3d8a78a | 2018-08-29 21:10:16 +0000 | [diff] [blame] | 185 | "variant": "no-image | relocate-npatchoat", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 186 | "description": ["All these tests check that we have sane behavior if we", |
| 187 | "don't have a patchoat or dex2oat. Therefore we", |
| 188 | "shouldn't run them in situations where we actually", |
| 189 | "don't have these since they explicitly test for them.", |
| 190 | "These all also assume we have an image."] |
| 191 | }, |
| 192 | { |
| 193 | "tests": ["137-cfi", |
| 194 | "138-duplicate-classes-check", |
| 195 | "018-stack-overflow", |
| 196 | "961-default-iface-resolution-gen", |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 197 | "964-default-iface-init-gen"], |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 198 | "variant": "no-image", |
| 199 | "description": ["This test fails without an image. 018, 961, 964 often", |
| 200 | "time out."], |
| 201 | "bug": "http://b/34369284" |
| 202 | }, |
| 203 | { |
Alex Light | 2a90bc9 | 2018-07-10 21:57:42 +0000 | [diff] [blame] | 204 | "tests": ["018-stack-overflow", |
| 205 | "107-int-math2", |
| 206 | "667-jit-jni-stub"], |
| 207 | "description": ["We run for long enough for jit to compile some of the methods ", |
| 208 | "which means it takes so long to finish the test that it will ", |
| 209 | "timeout. The timeout is due to having to walk the stack ", |
| 210 | "when entering and exiting methods due to the way the instrumentation ", |
| 211 | "trampoline is implemented."], |
| 212 | "variant": "debuggable & jit & trace | debuggable & jit & stream" |
| 213 | }, |
| 214 | { |
| 215 | "tests": "1935-get-set-current-frame-jit", |
| 216 | "description": ["Test expects that OSR works but tracing turns this feature off."], |
| 217 | "variant": "trace | stream" |
| 218 | }, |
| 219 | { |
Alex Light | 772099a | 2017-11-21 14:05:04 -0800 | [diff] [blame] | 220 | "tests": "1940-ddms-ext", |
| 221 | "description": ["Test expects to be able to start tracing but we cannot", |
| 222 | "do that if tracing is already ongoing."], |
| 223 | "variant": "trace | stream" |
| 224 | }, |
| 225 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 226 | "tests": "137-cfi", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 227 | "description": ["This test unrolls and expects managed frames, but", |
Alex Light | 2a90bc9 | 2018-07-10 21:57:42 +0000 | [diff] [blame] | 228 | "tracing means we run the interpreter or trampolines."], |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 229 | "variant": "trace | stream" |
| 230 | }, |
| 231 | { |
| 232 | "tests": ["802-deoptimization", |
| 233 | "570-checker-osr"], |
| 234 | "description": ["This test dynamically enables tracing to force a", |
| 235 | "deoptimization. This makes the test meaningless", |
| 236 | "when already tracing, and writes an error message", |
| 237 | "that we do not want to check for."], |
| 238 | "variant": "trace | stream" |
| 239 | }, |
| 240 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 241 | "tests": "130-hprof", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 242 | "description": "130 occasional timeout", |
| 243 | "bug": "http://b/32383962", |
| 244 | "variant": "trace | stream" |
| 245 | }, |
| 246 | { |
| 247 | "tests": ["087-gc-after-link", |
| 248 | "141-class-unload"], |
| 249 | "variant": "trace | stream" |
| 250 | }, |
| 251 | { |
Nicolas Geoffray | 07c7028 | 2017-08-30 08:09:42 +0000 | [diff] [blame] | 252 | "tests": ["604-hot-static-interface", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 253 | "612-jit-dex-cache", |
| 254 | "613-inlining-dex-cache", |
Mingyao Yang | fbaf29e | 2017-12-03 23:25:28 -0800 | [diff] [blame] | 255 | "626-set-resolved-string", |
| 256 | "638-checker-inline-cache-intrinsic"], |
Nicolas Geoffray | a5ca8eb | 2018-08-24 13:39:13 +0100 | [diff] [blame] | 257 | "variant": "trace | stream", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 258 | "description": ["These tests expect JIT compilation, which is", |
| 259 | "suppressed when tracing."] |
| 260 | }, |
| 261 | { |
Mingyao Yang | 2ee1790 | 2017-08-30 11:37:08 -0700 | [diff] [blame] | 262 | "tests": "597-deopt-busy-loop", |
| 263 | "variant": "interp-ac | interpreter | trace | stream", |
| 264 | "description": ["This test expects JIT compilation, which is", |
| 265 | "suppressed when tracing."] |
| 266 | }, |
| 267 | { |
Nicolas Geoffray | a5ca8eb | 2018-08-24 13:39:13 +0100 | [diff] [blame] | 268 | "tests": "638-checker-inline-cache-intrinsic", |
| 269 | "variant": "interpreter | interp-ac", |
| 270 | "description": ["Test expects JIT compilation"] |
| 271 | }, |
| 272 | { |
Mingyao Yang | 2ee1790 | 2017-08-30 11:37:08 -0700 | [diff] [blame] | 273 | "tests": "597-deopt-invoke-stub", |
Mingyao Yang | f5f0883 | 2017-09-29 12:08:17 -0700 | [diff] [blame] | 274 | "variant": "speed-profile | interp-ac | interpreter | optimizing | trace | stream", |
Mingyao Yang | 2ee1790 | 2017-08-30 11:37:08 -0700 | [diff] [blame] | 275 | "description": ["This test expects JIT compilation and no AOT for", |
| 276 | "testing deoptimizing at quick-to-interpreter bridge."] |
| 277 | }, |
| 278 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 279 | "tests": "906-iterate-heap", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 280 | "description": ["Test 906 iterates the heap filtering with different", |
| 281 | "options. No instances should be created between those", |
| 282 | "runs to be able to have precise checks."], |
| 283 | "variant": "jit" |
| 284 | }, |
| 285 | { |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 286 | "tests": ["570-checker-select", |
| 287 | "484-checker-register-hints"], |
| 288 | "description": ["These tests were based on the linear scan allocator,", |
| 289 | "which makes different decisions than the graph", |
| 290 | "coloring allocator. (These attempt to test for code", |
| 291 | "quality, not correctness.)"], |
| 292 | "variant": "regalloc_gc" |
| 293 | }, |
| 294 | { |
| 295 | "tests": ["454-get-vreg", |
| 296 | "457-regs", |
| 297 | "602-deoptimizeable"], |
| 298 | "description": ["Tests that should fail when the optimizing compiler ", |
| 299 | "compiles them non-debuggable."], |
Nicolas Geoffray | b2cad54 | 2017-07-10 11:18:57 +0100 | [diff] [blame] | 300 | "variant": "optimizing & ndebuggable | regalloc_gc & ndebuggable | speed-profile & ndebuggable | jit & ndebuggable" |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 301 | }, |
| 302 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 303 | "tests": "596-app-images", |
Nicolas Geoffray | 3377825 | 2018-03-26 12:24:48 +0100 | [diff] [blame] | 304 | "description": "Code being tested has been disabled", |
| 305 | "bug": "b/70734839" |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 306 | }, |
| 307 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 308 | "tests": "055-enum-performance", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 309 | "variant": "optimizing | regalloc_gc", |
| 310 | "description": ["055: Exceeds run time limits due to heap poisoning ", |
| 311 | "instrumentation (on ARM and ARM64 devices)."] |
| 312 | }, |
| 313 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 314 | "tests": "909-attach-agent", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 315 | "variant": "debuggable", |
| 316 | "description": "Tests that check semantics for a non-debuggable app." |
| 317 | }, |
| 318 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 319 | "tests": "137-cfi", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 320 | "variant": "debuggable", |
| 321 | "description": ["The test relies on AOT code and debuggable makes us", |
| 322 | "JIT always."] |
| 323 | }, |
| 324 | { |
| 325 | "tests": ["000-nop", |
| 326 | "134-nodex2oat-nofallback", |
| 327 | "147-stripped-dex-fallback", |
Nicolas Geoffray | 77e3694 | 2017-03-08 13:40:23 +0000 | [diff] [blame] | 328 | "595-profile-saving"], |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 329 | "description": "The doesn't compile anything", |
| 330 | "env_vars": {"ART_TEST_BISECTION": "true"}, |
| 331 | "variant": "optimizing | regalloc_gc" |
| 332 | }, |
| 333 | { |
| 334 | "tests": "089-many-methods", |
| 335 | "description": "The test tests a build failure", |
| 336 | "env_vars": {"ART_TEST_BISECTION": "true"}, |
| 337 | "variant": "optimizing | regalloc_gc" |
| 338 | }, |
| 339 | { |
| 340 | "tests": ["018-stack-overflow", |
| 341 | "116-nodex2oat", |
| 342 | "117-nopatchoat", |
| 343 | "118-noimage-dex2oat", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 344 | "126-miranda-multidex", |
| 345 | "137-cfi"], |
| 346 | "description": "The test run dalvikvm more than once.", |
| 347 | "env_vars": {"ART_TEST_BISECTION": "true"}, |
| 348 | "variant": "optimizing | regalloc_gc" |
| 349 | }, |
| 350 | { |
| 351 | "tests": ["115-native-bridge", |
Nicolas Geoffray | 77e3694 | 2017-03-08 13:40:23 +0000 | [diff] [blame] | 352 | "088-monitor-verification"], |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 353 | "description": "The test assume they are always compiled.", |
| 354 | "env_vars": {"ART_TEST_BISECTION": "true"}, |
| 355 | "variant": "optimizing | regalloc_gc" |
| 356 | }, |
| 357 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 358 | "tests": "055-enum-performance", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 359 | "description": ["The test tests performance which degrades during", |
| 360 | "bisecting."], |
| 361 | "env_vars": {"ART_TEST_BISECTION": "true"}, |
| 362 | "variant": "optimizing | regalloc_gc" |
| 363 | }, |
| 364 | { |
Nicolas Geoffray | 91a834e | 2018-03-16 12:56:36 +0000 | [diff] [blame] | 365 | "tests": ["537-checker-arraycopy", |
| 366 | "641-checker-arraycopy"], |
Roland Levillain | a83d20d | 2018-03-15 16:01:32 +0000 | [diff] [blame] | 367 | "env_vars": {"ART_READ_BARRIER_TYPE": "TABLELOOKUP"} |
Nicolas Geoffray | 31c8858 | 2017-03-16 16:57:04 +0000 | [diff] [blame] | 368 | }, |
| 369 | { |
Nicolas Geoffray | b8cd64b | 2017-03-17 11:55:14 +0000 | [diff] [blame] | 370 | "tests": ["530-checker-lse", |
Nicolas Geoffray | 36dac9c | 2017-03-18 13:18:24 +0000 | [diff] [blame] | 371 | "530-checker-lse2", |
| 372 | "030-bad-finalizer", |
Nicolas Geoffray | b8cd64b | 2017-03-17 11:55:14 +0000 | [diff] [blame] | 373 | "080-oom-throw"], |
| 374 | "bug": "http://b/36377828", |
| 375 | "variant": "interp-ac" |
Calin Juravle | 26ab8d7 | 2017-03-20 14:45:15 -0700 | [diff] [blame] | 376 | }, |
Calin Juravle | e2492d4 | 2017-03-20 11:42:13 -0700 | [diff] [blame] | 377 | { |
Jeff Hao | 002b931 | 2017-03-27 16:23:08 -0700 | [diff] [blame] | 378 | "tests": ["629-vdex-speed", |
Alex Light | e79f329 | 2017-03-30 16:31:19 -0700 | [diff] [blame] | 379 | "634-vdex-duplicate"], |
Mathieu Chartier | fa0aa09 | 2017-03-27 15:43:54 -0700 | [diff] [blame] | 380 | "description": ["Profile driven dexlayout does not work with vdex or dex verifier."], |
Mathieu Chartier | 2c4b084 | 2017-12-13 11:49:51 -0800 | [diff] [blame] | 381 | "variant": "speed-profile" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 382 | }, |
| 383 | { |
Alex Light | 6fdc1b6 | 2017-09-18 11:33:56 -0700 | [diff] [blame] | 384 | "test_patterns": ["616-cha.*"], |
Alex Light | 3a0eef0 | 2018-06-01 11:10:14 -0700 | [diff] [blame] | 385 | "description": ["cha tests rely on knowing the exact set of optimizations available. ", |
| 386 | "Debuggable runtimes change the set of optimizations."], |
| 387 | "variant": "debuggable" |
| 388 | }, |
| 389 | { |
| 390 | "test_patterns": ["616-cha.*"], |
Alex Light | 6fdc1b6 | 2017-09-18 11:33:56 -0700 | [diff] [blame] | 391 | "description": ["cha tests rely on knowing more about the state of the JIT then is possible with jvmti-stress"], |
| 392 | "variant": "jvmti-stress & jit | redefine-stress & jit" |
| 393 | }, |
| 394 | { |
Andreas Gampe | 1078d15 | 2017-11-07 18:00:54 -0800 | [diff] [blame] | 395 | "test_patterns": ["616-cha"], |
| 396 | "description": ["The test assumes a boot image exists."], |
| 397 | "bug": "http://b/34193647", |
| 398 | "variant": "no-image" |
| 399 | }, |
| 400 | { |
Alex Light | 6fdc1b6 | 2017-09-18 11:33:56 -0700 | [diff] [blame] | 401 | "tests": [ "663-odd-dex-size", |
| 402 | "663-odd-dex-size2", |
| 403 | "663-odd-dex-size3", |
| 404 | "663-odd-dex-size4" ], |
| 405 | "description": ["All the odd-dex-size tests cause slicer to emit warnings."], |
| 406 | "variant": "jvmti-stress | redefine-stress" |
| 407 | }, |
| 408 | { |
| 409 | "test_patterns": ["[0-9]*-checker-.*"], |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 410 | "description": ["Checker tests are not compatible with jvmti."], |
Alex Light | c38c369 | 2017-06-27 15:45:14 -0700 | [diff] [blame] | 411 | "variant": "jvmti-stress | redefine-stress | trace-stress | field-stress | step-stress" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 412 | }, |
| 413 | { |
| 414 | "tests": [ |
| 415 | "961-default-iface-resolution-gen", |
Alex Light | c44b433 | 2018-01-12 10:04:08 -0800 | [diff] [blame] | 416 | "964-default-iface-init-gen", |
| 417 | "968-default-partial-compile-gen" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 418 | ], |
| 419 | "description": ["Tests that just take too long with jvmti-stress"], |
Alex Light | c38c369 | 2017-06-27 15:45:14 -0700 | [diff] [blame] | 420 | "variant": "jvmti-stress | redefine-stress | trace-stress | step-stress" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 421 | }, |
| 422 | { |
Alex Light | 6fdc1b6 | 2017-09-18 11:33:56 -0700 | [diff] [blame] | 423 | "tests": ["082-inline-execute"], |
| 424 | "description": ["speed-profile seems to cause the agent to be given an invalid dex file" ], |
| 425 | "bug": "b/65452964", |
| 426 | "variant": "redefine-stress & speed-profile | jvmti-stress & speed-profile" |
| 427 | }, |
| 428 | { |
| 429 | "tests": ["701-easy-div-rem", |
| 430 | "303-verification-stress"], |
| 431 | "description": ["speed-profile leads to dex files that slicer emits warnings about"], |
| 432 | "variant": "redefine-stress & speed-profile | jvmti-stress & speed-profile" |
| 433 | }, |
| 434 | { |
Alex Light | f7c4e4b | 2018-02-16 11:36:46 -0800 | [diff] [blame] | 435 | "test_patterns": [ |
| 436 | ".*invoke-custom.*", |
| 437 | ".*invoke-polymorphic.*", |
| 438 | ".*methodhandle.*", |
| 439 | ".*method-handle.*", |
| 440 | ".*varhandle.*", |
Orion Hodson | 7d29753 | 2018-05-04 09:31:45 +0100 | [diff] [blame] | 441 | ".*var-handle.*", |
| 442 | "716-jli-jit-samples" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 443 | ], |
| 444 | "description": [ |
Orion Hodson | 7d29753 | 2018-05-04 09:31:45 +0100 | [diff] [blame] | 445 | "Tests for bytecodes introduced after DEX version 037 that are unsupported by", |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 446 | "dexter/slicer." |
| 447 | ], |
| 448 | "bug": "b/37272822", |
Alex Light | b7edcda | 2017-04-27 13:20:31 -0700 | [diff] [blame] | 449 | "variant": "jvmti-stress | redefine-stress" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 450 | }, |
| 451 | { |
| 452 | "tests": [ |
| 453 | "137-cfi", |
| 454 | "595-profile-saving", |
| 455 | "900-hello-plugin", |
| 456 | "909-attach-agent", |
Alex Light | 8ddfd9f | 2017-07-05 16:33:46 -0700 | [diff] [blame] | 457 | "981-dedup-original-dex", |
| 458 | "1900-track-alloc" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 459 | ], |
| 460 | "description": ["Tests that require exact knowledge of the number of plugins and agents."], |
Alex Light | c38c369 | 2017-06-27 15:45:14 -0700 | [diff] [blame] | 461 | "variant": "jvmti-stress | redefine-stress | trace-stress | field-stress | step-stress" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 462 | }, |
| 463 | { |
| 464 | "tests": [ |
Alex Light | f7c4e4b | 2018-02-16 11:36:46 -0800 | [diff] [blame] | 465 | "132-daemon-locks-shutdown", |
| 466 | "607-daemon-stress", |
| 467 | "602-deoptimizeable", |
| 468 | "121-simple-suspend-check", |
| 469 | "083-compiler-regressions" |
| 470 | ], |
| 471 | "description": ["Tests that have failed on redefine stress for unknown reasons"], |
| 472 | "bug": "b/73177368", |
| 473 | "variant": "redefine-stress" |
| 474 | }, |
| 475 | { |
| 476 | "tests": [ |
Orion Hodson | 5084cda | 2018-06-27 10:08:15 +0100 | [diff] [blame] | 477 | "638-no-line-number" |
| 478 | ], |
| 479 | "description": ["Tests that fail on redefine stress due to branch instruction selection"], |
| 480 | "bug": "b/110869946", |
| 481 | "variant": "redefine-stress" |
| 482 | }, |
| 483 | { |
| 484 | "tests": [ |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 485 | "097-duplicate-method", |
| 486 | "138-duplicate-classes-check2", |
Alex Light | d9dc62a | 2017-05-17 11:02:53 -0700 | [diff] [blame] | 487 | "159-app-image-fields", |
Alex Light | f7c4e4b | 2018-02-16 11:36:46 -0800 | [diff] [blame] | 488 | "674-hiddenapi", |
Alex Light | d9dc62a | 2017-05-17 11:02:53 -0700 | [diff] [blame] | 489 | "649-vdex-duplicate-method", |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 490 | "804-class-extends-itself", |
David Brazdil | 90701d5 | 2018-05-16 12:59:32 +0100 | [diff] [blame] | 491 | "921-hello-failure", |
| 492 | "999-redefine-hiddenapi" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 493 | ], |
| 494 | "description": [ |
| 495 | "Tests that use illegal dex files or otherwise break dexter assumptions" |
| 496 | ], |
Alex Light | b7edcda | 2017-04-27 13:20:31 -0700 | [diff] [blame] | 497 | "variant": "jvmti-stress | redefine-stress" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 498 | }, |
| 499 | { |
| 500 | "tests": [ |
| 501 | "018-stack-overflow", |
| 502 | "068-classloader", |
| 503 | "086-null-super", |
| 504 | "087-gc-after-link", |
| 505 | "626-const-class-linking", |
| 506 | "629-vdex-speed", |
Alex Light | d9dc62a | 2017-05-17 11:02:53 -0700 | [diff] [blame] | 507 | "647-jni-get-field-id", |
Alex Light | f7c4e4b | 2018-02-16 11:36:46 -0800 | [diff] [blame] | 508 | "674-hiddenapi", |
David Brazdil | 90701d5 | 2018-05-16 12:59:32 +0100 | [diff] [blame] | 509 | "944-transform-classloaders", |
| 510 | "999-redefine-hiddenapi" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 511 | ], |
| 512 | "description": [ |
| 513 | "Tests that use custom class loaders or other features not supported ", |
| 514 | "by our JVMTI implementation" |
| 515 | ], |
Alex Light | b7edcda | 2017-04-27 13:20:31 -0700 | [diff] [blame] | 516 | "variant": "jvmti-stress | redefine-stress" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 517 | }, |
| 518 | { |
| 519 | "tests": [ |
Alex Light | 43e935d | 2017-06-19 15:40:40 -0700 | [diff] [blame] | 520 | "004-ThreadStress" |
| 521 | ], |
| 522 | "description": "The thread stress test just takes too long with field-stress", |
Alex Light | f7c4e4b | 2018-02-16 11:36:46 -0800 | [diff] [blame] | 523 | "variant": "jvmti-stress | field-stress | step-stress | redefine-stress" |
Alex Light | 43e935d | 2017-06-19 15:40:40 -0700 | [diff] [blame] | 524 | }, |
| 525 | { |
| 526 | "tests": [ |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 527 | "031-class-attributes", |
Alex Light | f709ba5 | 2018-03-06 10:51:09 -0800 | [diff] [blame] | 528 | "715-clinit-implicit-parameter-annotations", |
Alex Light | c251ebc | 2017-04-13 10:49:45 -0700 | [diff] [blame] | 529 | "911-get-stack-trace" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 530 | ], |
| 531 | "description": [ |
| 532 | "Tests that use annotations and debug data that is not kept around by dexter." |
| 533 | ], |
Alex Light | c251ebc | 2017-04-13 10:49:45 -0700 | [diff] [blame] | 534 | "bug": "b/37239009", |
Alex Light | b7edcda | 2017-04-27 13:20:31 -0700 | [diff] [blame] | 535 | "variant": "jvmti-stress | redefine-stress" |
Igor Murashkin | 8889a89 | 2017-04-24 16:09:15 -0700 | [diff] [blame] | 536 | }, |
| 537 | { |
Alex Light | 6fdc1b6 | 2017-09-18 11:33:56 -0700 | [diff] [blame] | 538 | "tests": [ "1911-get-local-var-table" ], |
| 539 | "description": [ |
| 540 | "Test that relies on knowing the exact layout of a dex file" |
| 541 | ], |
| 542 | "variant": "jvmti-stress | redefine-stress" |
| 543 | }, |
| 544 | { |
Igor Murashkin | 8889a89 | 2017-04-24 16:09:15 -0700 | [diff] [blame] | 545 | "tests": [ |
Nicolas Geoffray | 4e868fa | 2017-04-21 17:16:44 +0100 | [diff] [blame] | 546 | "536-checker-needs-access-check", |
| 547 | "537-checker-inline-and-unverified", |
| 548 | "569-checker-pattern-replacement", |
| 549 | "586-checker-null-array-get" |
| 550 | ], |
| 551 | "description": [ |
| 552 | "Tests that have verify-at-runtime classes, but being compiled when using vdex." |
| 553 | ], |
| 554 | "variant": "speed-profile" |
Roland Levillain | 5fa822d | 2017-04-27 16:12:39 +0100 | [diff] [blame] | 555 | }, |
| 556 | { |
| 557 | "tests": "648-many-direct-methods", |
| 558 | "variant": "debug", |
| 559 | "description": "Test disabled in debug mode because of dex2oatd timeouts.", |
| 560 | "bug": "b/33650497" |
Goran Jakovljevic | 7050f9d | 2017-05-08 15:19:39 +0200 | [diff] [blame] | 561 | }, |
| 562 | { |
Alex Light | 61d5041 | 2018-08-02 01:07:24 -0700 | [diff] [blame] | 563 | "tests": "1946-list-descriptors", |
| 564 | "description": "ASAN+interp-ac/switch interpreter means this is too slow to finish in the timeout", |
| 565 | "variant": "target & interp-ac", |
| 566 | "env_vars": {"SANITIZE_TARGET": "address"} |
| 567 | }, |
| 568 | { |
| 569 | "tests": "1946-list-descriptors", |
| 570 | "description": "ASAN+interp-ac/switch interpreter means this is too slow to finish in the timeout", |
| 571 | "variant": "host & interp-ac", |
| 572 | "env_vars": {"SANITIZE_HOST": "address"} |
| 573 | }, |
| 574 | { |
Andreas Gampe | fa6b034 | 2017-06-02 08:36:42 -0700 | [diff] [blame] | 575 | "tests": "202-thread-oome", |
| 576 | "description": "ASAN aborts when large thread stacks are requested.", |
| 577 | "variant": "host", |
| 578 | "env_vars": {"SANITIZE_HOST": "address"} |
| 579 | }, |
| 580 | { |
| 581 | "tests": "202-thread-oome", |
| 582 | "description": "ASAN aborts when large thread stacks are requested.", |
| 583 | "variant": "target", |
| 584 | "env_vars": {"SANITIZE_TARGET": "address"} |
Andreas Gampe | 98e3693 | 2017-06-02 16:15:27 -0700 | [diff] [blame] | 585 | }, |
| 586 | { |
Andreas Gampe | 4430b25 | 2017-07-11 10:47:22 -0700 | [diff] [blame] | 587 | "tests": [ |
Vladimir Marko | 5825ed4 | 2018-09-03 14:14:17 +0100 | [diff] [blame] | 588 | "018-stack-overflow", |
| 589 | "107-int-math2" |
| 590 | ], |
| 591 | "description": [ |
| 592 | "Insufficient stack guards for ASAN." |
| 593 | ], |
| 594 | "variant": "interp-ac & host", |
| 595 | "env_vars": {"SANITIZE_HOST": "address"}, |
| 596 | "bug": "b/31098551" |
| 597 | }, |
| 598 | { |
| 599 | "tests": [ |
| 600 | "018-stack-overflow", |
| 601 | "107-int-math2" |
| 602 | ], |
| 603 | "description": [ |
| 604 | "Insufficient stack guards for ASAN." |
| 605 | ], |
| 606 | "variant": "interp-ac & target", |
| 607 | "env_vars": {"SANITIZE_TARGET": "address"}, |
| 608 | "bug": "b/31098551" |
| 609 | }, |
| 610 | { |
| 611 | "tests": [ |
Andreas Gampe | 4430b25 | 2017-07-11 10:47:22 -0700 | [diff] [blame] | 612 | "059-finalizer-throw", |
| 613 | "074-gc-thrash", |
| 614 | "911-get-stack-trace", |
| 615 | "913-heaps", |
| 616 | "980-redefine-object" |
| 617 | ], |
| 618 | "description": [ |
| 619 | "Interpreter with access checks stack frames are too large and result in", |
| 620 | "StackOverFlow errors being thrown." |
| 621 | ], |
| 622 | "variant": "interp-ac & host", |
| 623 | "env_vars": {"SANITIZE_HOST": "address"} |
| 624 | }, |
| 625 | { |
| 626 | "tests": [ |
| 627 | "059-finalizer-throw", |
| 628 | "074-gc-thrash", |
| 629 | "911-get-stack-trace", |
| 630 | "913-heaps", |
| 631 | "980-redefine-object" |
| 632 | ], |
| 633 | "description": [ |
| 634 | "Interpreter with access checks stack frames are too large and result in", |
| 635 | "StackOverFlow errors being thrown." |
| 636 | ], |
| 637 | "variant": "interp-ac & target", |
| 638 | "env_vars": {"SANITIZE_TARGET": "address"} |
| 639 | }, |
| 640 | { |
Andreas Gampe | 98e3693 | 2017-06-02 16:15:27 -0700 | [diff] [blame] | 641 | "tests": "071-dexfile-map-clean", |
| 642 | "description": [ "We use prebuilt zipalign on master-art-host to avoid pulling in a lot", |
| 643 | "of the framework. But a non-sanitized zipalign binary does not work with", |
| 644 | "a sanitized libc++."], |
| 645 | "env_vars": {"SANITIZE_HOST": "address"} |
Andreas Gampe | 73dd3a2 | 2017-06-05 13:28:03 -0700 | [diff] [blame] | 646 | }, |
| 647 | { |
Mathieu Chartier | c2583d2 | 2017-07-06 17:58:38 -0700 | [diff] [blame] | 648 | "tests": "141-class-unload", |
Nicolas Geoffray | cde8c35 | 2017-07-10 09:28:18 +0100 | [diff] [blame] | 649 | "description": "Segmentation fault", |
| 650 | "bug": "b/31098949", |
| 651 | "env_vars": {"SANITIZE_HOST": "address"} |
| 652 | }, |
| 653 | { |
| 654 | "tests": "104-growth-limit", |
| 655 | "description": "Flake", |
| 656 | "bug": "b/63514331", |
Mathieu Chartier | c2583d2 | 2017-07-06 17:58:38 -0700 | [diff] [blame] | 657 | "env_vars": {"SANITIZE_HOST": "address"} |
| 658 | }, |
| 659 | { |
Alex Light | b7edcda | 2017-04-27 13:20:31 -0700 | [diff] [blame] | 660 | "tests": ["988-method-trace"], |
| 661 | "variant": "redefine-stress | jvmti-stress", |
| 662 | "description": "Test disabled due to redefine-stress disabling intrinsics which changes the trace output slightly." |
| 663 | }, |
| 664 | { |
Calin Juravle | 4e4001e | 2017-06-08 16:13:26 -0700 | [diff] [blame] | 665 | "tests": ["137-cfi", "629-vdex-speed"], |
| 666 | "description": [ "Tests require speed compilation which is no longer the default for", |
Nicolas Geoffray | 9a18396 | 2017-06-10 14:33:17 +0100 | [diff] [blame] | 667 | "no-prebuild or no-image configs."], |
| 668 | "variant": "no-prebuild | no-image" |
Nicolas Geoffray | cd9e5e7 | 2017-06-14 09:03:55 +0100 | [diff] [blame] | 669 | }, |
| 670 | { |
| 671 | "tests": ["059-finalizer-throw", "063-process-manager"], |
| 672 | "description": [ "Tests that take too long on target with gcstress and debug" ], |
| 673 | "variant": "gcstress & target & debug" |
Nicolas Geoffray | d732528 | 2017-06-15 09:15:50 +0100 | [diff] [blame] | 674 | }, |
| 675 | { |
| 676 | "tests": ["905-object-free"], |
| 677 | "description": [ "Flake on gcstress" ], |
| 678 | "bug": "b/62562923", |
| 679 | "variant": "gcstress & jit & target" |
Roland Levillain | 1849820 | 2017-06-28 13:15:55 +0100 | [diff] [blame] | 680 | }, |
| 681 | { |
Chang Xing | 3e37902 | 2017-07-24 18:38:10 -0700 | [diff] [blame] | 682 | "tests": "660-clinit", |
Nicolas Geoffray | 3d8a78a | 2018-08-29 21:10:16 +0000 | [diff] [blame] | 683 | "variant": "no-image | no-prebuild | jvmti-stress | redefine-stress", |
Alex Light | 6fdc1b6 | 2017-09-18 11:33:56 -0700 | [diff] [blame] | 684 | "description": ["Tests <clinit> for app images, which --no-image, --no-prebuild, ", |
Nicolas Geoffray | 3d8a78a | 2018-08-29 21:10:16 +0000 | [diff] [blame] | 685 | "and --redefine-stress do not create"] |
Igor Murashkin | de67643 | 2017-08-03 10:24:38 -0700 | [diff] [blame] | 686 | }, |
| 687 | { |
Nicolas Geoffray | e877a13 | 2017-08-06 10:31:57 +0100 | [diff] [blame] | 688 | "tests": ["961-default-iface-resolution-gen", |
| 689 | "964-default-iface-init-gen", |
| 690 | "968-default-partial-compile-gen"], |
Igor Murashkin | de67643 | 2017-08-03 10:24:38 -0700 | [diff] [blame] | 691 | "env_vars": {"SANITIZE_HOST": "address"}, |
| 692 | "description": ["Test hits dex2oat watchdog timeout (60sec) on art-asan"] |
Jeff Hao | 3c3911e | 2017-08-14 15:14:29 -0700 | [diff] [blame] | 693 | }, |
| 694 | { |
| 695 | "tests": "664-aget-verifier", |
| 696 | "description": ["Aget on potentially null array fails verification."], |
| 697 | "bug": "b/64683522" |
Igor Murashkin | 545412b | 2017-08-17 15:26:54 -0700 | [diff] [blame] | 698 | }, |
| 699 | { |
Mathieu Chartier | 74c876b | 2018-01-17 09:36:45 -0800 | [diff] [blame] | 700 | "tests": ["628-vdex", |
| 701 | "629-vdex-speed", |
| 702 | "634-vdex-duplicate"], |
| 703 | "variant": "cdex-fast", |
| 704 | "description": ["Tests that depend on input-vdex are not supported with compact dex"] |
| 705 | }, |
| 706 | { |
Nicolas Geoffray | 57de510 | 2018-09-07 18:48:07 +0100 | [diff] [blame] | 707 | "tests": ["661-oat-writer-layout"], |
Nicolas Geoffray | 3d8a78a | 2018-08-29 21:10:16 +0000 | [diff] [blame] | 708 | "variant": "interp-ac | interpreter | jit | no-prebuild | no-image | trace | redefine-stress | jvmti-stress", |
Nicolas Geoffray | 57de510 | 2018-09-07 18:48:07 +0100 | [diff] [blame] | 709 | "description": ["Test is designed to only check --optimizing"] |
| 710 | }, |
| 711 | { |
| 712 | "tests": ["004-StackWalk"], |
| 713 | "variant": "interp-ac | interpreter | jit | no-prebuild | no-image | trace | redefine-stress | jvmti-stress | debuggable", |
| 714 | "description": ["Test is designed to only check --optimizing"] |
Nicolas Geoffray | 0817645 | 2018-02-01 20:52:19 +0000 | [diff] [blame] | 715 | }, |
| 716 | { |
| 717 | "tests": "674-HelloWorld-Dm", |
| 718 | "variant": "target", |
| 719 | "description": ["Requires zip, which isn't available on device"] |
Nicolas Geoffray | 24b93c5 | 2018-02-13 10:54:09 +0000 | [diff] [blame] | 720 | }, |
| 721 | { |
Vladimir Marko | a9f303c | 2018-07-20 16:43:56 +0100 | [diff] [blame] | 722 | "tests": ["683-clinit-inline-static-invoke"], |
| 723 | "variant": "jvm", |
| 724 | "description": ["Uses android-specific boot image class."] |
| 725 | }, |
| 726 | { |
Igor Murashkin | bab1506 | 2018-02-23 14:53:24 -0800 | [diff] [blame] | 727 | "tests": ["1941-dispose-stress", "522-checker-regression-monitor-exit"], |
| 728 | "variant": "jvm", |
| 729 | "bug": "b/73888836", |
| 730 | "description": ["Hangs forever, times out."] |
| 731 | }, |
| 732 | { |
| 733 | "tests": [ |
| 734 | "004-JniTest", |
| 735 | "004-NativeAllocations", |
| 736 | "004-ReferenceMap", |
| 737 | "004-SignalTest", |
| 738 | "004-StackWalk", |
| 739 | "004-ThreadStress", |
| 740 | "004-UnsafeTest", |
| 741 | "005-annotations", |
| 742 | "008-exceptions", |
| 743 | "020-string", |
| 744 | "021-string2", |
| 745 | "030-bad-finalizer", |
| 746 | "031-class-attributes", |
| 747 | "034-call-null", |
| 748 | "038-inner-null", |
| 749 | "044-proxy", |
| 750 | "046-reflect", |
| 751 | "064-field-access", |
| 752 | "068-classloader", |
| 753 | "070-nio-buffer", |
| 754 | "071-dexfile", |
| 755 | "071-dexfile-get-static-size", |
| 756 | "071-dexfile-map-clean", |
| 757 | "082-inline-execute", |
| 758 | "086-null-super", |
| 759 | "087-gc-after-link", |
| 760 | "088-monitor-verification", |
| 761 | "091-override-package-private-method", |
| 762 | "097-duplicate-method", |
| 763 | "098-ddmc", |
| 764 | "099-vmdebug", |
| 765 | "100-reflect2", |
| 766 | "104-growth-limit", |
| 767 | "111-unresolvable-exception", |
| 768 | "115-native-bridge", |
| 769 | "116-nodex2oat", |
| 770 | "117-nopatchoat", |
| 771 | "118-noimage-dex2oat", |
Igor Murashkin | bab1506 | 2018-02-23 14:53:24 -0800 | [diff] [blame] | 772 | "127-checker-secondarydex", |
| 773 | "129-ThreadGetId", |
| 774 | "130-hprof", |
| 775 | "1337-gc-coverage", |
| 776 | "1338-gc-no-los", |
| 777 | "134-nodex2oat-nofallback", |
| 778 | "134-reg-promotion", |
| 779 | "135-MirandaDispatch", |
| 780 | "136-daemon-jni-shutdown", |
| 781 | "137-cfi", |
| 782 | "138-duplicate-classes-check", |
| 783 | "138-duplicate-classes-check2", |
| 784 | "140-field-packing", |
| 785 | "141-class-unload", |
| 786 | "142-classloader2", |
| 787 | "143-string-value", |
| 788 | "144-static-field-sigquit", |
| 789 | "145-alloc-tracking-stress", |
| 790 | "146-bad-interface", |
| 791 | "147-stripped-dex-fallback", |
| 792 | "148-multithread-gc-annotations", |
| 793 | "150-loadlibrary", |
| 794 | "154-gc-loop", |
| 795 | "156-register-dex-file-multi-loader", |
| 796 | "157-void-class", |
| 797 | "158-app-image-class-table", |
| 798 | "159-app-image-fields", |
| 799 | "161-final-abstract-class", |
| 800 | "162-method-resolution", |
| 801 | "163-app-image-methods", |
| 802 | "164-resolution-trampoline-dex-cache", |
| 803 | "167-visit-locks", |
| 804 | "168-vmstack-annotated", |
Mathieu Chartier | adc9086 | 2018-05-11 13:03:06 -0700 | [diff] [blame] | 805 | "172-app-image-twice", |
Igor Murashkin | bab1506 | 2018-02-23 14:53:24 -0800 | [diff] [blame] | 806 | "201-built-in-except-detail-messages", |
| 807 | "203-multi-checkpoint", |
| 808 | "304-method-tracing", |
| 809 | "305-other-fault-handler", |
| 810 | "412-new-array", |
| 811 | "416-optimizing-arith-not", |
| 812 | "425-invoke-super", |
| 813 | "431-type-propagation", |
| 814 | "432-optimizing-cmp", |
| 815 | "434-invoke-direct", |
| 816 | "435-new-instance", |
| 817 | "441-checker-inliner", |
| 818 | "442-checker-constant-folding", |
| 819 | "448-multiple-returns", |
| 820 | "449-checker-bce", |
| 821 | "452-multiple-returns2", |
| 822 | "453-not-byte", |
| 823 | "454-get-vreg", |
| 824 | "455-checker-gvn", |
| 825 | "457-regs", |
| 826 | "458-checker-instruct-simplification", |
| 827 | "459-dead-phi", |
| 828 | "460-multiple-returns3", |
| 829 | "461-get-reference-vreg", |
| 830 | "466-get-live-vreg", |
| 831 | "467-regalloc-pair", |
| 832 | "468-checker-bool-simplif-regression", |
| 833 | "471-uninitialized-locals", |
| 834 | "472-unreachable-if-regression", |
| 835 | "475-regression-inliner-ids", |
| 836 | "480-checker-dead-blocks", |
| 837 | "496-checker-inlining-class-loader", |
| 838 | "498-type-propagation", |
| 839 | "501-null-constant-dce", |
| 840 | "501-regression-packed-switch", |
| 841 | "503-dead-instructions", |
| 842 | "504-regression-baseline-entry", |
| 843 | "506-verify-aput", |
| 844 | "509-pre-header", |
| 845 | "510-checker-try-catch", |
| 846 | "511-clinit-interface", |
| 847 | "515-dce-dominator", |
| 848 | "516-dead-move-result", |
| 849 | "517-checker-builder-fallthrough", |
| 850 | "518-null-array-get", |
| 851 | "520-equivalent-phi", |
| 852 | "529-checker-unresolved", |
| 853 | "530-checker-lse", |
| 854 | "530-checker-lse-ctor-fences", |
| 855 | "530-checker-lse3", |
| 856 | "530-checker-regression-reftyp-final", |
| 857 | "536-checker-intrinsic-optimization", |
| 858 | "536-checker-needs-access-check", |
| 859 | "541-regression-inlined-deopt", |
| 860 | "543-env-long-ref", |
| 861 | "545-tracing-and-jit", |
| 862 | "550-checker-regression-wide-store", |
| 863 | "551-invoke-super", |
| 864 | "552-checker-primitive-typeprop", |
| 865 | "552-invoke-non-existent-super", |
| 866 | "553-invoke-super", |
| 867 | "556-invoke-super", |
| 868 | "559-checker-irreducible-loop", |
| 869 | "563-checker-fakestring", |
| 870 | "564-checker-irreducible-loop", |
| 871 | "565-checker-doublenegbitwise", |
| 872 | "565-checker-irreducible-loop", |
| 873 | "566-polymorphic-inlining", |
| 874 | "567-checker-compare", |
| 875 | "569-checker-pattern-replacement", |
| 876 | "570-checker-osr", |
| 877 | "571-irreducible-loop", |
| 878 | "574-irreducible-and-constant-area", |
| 879 | "575-checker-string-init-alias", |
| 880 | "580-checker-string-fact-intrinsics", |
| 881 | "585-inline-unresolved", |
| 882 | "586-checker-null-array-get", |
| 883 | "587-inline-class-error", |
| 884 | "588-checker-irreducib-lifetime-hole", |
| 885 | "591-new-instance-string", |
| 886 | "592-checker-regression-bool-input", |
| 887 | "593-checker-boolean-2-integral-conv", |
| 888 | "593-checker-shift-and-simplifier", |
| 889 | "594-invoke-super", |
| 890 | "595-error-class", |
| 891 | "595-profile-saving", |
| 892 | "596-app-images", |
| 893 | "596-checker-dead-phi", |
| 894 | "596-monitor-inflation", |
| 895 | "597-deopt-busy-loop", |
| 896 | "597-deopt-invoke-stub", |
| 897 | "597-deopt-new-string", |
| 898 | "599-checker-irreducible-loop", |
| 899 | "600-verifier-fails", |
| 900 | "601-method-access", |
| 901 | "602-deoptimizeable", |
| 902 | "605-new-string-from-bytes", |
| 903 | "608-checker-unresolved-lse", |
| 904 | "612-jit-dex-cache", |
| 905 | "613-inlining-dex-cache", |
| 906 | "616-cha", |
| 907 | "616-cha-abstract", |
| 908 | "616-cha-interface", |
| 909 | "616-cha-interface-default", |
| 910 | "616-cha-miranda", |
| 911 | "622-simplifyifs-exception-edges", |
| 912 | "624-checker-stringops", |
| 913 | "626-const-class-linking", |
| 914 | "628-vdex", |
| 915 | "629-vdex-speed", |
| 916 | "630-safecast-array", |
| 917 | "631-checker-fp-abs", |
| 918 | "633-checker-rtp-getclass", |
| 919 | "634-vdex-duplicate", |
| 920 | "636-wrong-static-access", |
| 921 | "638-checker-inline-cache-intrinsic", |
| 922 | "638-checker-inline-caches", |
| 923 | "638-no-line-number", |
| 924 | "641-irreducible-inline", |
| 925 | "643-checker-bogus-ic", |
| 926 | "645-checker-abs-simd", |
| 927 | "647-jni-get-field-id", |
| 928 | "647-sinking-catch", |
| 929 | "648-inline-caches-unresolved", |
| 930 | "649-vdex-duplicate-method", |
| 931 | "652-deopt-intrinsic", |
| 932 | "656-annotation-lookup-generic-jni", |
| 933 | "656-checker-simd-opt", |
| 934 | "659-unpadded-array", |
| 935 | "660-clinit", |
| 936 | "660-store-8-16", |
| 937 | "661-classloader-allocator", |
| 938 | "661-oat-writer-layout", |
| 939 | "663-checker-select-generator", |
| 940 | "663-odd-dex-size", |
| 941 | "663-odd-dex-size2", |
| 942 | "663-odd-dex-size3", |
| 943 | "663-odd-dex-size4", |
| 944 | "667-jit-jni-stub", |
| 945 | "667-out-of-bounds", |
| 946 | "668-aiobe", |
Igor Murashkin | bab1506 | 2018-02-23 14:53:24 -0800 | [diff] [blame] | 947 | "674-hotness-compiled", |
| 948 | "674-vdex-uncompress", |
| 949 | "675-checker-unverified-method", |
| 950 | "676-proxy-jit-at-first-use", |
| 951 | "676-resolve-field-type", |
| 952 | "706-checker-scheduler", |
| 953 | "707-checker-invalid-profile", |
| 954 | "714-invoke-custom-lambda-metafactory", |
Orion Hodson | 86bb96f | 2018-05-03 14:07:26 +0100 | [diff] [blame] | 955 | "716-jli-jit-samples", |
Igor Murashkin | bab1506 | 2018-02-23 14:53:24 -0800 | [diff] [blame] | 956 | "800-smali", |
| 957 | "801-VoidCheckCast", |
| 958 | "802-deoptimization", |
| 959 | "804-class-extends-itself", |
| 960 | "900-hello-plugin", |
| 961 | "901-hello-ti-agent", |
| 962 | "903-hello-tagging", |
| 963 | "904-object-allocation", |
| 964 | "906-iterate-heap", |
| 965 | "909-attach-agent", |
| 966 | "910-methods", |
| 967 | "911-get-stack-trace", |
| 968 | "912-classes", |
| 969 | "913-heaps", |
| 970 | "918-fields", |
| 971 | "920-objects", |
| 972 | "922-properties", |
| 973 | "924-threads", |
| 974 | "925-threadgroups", |
| 975 | "927-timers", |
| 976 | "929-search", |
| 977 | "931-agent-thread", |
| 978 | "933-misc-events", |
| 979 | "936-search-onload", |
| 980 | "939-hello-transformation-bcp", |
| 981 | "944-transform-classloaders", |
| 982 | "946-obsolete-throw", |
| 983 | "948-change-annotations", |
| 984 | "950-redefine-intrinsic", |
Igor Murashkin | bab1506 | 2018-02-23 14:53:24 -0800 | [diff] [blame] | 985 | "954-invoke-polymorphic-verifier", |
| 986 | "955-methodhandles-smali", |
| 987 | "956-methodhandles", |
| 988 | "957-methodhandle-transforms", |
| 989 | "958-methodhandle-stackframe", |
| 990 | "972-default-imt-collision", |
| 991 | "972-iface-super-multidex", |
| 992 | "973-default-multidex", |
| 993 | "974-verify-interface-super", |
| 994 | "975-iface-private", |
| 995 | "976-conflict-no-methods", |
| 996 | "978-virtual-interface", |
| 997 | "980-redefine-object", |
| 998 | "981-dedup-original-dex", |
| 999 | "983-source-transform-verify", |
| 1000 | "986-native-method-bind", |
| 1001 | "988-method-trace", |
| 1002 | "989-method-trace-throw", |
| 1003 | "993-breakpoints", |
| 1004 | "1900-track-alloc", |
| 1005 | "1906-suspend-list-me-first", |
| 1006 | "1914-get-local-instance", |
| 1007 | "1926-missed-frame-pop", |
| 1008 | "1930-monitor-info", |
| 1009 | "1932-monitor-events-misc", |
| 1010 | "1935-get-set-current-frame-jit", |
| 1011 | "1938-transform-abstract-single-impl", |
| 1012 | "1939-proxy-frames", |
| 1013 | "1940-ddms-ext", |
| 1014 | "1945-proxy-method-arguments", |
| 1015 | "1946-list-descriptors", |
| 1016 | "1947-breakpoint-redefine-deopt" |
| 1017 | ], |
| 1018 | "variant": "jvm", |
| 1019 | "bug": "b/73888836", |
Nicolas Geoffray | a3cd124 | 2018-03-15 22:29:24 +0000 | [diff] [blame] | 1020 | "description": ["Failing on RI. Needs further investigating."] |
| 1021 | }, |
| 1022 | { |
Nicolas Geoffray | b041a40 | 2017-11-13 15:16:22 +0000 | [diff] [blame] | 1023 | "tests": ["616-cha-unloading", |
David Brazdil | 90701d5 | 2018-05-16 12:59:32 +0100 | [diff] [blame] | 1024 | "674-hiddenapi", |
Nicolas Geoffray | fd13287 | 2018-05-21 18:04:38 +0100 | [diff] [blame] | 1025 | "677-fsi2", |
Nicolas Geoffray | 69b1cf1 | 2018-03-21 10:44:58 +0000 | [diff] [blame] | 1026 | "678-quickening", |
David Brazdil | 90701d5 | 2018-05-16 12:59:32 +0100 | [diff] [blame] | 1027 | "679-locks", |
Alex Light | c98f83e | 2018-07-26 08:28:36 -0700 | [diff] [blame] | 1028 | "999-redefine-hiddenapi", |
Roland Levillain | b1e1dc3 | 2018-07-10 19:19:31 +0100 | [diff] [blame] | 1029 | "1000-non-moving-space-stress", |
Alex Light | c98f83e | 2018-07-26 08:28:36 -0700 | [diff] [blame] | 1030 | "1951-monitor-enter-no-suspend"], |
Nicolas Geoffray | a3cd124 | 2018-03-15 22:29:24 +0000 | [diff] [blame] | 1031 | "variant": "jvm", |
| 1032 | "description": ["Doesn't run on RI."] |
| 1033 | }, |
| 1034 | { |
Nicolas Geoffray | 51abdda | 2018-03-26 10:00:37 +0100 | [diff] [blame] | 1035 | "tests": ["121-modifiers", |
| 1036 | "1929-exception-catch-exception"], |
| 1037 | "variant": "jvm", |
| 1038 | "bug": "b/76399183", |
| 1039 | "description": ["New failures to be investigated."] |
| 1040 | }, |
| 1041 | { |
Nicolas Geoffray | a3cd124 | 2018-03-15 22:29:24 +0000 | [diff] [blame] | 1042 | "tests": ["616-cha-unloading"], |
| 1043 | "variant": "trace", |
| 1044 | "description": ["Trace prevents class unloading."] |
Nicolas Geoffray | 66ff8a8 | 2018-02-28 13:27:55 +0000 | [diff] [blame] | 1045 | }, |
| 1046 | { |
| 1047 | "tests": "677-fsi", |
Nicolas Geoffray | 3d8a78a | 2018-08-29 21:10:16 +0000 | [diff] [blame] | 1048 | "variant": "no-image | no-prebuild | relocate-npatchoat | jvm", |
Nicolas Geoffray | 66ff8a8 | 2018-02-28 13:27:55 +0000 | [diff] [blame] | 1049 | "description": ["Test requires a successful dex2oat invocation"] |
Nicolas Geoffray | 03c9153 | 2018-03-27 09:42:01 +0100 | [diff] [blame] | 1050 | }, |
| 1051 | { |
| 1052 | "tests": ["990-field-trace", |
| 1053 | "991-field-trace-2"], |
| 1054 | "variant": "gcstress & debug & target", |
| 1055 | "description": ["Test can time out on gcstress with debug"] |
Roland Levillain | 481d45e | 2018-05-18 14:25:46 +0100 | [diff] [blame] | 1056 | }, |
| 1057 | { |
| 1058 | "tests": ["080-oom-throw"], |
| 1059 | "variant": "jit", |
| 1060 | "bug": "b/77567088", |
| 1061 | "description": ["Test throws exception before or during OOME."] |
Nicolas Geoffray | 92149d0 | 2018-06-08 10:36:45 +0100 | [diff] [blame] | 1062 | }, |
| 1063 | { |
Alex Light | b7f10d5 | 2018-07-17 08:55:23 -0700 | [diff] [blame] | 1064 | "tests": ["151-OpenFileLimit"], |
| 1065 | "variant": "gcstress", |
| 1066 | "bug": "b/111544552", |
| 1067 | "description" : ["Gcstress requires the ability to open at least one file which means this test fails when it runs out."] |
| 1068 | }, |
| 1069 | { |
Alex Light | eee2ee8 | 2018-07-18 11:00:52 -0700 | [diff] [blame] | 1070 | "tests": ["530-checker-lse2", "141-class-unload", "071-dexfile"], |
Alex Light | b7f10d5 | 2018-07-17 08:55:23 -0700 | [diff] [blame] | 1071 | "variant": "gcstress", |
| 1072 | "bug": "b/111543628", |
| 1073 | "description" : ["Test seems to timeout when run with gcstress due to slower unwinding by libbacktrace"] |
| 1074 | }, |
| 1075 | { |
Orion Hodson | e01844a | 2018-07-19 14:21:44 +0100 | [diff] [blame] | 1076 | "tests": ["712-varhandle-invocations"], |
Nicolas Geoffray | 101287d | 2018-08-03 11:55:17 +0100 | [diff] [blame] | 1077 | "variant": "gcstress", |
Orion Hodson | e01844a | 2018-07-19 14:21:44 +0100 | [diff] [blame] | 1078 | "bug": "b/111630237", |
| 1079 | "description": ["Test timing out under gcstress possibly due to slower unwinding by libbacktrace"] |
| 1080 | }, |
| 1081 | { |
Nicolas Geoffray | 92149d0 | 2018-06-08 10:36:45 +0100 | [diff] [blame] | 1082 | "tests": ["021-string2"], |
| 1083 | "variant": "jit & debuggable", |
| 1084 | "bug": "b/109791792", |
| 1085 | "description": ["Stack too big."] |
Nicolas Geoffray | c3e740b | 2018-08-01 20:33:44 +0100 | [diff] [blame] | 1086 | }, |
| 1087 | { |
| 1088 | "tests": ["566-polymorphic-inlining"], |
| 1089 | "variant": "jit & debuggable", |
| 1090 | "description": ["We do not inline with debuggable."] |
Roland Levillain | dc6a7f4 | 2018-09-17 13:20:52 +0100 | [diff] [blame] | 1091 | }, |
| 1092 | { |
| 1093 | "tests": ["135-MirandaDispatch"], |
| 1094 | "variant": "interp-ac & 32 & host", |
| 1095 | "env_vars": {"SANITIZE_HOST": "address"}, |
| 1096 | "bug": "b/112993554", |
| 1097 | "description": ["Timeout with ASan and interp-ac on 32-bit host (x86)."] |
Calin Juravle | 01b7000 | 2017-03-20 19:02:48 -0700 | [diff] [blame] | 1098 | } |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 1099 | ] |