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