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 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 9 | "tests": "080-oom-fragmentation", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 10 | "description": "Disable 080-oom-fragmentation due to flakes.", |
| 11 | "bug": "http://b/33795328" |
| 12 | }, |
| 13 | { |
| 14 | "tests": ["497-inlining-and-class-loader", |
| 15 | "542-unresolved-access-check"], |
| 16 | "description": ["Disable 497-inlining-and-class-loader and ", |
| 17 | "542-unresolved-access-check until they are rewritten.", |
| 18 | "These tests use a broken class loader that tries to", |
| 19 | "register a dex file that's already registered with a", |
| 20 | "different loader."], |
| 21 | "bug": "http://b/34193123" |
| 22 | }, |
| 23 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 24 | "tests": "149-suspend-all-stress", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 25 | "description": "Disable 149-suspend-all-stress, its output is flaky", |
| 26 | "bug": "http://b/28988206" |
| 27 | }, |
| 28 | { |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 29 | "tests": ["002-sleep", |
| 30 | "053-wait-some", |
| 31 | "055-enum-performance", |
| 32 | "133-static-invoke-super"], |
| 33 | "description": ["Tests that are timing sensitive and flaky on heavily", |
| 34 | "loaded systems."] |
| 35 | }, |
| 36 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 37 | "tests": "147-stripped-dex-fallback", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 38 | "variant": "target", |
| 39 | "description": ["147-stripped-dex-fallback isn't supported on device", |
| 40 | "because --strip-dex requires the zip command."] |
| 41 | }, |
| 42 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 43 | "tests": "569-checker-pattern-replacement", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 44 | "variant": "target", |
| 45 | "description": ["569-checker-pattern-replacement tests behaviour", |
| 46 | "present only on host."] |
| 47 | }, |
| 48 | { |
| 49 | "tests": ["116-nodex2oat", |
| 50 | "118-noimage-dex2oat", |
| 51 | "134-nodex2oat-nofallback"], |
| 52 | "variant": "prebuild", |
| 53 | "description": ["Note 116-nodex2oat is not broken per-se it just", |
| 54 | "doesn't (and isn't meant to) work with --prebuild."] |
| 55 | }, |
| 56 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 57 | "tests": ["529-checker-unresolved"], |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 58 | "variant": "no-prebuild", |
| 59 | "bug": "http://b/27784033" |
| 60 | }, |
| 61 | { |
| 62 | "tests": ["117-nopatchoat", |
| 63 | "147-stripped-dex-fallback", |
| 64 | "608-checker-unresolved-lse"], |
| 65 | "variant": "no-prebuild" |
| 66 | }, |
| 67 | { |
| 68 | "tests": ["117-nopatchoat", |
| 69 | "118-noimage-dex2oat", |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 70 | "119-noimage-patchoat"], |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 71 | "variant": "no-relocate", |
| 72 | "description": ["117-nopatchoat is not broken per-se it just doesn't", |
| 73 | "work (and isn't meant to) without --prebuild", |
| 74 | "--relocate"] |
| 75 | }, |
| 76 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 77 | "tests": "137-cfi", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 78 | "variant": "interp-ac", |
| 79 | "description": ["Temporarily disable some broken tests when forcing", |
| 80 | "access checks in interpreter"], |
| 81 | "bug": "http://b/22414682" |
| 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 | { |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 103 | "tests": ["908-gc-start-finish", |
| 104 | "913-heaps"], |
| 105 | "variant": "gcstress", |
| 106 | "description": ["908-gc-start-finish expects GCs only to be run at", |
| 107 | "clear points. The reduced heap size makes this", |
| 108 | "non-deterministic. Same for 913."] |
| 109 | }, |
| 110 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 111 | "tests": "961-default-iface-resolution-gen", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 112 | "variant": "gcstress", |
| 113 | "description": ["961-default-iface-resolution-gen and", |
| 114 | "964-default-iface-init-genare very long tests that", |
| 115 | "often will take more than the timeout to run when", |
| 116 | "gcstress is enabled. This is because gcstress slows", |
| 117 | "down allocations significantly which these tests do a", |
| 118 | "lot."] |
| 119 | }, |
| 120 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 121 | "tests": "964-default-iface-init-gen", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 122 | "variant": "gcstress" |
| 123 | }, |
| 124 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 125 | "tests": "154-gc-loop", |
Mathieu Chartier | f69aa30 | 2017-03-14 11:31:16 -0700 | [diff] [blame] | 126 | "variant": "gcstress | jit & debug", |
| 127 | "description": ["154-gc-loop depends GC not happening too often"], |
| 128 | "bug": "http://b/35917229" |
Mathieu Chartier | 673665b | 2017-03-06 10:07:59 -0800 | [diff] [blame] | 129 | }, |
| 130 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 131 | "tests": "115-native-bridge", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 132 | "variant": "target", |
| 133 | "description": ["115-native-bridge setup is complicated. Need to", |
| 134 | "implement it correctly for the target."] |
| 135 | }, |
| 136 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 137 | "tests": "130-hprof", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 138 | "variant": "target", |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 139 | "description": ["130-hprof dumps the heap and runs hprof-conv to check", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 140 | "whether the file is somewhat readable. Thi is only", |
| 141 | "possible on the host. TODO: Turn off all the other", |
| 142 | "combinations, this is more about testing actual ART", |
| 143 | "code. A gtest is very hard to write here, as (for a", |
| 144 | "complete test) JDWP must be set up."] |
| 145 | }, |
| 146 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 147 | "tests": "131-structural-change", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 148 | "variant": "debug", |
| 149 | "description": ["131 is an old test. The functionality has been", |
| 150 | "implemented at an earlier stage and is checked", |
| 151 | "in tests 138. Blacklisted for debug builds since", |
| 152 | "these builds have duplicate classes checks which", |
| 153 | "punt to interpreter"] |
| 154 | }, |
| 155 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 156 | "tests": "138-duplicate-classes-check", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 157 | "variant": "ndebug", |
| 158 | "description": ["Turned on for debug builds since debug builds have", |
| 159 | "duplicate classes checks enabled"], |
| 160 | "bug": "http://b/2133391" |
| 161 | }, |
| 162 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 163 | "tests": "147-stripped-dex-fallback", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 164 | "variant": "no-dex2oat | no-image | relocate-npatchoat", |
| 165 | "description": ["147-stripped-dex-fallback is disabled because it", |
| 166 | "requires --prebuild."] |
| 167 | }, |
| 168 | { |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 169 | "tests": ["116-nodex2oat", |
| 170 | "117-nopatchoat", |
| 171 | "118-noimage-dex2oat", |
| 172 | "119-noimage-patchoat", |
| 173 | "137-cfi", |
| 174 | "138-duplicate-classes-check2"], |
| 175 | "variant": "no-dex2oat | no-image | relocate-npatchoat", |
| 176 | "description": ["All these tests check that we have sane behavior if we", |
| 177 | "don't have a patchoat or dex2oat. Therefore we", |
| 178 | "shouldn't run them in situations where we actually", |
| 179 | "don't have these since they explicitly test for them.", |
| 180 | "These all also assume we have an image."] |
| 181 | }, |
| 182 | { |
| 183 | "tests": ["137-cfi", |
| 184 | "138-duplicate-classes-check", |
| 185 | "018-stack-overflow", |
| 186 | "961-default-iface-resolution-gen", |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 187 | "964-default-iface-init-gen"], |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 188 | "variant": "no-image", |
| 189 | "description": ["This test fails without an image. 018, 961, 964 often", |
| 190 | "time out."], |
| 191 | "bug": "http://b/34369284" |
| 192 | }, |
| 193 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 194 | "tests": "137-cfi", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 195 | "description": ["This test unrolls and expects managed frames, but", |
| 196 | "tracing means we run the interpreter."], |
| 197 | "variant": "trace | stream" |
| 198 | }, |
| 199 | { |
| 200 | "tests": ["802-deoptimization", |
| 201 | "570-checker-osr"], |
| 202 | "description": ["This test dynamically enables tracing to force a", |
| 203 | "deoptimization. This makes the test meaningless", |
| 204 | "when already tracing, and writes an error message", |
| 205 | "that we do not want to check for."], |
| 206 | "variant": "trace | stream" |
| 207 | }, |
| 208 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 209 | "tests": "130-hprof", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 210 | "description": "130 occasional timeout", |
| 211 | "bug": "http://b/32383962", |
| 212 | "variant": "trace | stream" |
| 213 | }, |
| 214 | { |
| 215 | "tests": ["087-gc-after-link", |
| 216 | "141-class-unload"], |
| 217 | "variant": "trace | stream" |
| 218 | }, |
| 219 | { |
| 220 | "tests": ["604-hot-static-interface", |
| 221 | "612-jit-dex-cache", |
| 222 | "613-inlining-dex-cache", |
| 223 | "616-cha", |
| 224 | "626-set-resolved-string"], |
| 225 | "variant": "trace | stream", |
| 226 | "description": ["These tests expect JIT compilation, which is", |
| 227 | "suppressed when tracing."] |
| 228 | }, |
| 229 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 230 | "tests": "137-cfi", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 231 | "description": ["CFI unwinding expects managed frames, and the test", |
| 232 | "does not iterate enough to even compile. JIT also", |
| 233 | "uses Generic JNI instead of the JNI compiler."], |
| 234 | "variant": "interpreter | jit" |
| 235 | }, |
| 236 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 237 | "tests": "906-iterate-heap", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 238 | "description": ["Test 906 iterates the heap filtering with different", |
| 239 | "options. No instances should be created between those", |
| 240 | "runs to be able to have precise checks."], |
| 241 | "variant": "jit" |
| 242 | }, |
| 243 | { |
Alex Light | 0cdcf81 | 2017-02-08 13:37:30 -0800 | [diff] [blame] | 244 | "tests": ["904-object-allocation"], |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 245 | "variant": "jit" |
| 246 | }, |
| 247 | { |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 248 | "tests": ["570-checker-select", |
| 249 | "484-checker-register-hints"], |
| 250 | "description": ["These tests were based on the linear scan allocator,", |
| 251 | "which makes different decisions than the graph", |
| 252 | "coloring allocator. (These attempt to test for code", |
| 253 | "quality, not correctness.)"], |
| 254 | "variant": "regalloc_gc" |
| 255 | }, |
| 256 | { |
| 257 | "tests": ["454-get-vreg", |
| 258 | "457-regs", |
| 259 | "602-deoptimizeable"], |
| 260 | "description": ["Tests that should fail when the optimizing compiler ", |
| 261 | "compiles them non-debuggable."], |
| 262 | "variant": "optimizing & ndebuggable | regalloc_gc & ndebuggable" |
| 263 | }, |
| 264 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 265 | "tests": "596-app-images", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 266 | "variant": "npictest" |
| 267 | }, |
| 268 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 269 | "tests": "055-enum-performance", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 270 | "variant": "optimizing | regalloc_gc", |
| 271 | "description": ["055: Exceeds run time limits due to heap poisoning ", |
| 272 | "instrumentation (on ARM and ARM64 devices)."] |
| 273 | }, |
| 274 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 275 | "tests": "909-attach-agent", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 276 | "variant": "debuggable", |
| 277 | "description": "Tests that check semantics for a non-debuggable app." |
| 278 | }, |
| 279 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 280 | "tests": "137-cfi", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 281 | "variant": "debuggable", |
| 282 | "description": ["The test relies on AOT code and debuggable makes us", |
| 283 | "JIT always."] |
| 284 | }, |
| 285 | { |
| 286 | "tests": ["000-nop", |
| 287 | "134-nodex2oat-nofallback", |
| 288 | "147-stripped-dex-fallback", |
Nicolas Geoffray | 77e3694 | 2017-03-08 13:40:23 +0000 | [diff] [blame] | 289 | "595-profile-saving"], |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 290 | "description": "The doesn't compile anything", |
| 291 | "env_vars": {"ART_TEST_BISECTION": "true"}, |
| 292 | "variant": "optimizing | regalloc_gc" |
| 293 | }, |
| 294 | { |
| 295 | "tests": "089-many-methods", |
| 296 | "description": "The test tests a build failure", |
| 297 | "env_vars": {"ART_TEST_BISECTION": "true"}, |
| 298 | "variant": "optimizing | regalloc_gc" |
| 299 | }, |
| 300 | { |
| 301 | "tests": ["018-stack-overflow", |
| 302 | "116-nodex2oat", |
| 303 | "117-nopatchoat", |
| 304 | "118-noimage-dex2oat", |
| 305 | "119-noimage-patchoat", |
| 306 | "126-miranda-multidex", |
| 307 | "137-cfi"], |
| 308 | "description": "The test run dalvikvm more than once.", |
| 309 | "env_vars": {"ART_TEST_BISECTION": "true"}, |
| 310 | "variant": "optimizing | regalloc_gc" |
| 311 | }, |
| 312 | { |
| 313 | "tests": ["115-native-bridge", |
Nicolas Geoffray | 77e3694 | 2017-03-08 13:40:23 +0000 | [diff] [blame] | 314 | "088-monitor-verification"], |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 315 | "description": "The test assume they are always compiled.", |
| 316 | "env_vars": {"ART_TEST_BISECTION": "true"}, |
| 317 | "variant": "optimizing | regalloc_gc" |
| 318 | }, |
| 319 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 320 | "tests": "055-enum-performance", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 321 | "description": ["The test tests performance which degrades during", |
| 322 | "bisecting."], |
| 323 | "env_vars": {"ART_TEST_BISECTION": "true"}, |
| 324 | "variant": "optimizing | regalloc_gc" |
| 325 | }, |
| 326 | { |
Nicolas Geoffray | 77e3694 | 2017-03-08 13:40:23 +0000 | [diff] [blame] | 327 | "tests": ["537-checker-arraycopy", |
| 328 | "641-checker-arraycopy"], |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 329 | "env_vars": {"ART_USE_READ_BARRIER": "true"}, |
| 330 | "variant": "interpreter | optimizing | regalloc_gc | jit" |
Nicolas Geoffray | 31c8858 | 2017-03-16 16:57:04 +0000 | [diff] [blame] | 331 | }, |
| 332 | { |
Nicolas Geoffray | 31c8858 | 2017-03-16 16:57:04 +0000 | [diff] [blame] | 333 | "tests": ["912-classes", |
| 334 | "616-cha", |
| 335 | "616-cha-abstract"], |
| 336 | "bug": "http://b/36344364 http://b36344221", |
| 337 | "variant": "no-dex2oat | relocate-npatchoat" |
Nicolas Geoffray | 4f38e18 | 2017-03-16 20:32:58 +0000 | [diff] [blame] | 338 | }, |
| 339 | { |
| 340 | "tests": ["476-clinit-inline-static-invoke", |
| 341 | "496-checker-inlining-class-loader", |
| 342 | "637-checker-throw-inline"], |
| 343 | "bug": "http://b/36365552", |
| 344 | "variant": "no-image & jit" |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 345 | } |
| 346 | ] |