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