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 | 2337fa1 | 2019-01-04 10:00:50 -0800 | [diff] [blame] | 9 | "tests": "132-daemon-locks-shutdown", |
| 10 | "description": ["This test seems to fail occasionally on redefine-stress for unknown reasons without stack-traces"], |
| 11 | "variant": "redefine-stress", |
| 12 | "bug": "http://b/121302864" |
| 13 | }, |
| 14 | { |
Alex 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", |
Roland Levillain | 0203f23 | 2018-09-25 16:43:30 +0000 | [diff] [blame] | 22 | "description": ["Disable 080-oom-fragmentation for CC collector in debug mode", |
| 23 | "because of potential fragmentation caused by the region space's", |
| 24 | "cyclic region allocation (which is enabled in debug mode)."], |
| 25 | "variant": "debug", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 26 | "bug": "http://b/33795328" |
| 27 | }, |
| 28 | { |
| 29 | "tests": ["497-inlining-and-class-loader", |
| 30 | "542-unresolved-access-check"], |
| 31 | "description": ["Disable 497-inlining-and-class-loader and ", |
| 32 | "542-unresolved-access-check until they are rewritten.", |
| 33 | "These tests use a broken class loader that tries to", |
| 34 | "register a dex file that's already registered with a", |
| 35 | "different loader."], |
| 36 | "bug": "http://b/34193123" |
| 37 | }, |
| 38 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 39 | "tests": "149-suspend-all-stress", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 40 | "description": "Disable 149-suspend-all-stress, its output is flaky", |
| 41 | "bug": "http://b/28988206" |
| 42 | }, |
| 43 | { |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 44 | "tests": ["002-sleep", |
| 45 | "053-wait-some", |
| 46 | "055-enum-performance", |
| 47 | "133-static-invoke-super"], |
| 48 | "description": ["Tests that are timing sensitive and flaky on heavily", |
| 49 | "loaded systems."] |
| 50 | }, |
| 51 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 52 | "tests": "147-stripped-dex-fallback", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 53 | "variant": "target", |
| 54 | "description": ["147-stripped-dex-fallback isn't supported on device", |
| 55 | "because --strip-dex requires the zip command."] |
| 56 | }, |
| 57 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 58 | "tests": "569-checker-pattern-replacement", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 59 | "variant": "target", |
| 60 | "description": ["569-checker-pattern-replacement tests behaviour", |
| 61 | "present only on host."] |
| 62 | }, |
| 63 | { |
| 64 | "tests": ["116-nodex2oat", |
| 65 | "118-noimage-dex2oat", |
| 66 | "134-nodex2oat-nofallback"], |
| 67 | "variant": "prebuild", |
| 68 | "description": ["Note 116-nodex2oat is not broken per-se it just", |
| 69 | "doesn't (and isn't meant to) work with --prebuild."] |
| 70 | }, |
| 71 | { |
Vladimir Marko | a497a39 | 2018-09-26 10:52:50 +0100 | [diff] [blame] | 72 | "tests": ["147-stripped-dex-fallback", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 73 | "608-checker-unresolved-lse"], |
| 74 | "variant": "no-prebuild" |
| 75 | }, |
| 76 | { |
Mathieu Chartier | 00fbe4f | 2019-01-02 16:52:38 -0800 | [diff] [blame] | 77 | "tests": ["118-noimage-dex2oat", |
| 78 | "1001-app-image-regions"], |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 79 | "variant": "no-relocate", |
Vladimir Marko | a497a39 | 2018-09-26 10:52:50 +0100 | [diff] [blame] | 80 | "description": ["118-noimage-dex2oat is not broken per-se it just ", |
| 81 | "doesn't work (and isn't meant to) without --prebuild ", |
Mathieu Chartier | 00fbe4f | 2019-01-02 16:52:38 -0800 | [diff] [blame] | 82 | "--relocate. 1001-app-image-regions is disabled since it", |
| 83 | "doesn't have the app image loaded for no-relocate"] |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 84 | }, |
| 85 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 86 | "tests" : "629-vdex-speed", |
Vladimir Marko | a497a39 | 2018-09-26 10:52:50 +0100 | [diff] [blame] | 87 | "variant": "interp-ac | interpreter | jit", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 88 | "description": "629 requires compilation." |
| 89 | }, |
| 90 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 91 | "tests": "137-cfi", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 92 | "variant": "gcstress", |
| 93 | "description": ["137-cfi needs to unwind a second forked process. We're", |
| 94 | "using a primitive sleep to wait till we hope the", |
| 95 | "second process got into the expected state. The", |
| 96 | "slowness of gcstress makes this bad."] |
| 97 | }, |
| 98 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 99 | "tests": "152-dead-large-object", |
Mathieu Chartier | 5591819 | 2017-02-28 13:20:27 -0800 | [diff] [blame] | 100 | "variant": "gcstress", |
Mathieu Chartier | f69aa30 | 2017-03-14 11:31:16 -0700 | [diff] [blame] | 101 | "description": ["152-dead-large-object requires a heap larger than what gcstress uses."], |
| 102 | "bug": "http://b/35800768" |
Mathieu Chartier | 5591819 | 2017-02-28 13:20:27 -0800 | [diff] [blame] | 103 | }, |
| 104 | { |
Mathieu Chartier | 282431b | 2017-07-12 10:28:54 -0700 | [diff] [blame] | 105 | "tests": "163-app-image-methods", |
| 106 | "variant": "gcstress", |
| 107 | "description": ["This test sometimes runs out of memory initializing the boot classpath."] |
| 108 | }, |
| 109 | { |
Vladimir Marko | aa0912c | 2017-09-15 13:30:06 +0100 | [diff] [blame] | 110 | "tests": "164-resolution-trampoline-dex-cache", |
| 111 | "variant": "interp-ac | interpreter", |
| 112 | "description": ["This test requires AOT mixed with JIT and enables the JIT by the ", |
| 113 | "runtime option -Xusejit:true. This conflicts with -Xint passed for ", |
| 114 | "interpreter configurations (interp-ac | interpreter). The 'jit' ", |
| 115 | "configuration succeeds even though it does not test anything useful."] |
| 116 | }, |
| 117 | { |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 118 | "tests": ["908-gc-start-finish", |
| 119 | "913-heaps"], |
| 120 | "variant": "gcstress", |
| 121 | "description": ["908-gc-start-finish expects GCs only to be run at", |
| 122 | "clear points. The reduced heap size makes this", |
| 123 | "non-deterministic. Same for 913."] |
| 124 | }, |
| 125 | { |
Alex Light | ce906f1 | 2018-02-22 16:09:52 -0800 | [diff] [blame] | 126 | "tests": ["1946-list-descriptors"], |
| 127 | "variant": "gcverify | trace", |
| 128 | "description": "This test is rather slow and gcverify or trace often cause it to timeout." |
| 129 | }, |
| 130 | { |
Alex Light | fa67602 | 2017-04-27 09:25:32 -0700 | [diff] [blame] | 131 | "tests": ["961-default-iface-resolution-gen", |
| 132 | "964-default-iface-init-gen", |
| 133 | "968-default-partial-compile-gen"], |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 134 | "variant": "gcstress", |
Alex Light | fa67602 | 2017-04-27 09:25:32 -0700 | [diff] [blame] | 135 | "description": ["961-default-iface-resolution-gen,", |
| 136 | "968-default-partial-compile-gen and", |
| 137 | "964-default-iface-init-gen are very long tests that", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 138 | "often will take more than the timeout to run when", |
| 139 | "gcstress is enabled. This is because gcstress slows", |
| 140 | "down allocations significantly which these tests do a", |
| 141 | "lot."] |
| 142 | }, |
| 143 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 144 | "tests": "154-gc-loop", |
Mathieu Chartier | f69aa30 | 2017-03-14 11:31:16 -0700 | [diff] [blame] | 145 | "variant": "gcstress | jit & debug", |
| 146 | "description": ["154-gc-loop depends GC not happening too often"], |
| 147 | "bug": "http://b/35917229" |
Mathieu Chartier | 673665b | 2017-03-06 10:07:59 -0800 | [diff] [blame] | 148 | }, |
| 149 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 150 | "tests": "115-native-bridge", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 151 | "variant": "target", |
| 152 | "description": ["115-native-bridge setup is complicated. Need to", |
| 153 | "implement it correctly for the target."] |
| 154 | }, |
| 155 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 156 | "tests": "130-hprof", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 157 | "variant": "target", |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 158 | "description": ["130-hprof dumps the heap and runs hprof-conv to check", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 159 | "whether the file is somewhat readable. Thi is only", |
| 160 | "possible on the host. TODO: Turn off all the other", |
| 161 | "combinations, this is more about testing actual ART", |
| 162 | "code. A gtest is very hard to write here, as (for a", |
| 163 | "complete test) JDWP must be set up."] |
| 164 | }, |
| 165 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 166 | "tests": "138-duplicate-classes-check", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 167 | "variant": "ndebug", |
| 168 | "description": ["Turned on for debug builds since debug builds have", |
| 169 | "duplicate classes checks enabled"], |
| 170 | "bug": "http://b/2133391" |
| 171 | }, |
| 172 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 173 | "tests": "147-stripped-dex-fallback", |
Vladimir Marko | a497a39 | 2018-09-26 10:52:50 +0100 | [diff] [blame] | 174 | "variant": "no-image", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 175 | "description": ["147-stripped-dex-fallback is disabled because it", |
| 176 | "requires --prebuild."] |
| 177 | }, |
| 178 | { |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 179 | "tests": ["116-nodex2oat", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 180 | "118-noimage-dex2oat", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 181 | "137-cfi", |
| 182 | "138-duplicate-classes-check2"], |
Vladimir Marko | a497a39 | 2018-09-26 10:52:50 +0100 | [diff] [blame] | 183 | "variant": "no-image", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 184 | "description": ["All these tests check that we have sane behavior if we", |
Vladimir Marko | a497a39 | 2018-09-26 10:52:50 +0100 | [diff] [blame] | 185 | "don't have a dex2oat. Therefore we", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 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 | 2a90bc9 | 2018-07-10 21:57:42 +0000 | [diff] [blame] | 202 | "tests": ["018-stack-overflow", |
| 203 | "107-int-math2", |
| 204 | "667-jit-jni-stub"], |
| 205 | "description": ["We run for long enough for jit to compile some of the methods ", |
| 206 | "which means it takes so long to finish the test that it will ", |
| 207 | "timeout. The timeout is due to having to walk the stack ", |
| 208 | "when entering and exiting methods due to the way the instrumentation ", |
| 209 | "trampoline is implemented."], |
| 210 | "variant": "debuggable & jit & trace | debuggable & jit & stream" |
| 211 | }, |
| 212 | { |
| 213 | "tests": "1935-get-set-current-frame-jit", |
| 214 | "description": ["Test expects that OSR works but tracing turns this feature off."], |
| 215 | "variant": "trace | stream" |
| 216 | }, |
| 217 | { |
Alex Light | 772099a | 2017-11-21 14:05:04 -0800 | [diff] [blame] | 218 | "tests": "1940-ddms-ext", |
| 219 | "description": ["Test expects to be able to start tracing but we cannot", |
| 220 | "do that if tracing is already ongoing."], |
| 221 | "variant": "trace | stream" |
| 222 | }, |
| 223 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 224 | "tests": "137-cfi", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 225 | "description": ["This test unrolls and expects managed frames, but", |
Alex Light | 2a90bc9 | 2018-07-10 21:57:42 +0000 | [diff] [blame] | 226 | "tracing means we run the interpreter or trampolines."], |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 227 | "variant": "trace | stream" |
| 228 | }, |
| 229 | { |
David Srbecky | db6932d | 2019-04-29 15:03:50 +0100 | [diff] [blame] | 230 | "tests": ["802-deoptimization"], |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 231 | "description": ["This test dynamically enables tracing to force a", |
| 232 | "deoptimization. This makes the test meaningless", |
| 233 | "when already tracing, and writes an error message", |
| 234 | "that we do not want to check for."], |
| 235 | "variant": "trace | stream" |
| 236 | }, |
| 237 | { |
David Srbecky | db6932d | 2019-04-29 15:03:50 +0100 | [diff] [blame] | 238 | "tests": ["570-checker-osr", "570-checker-osr-locals"], |
| 239 | "description": ["These tests wait for OSR, which never happens when tracing."], |
| 240 | "variant": "trace | stream" |
| 241 | }, |
| 242 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 243 | "tests": "130-hprof", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 244 | "description": "130 occasional timeout", |
| 245 | "bug": "http://b/32383962", |
| 246 | "variant": "trace | stream" |
| 247 | }, |
| 248 | { |
| 249 | "tests": ["087-gc-after-link", |
| 250 | "141-class-unload"], |
| 251 | "variant": "trace | stream" |
| 252 | }, |
| 253 | { |
Nicolas Geoffray | 07c7028 | 2017-08-30 08:09:42 +0000 | [diff] [blame] | 254 | "tests": ["604-hot-static-interface", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 255 | "612-jit-dex-cache", |
| 256 | "613-inlining-dex-cache", |
Mingyao Yang | fbaf29e | 2017-12-03 23:25:28 -0800 | [diff] [blame] | 257 | "626-set-resolved-string", |
| 258 | "638-checker-inline-cache-intrinsic"], |
Nicolas Geoffray | a5ca8eb | 2018-08-24 13:39:13 +0100 | [diff] [blame] | 259 | "variant": "trace | stream", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 260 | "description": ["These tests expect JIT compilation, which is", |
| 261 | "suppressed when tracing."] |
| 262 | }, |
| 263 | { |
Mingyao Yang | 2ee1790 | 2017-08-30 11:37:08 -0700 | [diff] [blame] | 264 | "tests": "597-deopt-busy-loop", |
| 265 | "variant": "interp-ac | interpreter | trace | stream", |
| 266 | "description": ["This test expects JIT compilation, which is", |
| 267 | "suppressed when tracing."] |
| 268 | }, |
| 269 | { |
Nicolas Geoffray | a5ca8eb | 2018-08-24 13:39:13 +0100 | [diff] [blame] | 270 | "tests": "638-checker-inline-cache-intrinsic", |
| 271 | "variant": "interpreter | interp-ac", |
| 272 | "description": ["Test expects JIT compilation"] |
| 273 | }, |
| 274 | { |
Mingyao Yang | 2ee1790 | 2017-08-30 11:37:08 -0700 | [diff] [blame] | 275 | "tests": "597-deopt-invoke-stub", |
Mingyao Yang | f5f0883 | 2017-09-29 12:08:17 -0700 | [diff] [blame] | 276 | "variant": "speed-profile | interp-ac | interpreter | optimizing | trace | stream", |
Mingyao Yang | 2ee1790 | 2017-08-30 11:37:08 -0700 | [diff] [blame] | 277 | "description": ["This test expects JIT compilation and no AOT for", |
| 278 | "testing deoptimizing at quick-to-interpreter bridge."] |
| 279 | }, |
| 280 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 281 | "tests": "906-iterate-heap", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 282 | "description": ["Test 906 iterates the heap filtering with different", |
| 283 | "options. No instances should be created between those", |
| 284 | "runs to be able to have precise checks."], |
| 285 | "variant": "jit" |
| 286 | }, |
| 287 | { |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 288 | "tests": ["570-checker-select", |
| 289 | "484-checker-register-hints"], |
| 290 | "description": ["These tests were based on the linear scan allocator,", |
| 291 | "which makes different decisions than the graph", |
| 292 | "coloring allocator. (These attempt to test for code", |
| 293 | "quality, not correctness.)"], |
| 294 | "variant": "regalloc_gc" |
| 295 | }, |
| 296 | { |
| 297 | "tests": ["454-get-vreg", |
| 298 | "457-regs", |
Nicolas Geoffray | 386db1a | 2018-10-04 12:57:52 +0100 | [diff] [blame] | 299 | "602-deoptimizeable", |
| 300 | "685-deoptimizeable"], |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 301 | "description": ["Tests that should fail when the optimizing compiler ", |
| 302 | "compiles them non-debuggable."], |
Roland Levillain | 8b72690 | 2018-10-09 19:27:23 +0100 | [diff] [blame] | 303 | "variant": "optimizing & ndebuggable | regalloc_gc & ndebuggable | speed-profile & ndebuggable | jit & ndebuggable | jit-on-first-use & ndebuggable" |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 304 | }, |
| 305 | { |
Andreas Gampe | 038a198 | 2020-03-11 23:06:42 +0000 | [diff] [blame] | 306 | "tests": ["596-app-images", "597-app-images-same-classloader"], |
| 307 | "description": "no image generated in configuration", |
Mathieu Chartier | 539d1d4 | 2020-03-12 18:11:55 -0700 | [diff] [blame] | 308 | "variant": "no-image | no-prebuild" |
Andreas Gampe | 038a198 | 2020-03-11 23:06:42 +0000 | [diff] [blame] | 309 | }, |
| 310 | { |
| 311 | "tests": ["596-app-images", "597-app-images-same-classloader"], |
| 312 | "description": "not generated when using the access check configuration", |
| 313 | "variant": "interp-ac" |
| 314 | }, |
| 315 | { |
| 316 | "tests": ["596-app-images", "597-app-images-same-classloader"], |
| 317 | "description": "jvmti does not interact well with images", |
| 318 | "variant": "field-stress | jvmti-stress | redefine-stress | step-stress | trace-stress" |
| 319 | }, |
| 320 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 321 | "tests": "596-app-images", |
Andreas Gampe | 038a198 | 2020-03-11 23:06:42 +0000 | [diff] [blame] | 322 | "description": "app images do not initialize classes when debuggable", |
| 323 | "variant": "debuggable" |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 324 | }, |
| 325 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 326 | "tests": "055-enum-performance", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 327 | "variant": "optimizing | regalloc_gc", |
| 328 | "description": ["055: Exceeds run time limits due to heap poisoning ", |
| 329 | "instrumentation (on ARM and ARM64 devices)."] |
| 330 | }, |
| 331 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 332 | "tests": "909-attach-agent", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 333 | "variant": "debuggable", |
| 334 | "description": "Tests that check semantics for a non-debuggable app." |
| 335 | }, |
| 336 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 337 | "tests": "137-cfi", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 338 | "variant": "debuggable", |
| 339 | "description": ["The test relies on AOT code and debuggable makes us", |
| 340 | "JIT always."] |
| 341 | }, |
| 342 | { |
| 343 | "tests": ["000-nop", |
| 344 | "134-nodex2oat-nofallback", |
| 345 | "147-stripped-dex-fallback", |
Nicolas Geoffray | 77e3694 | 2017-03-08 13:40:23 +0000 | [diff] [blame] | 346 | "595-profile-saving"], |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 347 | "description": "The doesn't compile anything", |
| 348 | "env_vars": {"ART_TEST_BISECTION": "true"}, |
| 349 | "variant": "optimizing | regalloc_gc" |
| 350 | }, |
| 351 | { |
| 352 | "tests": "089-many-methods", |
| 353 | "description": "The test tests a build failure", |
| 354 | "env_vars": {"ART_TEST_BISECTION": "true"}, |
| 355 | "variant": "optimizing | regalloc_gc" |
| 356 | }, |
| 357 | { |
| 358 | "tests": ["018-stack-overflow", |
| 359 | "116-nodex2oat", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 360 | "118-noimage-dex2oat", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 361 | "126-miranda-multidex", |
| 362 | "137-cfi"], |
| 363 | "description": "The test run dalvikvm more than once.", |
| 364 | "env_vars": {"ART_TEST_BISECTION": "true"}, |
| 365 | "variant": "optimizing | regalloc_gc" |
| 366 | }, |
| 367 | { |
| 368 | "tests": ["115-native-bridge", |
Nicolas Geoffray | 77e3694 | 2017-03-08 13:40:23 +0000 | [diff] [blame] | 369 | "088-monitor-verification"], |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 370 | "description": "The test assume they are always compiled.", |
| 371 | "env_vars": {"ART_TEST_BISECTION": "true"}, |
| 372 | "variant": "optimizing | regalloc_gc" |
| 373 | }, |
| 374 | { |
Shubham Ajmera | 14de5c4 | 2017-03-13 10:51:14 -0700 | [diff] [blame] | 375 | "tests": "055-enum-performance", |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 376 | "description": ["The test tests performance which degrades during", |
| 377 | "bisecting."], |
| 378 | "env_vars": {"ART_TEST_BISECTION": "true"}, |
| 379 | "variant": "optimizing | regalloc_gc" |
| 380 | }, |
| 381 | { |
Nicolas Geoffray | 91a834e | 2018-03-16 12:56:36 +0000 | [diff] [blame] | 382 | "tests": ["537-checker-arraycopy", |
| 383 | "641-checker-arraycopy"], |
Roland Levillain | a83d20d | 2018-03-15 16:01:32 +0000 | [diff] [blame] | 384 | "env_vars": {"ART_READ_BARRIER_TYPE": "TABLELOOKUP"} |
Nicolas Geoffray | 31c8858 | 2017-03-16 16:57:04 +0000 | [diff] [blame] | 385 | }, |
| 386 | { |
Nicolas Geoffray | b8cd64b | 2017-03-17 11:55:14 +0000 | [diff] [blame] | 387 | "tests": ["530-checker-lse", |
Nicolas Geoffray | 36dac9c | 2017-03-18 13:18:24 +0000 | [diff] [blame] | 388 | "530-checker-lse2", |
| 389 | "030-bad-finalizer", |
Hans Boehm | b215557 | 2019-03-27 14:25:53 -0700 | [diff] [blame] | 390 | "080-oom-throw", |
| 391 | "1336-short-finalizer-timeout"], |
Nicolas Geoffray | b8cd64b | 2017-03-17 11:55:14 +0000 | [diff] [blame] | 392 | "bug": "http://b/36377828", |
| 393 | "variant": "interp-ac" |
Calin Juravle | 26ab8d7 | 2017-03-20 14:45:15 -0700 | [diff] [blame] | 394 | }, |
Calin Juravle | e2492d4 | 2017-03-20 11:42:13 -0700 | [diff] [blame] | 395 | { |
Jeff Hao | 002b931 | 2017-03-27 16:23:08 -0700 | [diff] [blame] | 396 | "tests": ["629-vdex-speed", |
Alex Light | e79f329 | 2017-03-30 16:31:19 -0700 | [diff] [blame] | 397 | "634-vdex-duplicate"], |
Mathieu Chartier | fa0aa09 | 2017-03-27 15:43:54 -0700 | [diff] [blame] | 398 | "description": ["Profile driven dexlayout does not work with vdex or dex verifier."], |
Mathieu Chartier | 2c4b084 | 2017-12-13 11:49:51 -0800 | [diff] [blame] | 399 | "variant": "speed-profile" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 400 | }, |
| 401 | { |
Alex Light | 6fdc1b6 | 2017-09-18 11:33:56 -0700 | [diff] [blame] | 402 | "test_patterns": ["616-cha.*"], |
Alex Light | 3a0eef0 | 2018-06-01 11:10:14 -0700 | [diff] [blame] | 403 | "description": ["cha tests rely on knowing the exact set of optimizations available. ", |
| 404 | "Debuggable runtimes change the set of optimizations."], |
| 405 | "variant": "debuggable" |
| 406 | }, |
| 407 | { |
| 408 | "test_patterns": ["616-cha.*"], |
Alex Light | 6fdc1b6 | 2017-09-18 11:33:56 -0700 | [diff] [blame] | 409 | "description": ["cha tests rely on knowing more about the state of the JIT then is possible with jvmti-stress"], |
| 410 | "variant": "jvmti-stress & jit | redefine-stress & jit" |
| 411 | }, |
| 412 | { |
Andreas Gampe | 1078d15 | 2017-11-07 18:00:54 -0800 | [diff] [blame] | 413 | "test_patterns": ["616-cha"], |
| 414 | "description": ["The test assumes a boot image exists."], |
| 415 | "bug": "http://b/34193647", |
| 416 | "variant": "no-image" |
| 417 | }, |
| 418 | { |
Alex Light | 6fdc1b6 | 2017-09-18 11:33:56 -0700 | [diff] [blame] | 419 | "tests": [ "663-odd-dex-size", |
| 420 | "663-odd-dex-size2", |
| 421 | "663-odd-dex-size3", |
| 422 | "663-odd-dex-size4" ], |
| 423 | "description": ["All the odd-dex-size tests cause slicer to emit warnings."], |
| 424 | "variant": "jvmti-stress | redefine-stress" |
| 425 | }, |
| 426 | { |
| 427 | "test_patterns": ["[0-9]*-checker-.*"], |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 428 | "description": ["Checker tests are not compatible with jvmti."], |
Alex Light | c38c369 | 2017-06-27 15:45:14 -0700 | [diff] [blame] | 429 | "variant": "jvmti-stress | redefine-stress | trace-stress | field-stress | step-stress" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 430 | }, |
| 431 | { |
| 432 | "tests": [ |
| 433 | "961-default-iface-resolution-gen", |
Alex Light | c44b433 | 2018-01-12 10:04:08 -0800 | [diff] [blame] | 434 | "964-default-iface-init-gen", |
| 435 | "968-default-partial-compile-gen" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 436 | ], |
| 437 | "description": ["Tests that just take too long with jvmti-stress"], |
Alex Light | c38c369 | 2017-06-27 15:45:14 -0700 | [diff] [blame] | 438 | "variant": "jvmti-stress | redefine-stress | trace-stress | step-stress" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 439 | }, |
| 440 | { |
Alex Light | 6fdc1b6 | 2017-09-18 11:33:56 -0700 | [diff] [blame] | 441 | "tests": ["082-inline-execute"], |
| 442 | "description": ["speed-profile seems to cause the agent to be given an invalid dex file" ], |
| 443 | "bug": "b/65452964", |
| 444 | "variant": "redefine-stress & speed-profile | jvmti-stress & speed-profile" |
| 445 | }, |
| 446 | { |
| 447 | "tests": ["701-easy-div-rem", |
| 448 | "303-verification-stress"], |
| 449 | "description": ["speed-profile leads to dex files that slicer emits warnings about"], |
| 450 | "variant": "redefine-stress & speed-profile | jvmti-stress & speed-profile" |
| 451 | }, |
| 452 | { |
Alex Light | f7c4e4b | 2018-02-16 11:36:46 -0800 | [diff] [blame] | 453 | "test_patterns": [ |
| 454 | ".*invoke-custom.*", |
| 455 | ".*invoke-polymorphic.*", |
| 456 | ".*methodhandle.*", |
| 457 | ".*method-handle.*", |
| 458 | ".*varhandle.*", |
Orion Hodson | 7d29753 | 2018-05-04 09:31:45 +0100 | [diff] [blame] | 459 | ".*var-handle.*", |
Alex Light | c2c5948 | 2019-09-18 10:10:39 -0700 | [diff] [blame] | 460 | "716-jli-jit-samples", |
| 461 | "1975-hello-structural-transformation", |
Alex Light | 55eccdf | 2019-10-07 13:51:13 +0000 | [diff] [blame] | 462 | "1976-hello-structural-static-methods", |
| 463 | "1985-structural-redefine-stack-scope", |
| 464 | "1986-structural-redefine-multi-thread-stack-scope", |
Alex Light | 92e9940 | 2019-12-13 09:28:40 -0800 | [diff] [blame] | 465 | "1987-structural-redefine-recursive-stack-scope", |
| 466 | "2000-virtual-list-structural" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 467 | ], |
| 468 | "description": [ |
Alex Light | 55eccdf | 2019-10-07 13:51:13 +0000 | [diff] [blame] | 469 | "Tests for/using bytecodes introduced after DEX version 037 that are unsupported by", |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 470 | "dexter/slicer." |
| 471 | ], |
| 472 | "bug": "b/37272822", |
Alex Light | b7edcda | 2017-04-27 13:20:31 -0700 | [diff] [blame] | 473 | "variant": "jvmti-stress | redefine-stress" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 474 | }, |
| 475 | { |
| 476 | "tests": [ |
Alex Light | 64d6424 | 2018-12-14 15:54:11 -0800 | [diff] [blame] | 477 | "004-ThreadStress", |
| 478 | "130-hprof", |
| 479 | "579-inline-infinite", |
| 480 | "1946-list-descriptors" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 481 | ], |
Alex Light | 64d6424 | 2018-12-14 15:54:11 -0800 | [diff] [blame] | 482 | "description": ["Too slow to finish in the timeout"], |
Alex Light | c38c369 | 2017-06-27 15:45:14 -0700 | [diff] [blame] | 483 | "variant": "jvmti-stress | redefine-stress | trace-stress | field-stress | step-stress" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 484 | }, |
| 485 | { |
| 486 | "tests": [ |
Alex Light | 64d6424 | 2018-12-14 15:54:11 -0800 | [diff] [blame] | 487 | "911-get-stack-trace" |
| 488 | ], |
| 489 | "description": ["Tests that fail when run with step-stress for unknown reasons."], |
| 490 | "bug": "b/120995005", |
| 491 | "variant": "jvmti-stress | step-stress" |
| 492 | }, |
| 493 | { |
| 494 | "tests": [ |
| 495 | "004-SignalTest", |
| 496 | "004-StackWalk", |
| 497 | "064-field-access", |
| 498 | "083-compiler-regressions", |
| 499 | "098-ddmc", |
| 500 | "107-int-math2", |
| 501 | "129-ThreadGetId", |
| 502 | "135-MirandaDispatch", |
Alex Light | f7c4e4b | 2018-02-16 11:36:46 -0800 | [diff] [blame] | 503 | "132-daemon-locks-shutdown", |
Alex Light | 64d6424 | 2018-12-14 15:54:11 -0800 | [diff] [blame] | 504 | "163-app-image-methods", |
| 505 | "607-daemon-stress", |
| 506 | "674-hiddenapi", |
| 507 | "687-deopt", |
satayev | 8206ae8 | 2020-02-11 02:33:31 +0000 | [diff] [blame] | 508 | "904-object-allocation" |
Alex Light | 64d6424 | 2018-12-14 15:54:11 -0800 | [diff] [blame] | 509 | ], |
| 510 | "description": ["Tests that sometimes fail when run with jvmti-stress for unknown reasons."], |
| 511 | "bug": "b/120995005", |
| 512 | "variant": "jvmti-stress | trace-stress | field-stress | step-stress" |
| 513 | }, |
| 514 | { |
| 515 | "tests": [ |
| 516 | "018-stack-overflow", |
| 517 | "137-cfi", |
| 518 | "595-profile-saving", |
| 519 | "597-deopt-busy-loop", |
| 520 | "597-deopt-new-string", |
| 521 | "660-clinit", |
| 522 | "900-hello-plugin", |
| 523 | "909-attach-agent", |
| 524 | "924-threads", |
| 525 | "981-dedup-original-dex", |
Mathieu Chartier | f4666af | 2019-09-03 12:45:29 -0700 | [diff] [blame] | 526 | "1900-track-alloc", |
| 527 | "2230-profile-save-hotness" |
Alex Light | 64d6424 | 2018-12-14 15:54:11 -0800 | [diff] [blame] | 528 | ], |
| 529 | "description": ["Tests that require exact knowledge of the deoptimization state, the ", |
| 530 | "number of plugins and agents, or breaks other openjdkjvmti assumptions."], |
| 531 | "variant": "jvmti-stress | redefine-stress | trace-stress | field-stress | step-stress" |
| 532 | }, |
| 533 | { |
| 534 | "tests": [ |
Alex Light | f7c4e4b | 2018-02-16 11:36:46 -0800 | [diff] [blame] | 535 | "607-daemon-stress", |
| 536 | "602-deoptimizeable", |
| 537 | "121-simple-suspend-check", |
| 538 | "083-compiler-regressions" |
| 539 | ], |
| 540 | "description": ["Tests that have failed on redefine stress for unknown reasons"], |
| 541 | "bug": "b/73177368", |
| 542 | "variant": "redefine-stress" |
| 543 | }, |
| 544 | { |
| 545 | "tests": [ |
Orion Hodson | 5084cda | 2018-06-27 10:08:15 +0100 | [diff] [blame] | 546 | "638-no-line-number" |
| 547 | ], |
| 548 | "description": ["Tests that fail on redefine stress due to branch instruction selection"], |
| 549 | "bug": "b/110869946", |
| 550 | "variant": "redefine-stress" |
| 551 | }, |
| 552 | { |
| 553 | "tests": [ |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 554 | "097-duplicate-method", |
| 555 | "138-duplicate-classes-check2", |
Alex Light | d9dc62a | 2017-05-17 11:02:53 -0700 | [diff] [blame] | 556 | "159-app-image-fields", |
| 557 | "649-vdex-duplicate-method", |
David Brazdil | 4bcd657 | 2019-02-02 20:08:44 +0000 | [diff] [blame] | 558 | "674-hiddenapi", |
| 559 | "690-hiddenapi-same-name-methods", |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 560 | "804-class-extends-itself", |
David Brazdil | 90701d5 | 2018-05-16 12:59:32 +0100 | [diff] [blame] | 561 | "921-hello-failure", |
satayev | 8206ae8 | 2020-02-11 02:33:31 +0000 | [diff] [blame] | 562 | "999-redefine-hiddenapi" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 563 | ], |
| 564 | "description": [ |
| 565 | "Tests that use illegal dex files or otherwise break dexter assumptions" |
| 566 | ], |
Alex Light | b7edcda | 2017-04-27 13:20:31 -0700 | [diff] [blame] | 567 | "variant": "jvmti-stress | redefine-stress" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 568 | }, |
| 569 | { |
| 570 | "tests": [ |
| 571 | "018-stack-overflow", |
| 572 | "068-classloader", |
| 573 | "086-null-super", |
| 574 | "087-gc-after-link", |
| 575 | "626-const-class-linking", |
| 576 | "629-vdex-speed", |
Alex Light | d9dc62a | 2017-05-17 11:02:53 -0700 | [diff] [blame] | 577 | "647-jni-get-field-id", |
Alex Light | f7c4e4b | 2018-02-16 11:36:46 -0800 | [diff] [blame] | 578 | "674-hiddenapi", |
David Brazdil | 4bcd657 | 2019-02-02 20:08:44 +0000 | [diff] [blame] | 579 | "690-hiddenapi-same-name-methods", |
David Brazdil | 3767828 | 2019-03-04 20:43:09 +0000 | [diff] [blame] | 580 | "691-hiddenapi-proxy", |
David Brazdil | 331a5e1 | 2019-04-01 22:46:16 +0000 | [diff] [blame] | 581 | "692-vdex-inmem-loader", |
David Brazdil | 35a3f6a | 2019-03-04 15:59:06 +0000 | [diff] [blame] | 582 | "693-vdex-inmem-loader-evict", |
David Brazdil | 90701d5 | 2018-05-16 12:59:32 +0100 | [diff] [blame] | 583 | "944-transform-classloaders", |
satayev | 8206ae8 | 2020-02-11 02:33:31 +0000 | [diff] [blame] | 584 | "999-redefine-hiddenapi" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 585 | ], |
| 586 | "description": [ |
| 587 | "Tests that use custom class loaders or other features not supported ", |
| 588 | "by our JVMTI implementation" |
| 589 | ], |
Alex Light | b7edcda | 2017-04-27 13:20:31 -0700 | [diff] [blame] | 590 | "variant": "jvmti-stress | redefine-stress" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 591 | }, |
| 592 | { |
| 593 | "tests": [ |
Alex Light | 43e935d | 2017-06-19 15:40:40 -0700 | [diff] [blame] | 594 | "004-ThreadStress" |
| 595 | ], |
| 596 | "description": "The thread stress test just takes too long with field-stress", |
Alex Light | f7c4e4b | 2018-02-16 11:36:46 -0800 | [diff] [blame] | 597 | "variant": "jvmti-stress | field-stress | step-stress | redefine-stress" |
Alex Light | 43e935d | 2017-06-19 15:40:40 -0700 | [diff] [blame] | 598 | }, |
| 599 | { |
| 600 | "tests": [ |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 601 | "031-class-attributes", |
Alex Light | f709ba5 | 2018-03-06 10:51:09 -0800 | [diff] [blame] | 602 | "715-clinit-implicit-parameter-annotations", |
Alex Light | c251ebc | 2017-04-13 10:49:45 -0700 | [diff] [blame] | 603 | "911-get-stack-trace" |
Alex Light | 8f2c6d4 | 2017-04-10 16:27:35 -0700 | [diff] [blame] | 604 | ], |
| 605 | "description": [ |
| 606 | "Tests that use annotations and debug data that is not kept around by dexter." |
| 607 | ], |
Alex Light | c251ebc | 2017-04-13 10:49:45 -0700 | [diff] [blame] | 608 | "bug": "b/37239009", |
Alex Light | b7edcda | 2017-04-27 13:20:31 -0700 | [diff] [blame] | 609 | "variant": "jvmti-stress | redefine-stress" |
Igor Murashkin | 8889a89 | 2017-04-24 16:09:15 -0700 | [diff] [blame] | 610 | }, |
| 611 | { |
Alex Light | 6fdc1b6 | 2017-09-18 11:33:56 -0700 | [diff] [blame] | 612 | "tests": [ "1911-get-local-var-table" ], |
| 613 | "description": [ |
| 614 | "Test that relies on knowing the exact layout of a dex file" |
| 615 | ], |
| 616 | "variant": "jvmti-stress | redefine-stress" |
| 617 | }, |
| 618 | { |
Igor Murashkin | 8889a89 | 2017-04-24 16:09:15 -0700 | [diff] [blame] | 619 | "tests": [ |
Nicolas Geoffray | 4e868fa | 2017-04-21 17:16:44 +0100 | [diff] [blame] | 620 | "536-checker-needs-access-check", |
| 621 | "537-checker-inline-and-unverified", |
| 622 | "569-checker-pattern-replacement", |
| 623 | "586-checker-null-array-get" |
| 624 | ], |
| 625 | "description": [ |
| 626 | "Tests that have verify-at-runtime classes, but being compiled when using vdex." |
| 627 | ], |
| 628 | "variant": "speed-profile" |
Roland Levillain | 5fa822d | 2017-04-27 16:12:39 +0100 | [diff] [blame] | 629 | }, |
| 630 | { |
| 631 | "tests": "648-many-direct-methods", |
| 632 | "variant": "debug", |
| 633 | "description": "Test disabled in debug mode because of dex2oatd timeouts.", |
| 634 | "bug": "b/33650497" |
Goran Jakovljevic | 7050f9d | 2017-05-08 15:19:39 +0200 | [diff] [blame] | 635 | }, |
| 636 | { |
Alex Light | 61d5041 | 2018-08-02 01:07:24 -0700 | [diff] [blame] | 637 | "tests": "1946-list-descriptors", |
| 638 | "description": "ASAN+interp-ac/switch interpreter means this is too slow to finish in the timeout", |
| 639 | "variant": "target & interp-ac", |
| 640 | "env_vars": {"SANITIZE_TARGET": "address"} |
| 641 | }, |
| 642 | { |
| 643 | "tests": "1946-list-descriptors", |
| 644 | "description": "ASAN+interp-ac/switch interpreter means this is too slow to finish in the timeout", |
| 645 | "variant": "host & interp-ac", |
| 646 | "env_vars": {"SANITIZE_HOST": "address"} |
| 647 | }, |
| 648 | { |
Hans Boehm | 1d379cb | 2018-12-13 22:02:36 -0800 | [diff] [blame] | 649 | "tests": "175-alloc-big-bignums", |
| 650 | "description": "ASAN runs out of memory due to huge allocations.", |
| 651 | "variant": "host", |
| 652 | "env_vars": {"SANITIZE_HOST": "address"} |
| 653 | }, |
| 654 | { |
Andreas Gampe | fa6b034 | 2017-06-02 08:36:42 -0700 | [diff] [blame] | 655 | "tests": "202-thread-oome", |
| 656 | "description": "ASAN aborts when large thread stacks are requested.", |
| 657 | "variant": "host", |
| 658 | "env_vars": {"SANITIZE_HOST": "address"} |
| 659 | }, |
| 660 | { |
| 661 | "tests": "202-thread-oome", |
| 662 | "description": "ASAN aborts when large thread stacks are requested.", |
| 663 | "variant": "target", |
| 664 | "env_vars": {"SANITIZE_TARGET": "address"} |
Andreas Gampe | 98e3693 | 2017-06-02 16:15:27 -0700 | [diff] [blame] | 665 | }, |
| 666 | { |
Andreas Gampe | 4430b25 | 2017-07-11 10:47:22 -0700 | [diff] [blame] | 667 | "tests": [ |
Vladimir Marko | 5825ed4 | 2018-09-03 14:14:17 +0100 | [diff] [blame] | 668 | "018-stack-overflow", |
| 669 | "107-int-math2" |
| 670 | ], |
| 671 | "description": [ |
| 672 | "Insufficient stack guards for ASAN." |
| 673 | ], |
| 674 | "variant": "interp-ac & host", |
| 675 | "env_vars": {"SANITIZE_HOST": "address"}, |
| 676 | "bug": "b/31098551" |
| 677 | }, |
| 678 | { |
| 679 | "tests": [ |
| 680 | "018-stack-overflow", |
| 681 | "107-int-math2" |
| 682 | ], |
| 683 | "description": [ |
| 684 | "Insufficient stack guards for ASAN." |
| 685 | ], |
| 686 | "variant": "interp-ac & target", |
| 687 | "env_vars": {"SANITIZE_TARGET": "address"}, |
| 688 | "bug": "b/31098551" |
| 689 | }, |
| 690 | { |
| 691 | "tests": [ |
Andreas Gampe | 4430b25 | 2017-07-11 10:47:22 -0700 | [diff] [blame] | 692 | "059-finalizer-throw", |
| 693 | "074-gc-thrash", |
| 694 | "911-get-stack-trace", |
| 695 | "913-heaps", |
| 696 | "980-redefine-object" |
| 697 | ], |
| 698 | "description": [ |
| 699 | "Interpreter with access checks stack frames are too large and result in", |
| 700 | "StackOverFlow errors being thrown." |
| 701 | ], |
| 702 | "variant": "interp-ac & host", |
| 703 | "env_vars": {"SANITIZE_HOST": "address"} |
| 704 | }, |
| 705 | { |
| 706 | "tests": [ |
| 707 | "059-finalizer-throw", |
| 708 | "074-gc-thrash", |
| 709 | "911-get-stack-trace", |
| 710 | "913-heaps", |
| 711 | "980-redefine-object" |
| 712 | ], |
| 713 | "description": [ |
| 714 | "Interpreter with access checks stack frames are too large and result in", |
| 715 | "StackOverFlow errors being thrown." |
| 716 | ], |
| 717 | "variant": "interp-ac & target", |
| 718 | "env_vars": {"SANITIZE_TARGET": "address"} |
| 719 | }, |
| 720 | { |
Andreas Gampe | 98e3693 | 2017-06-02 16:15:27 -0700 | [diff] [blame] | 721 | "tests": "071-dexfile-map-clean", |
| 722 | "description": [ "We use prebuilt zipalign on master-art-host to avoid pulling in a lot", |
| 723 | "of the framework. But a non-sanitized zipalign binary does not work with", |
| 724 | "a sanitized libc++."], |
| 725 | "env_vars": {"SANITIZE_HOST": "address"} |
Andreas Gampe | 73dd3a2 | 2017-06-05 13:28:03 -0700 | [diff] [blame] | 726 | }, |
| 727 | { |
Mathieu Chartier | c2583d2 | 2017-07-06 17:58:38 -0700 | [diff] [blame] | 728 | "tests": "141-class-unload", |
Nicolas Geoffray | cde8c35 | 2017-07-10 09:28:18 +0100 | [diff] [blame] | 729 | "description": "Segmentation fault", |
| 730 | "bug": "b/31098949", |
| 731 | "env_vars": {"SANITIZE_HOST": "address"} |
| 732 | }, |
| 733 | { |
| 734 | "tests": "104-growth-limit", |
| 735 | "description": "Flake", |
| 736 | "bug": "b/63514331", |
Mathieu Chartier | c2583d2 | 2017-07-06 17:58:38 -0700 | [diff] [blame] | 737 | "env_vars": {"SANITIZE_HOST": "address"} |
| 738 | }, |
| 739 | { |
Alex Light | b7edcda | 2017-04-27 13:20:31 -0700 | [diff] [blame] | 740 | "tests": ["988-method-trace"], |
| 741 | "variant": "redefine-stress | jvmti-stress", |
| 742 | "description": "Test disabled due to redefine-stress disabling intrinsics which changes the trace output slightly." |
| 743 | }, |
| 744 | { |
Calin Juravle | 4e4001e | 2017-06-08 16:13:26 -0700 | [diff] [blame] | 745 | "tests": ["137-cfi", "629-vdex-speed"], |
| 746 | "description": [ "Tests require speed compilation which is no longer the default for", |
Nicolas Geoffray | 9a18396 | 2017-06-10 14:33:17 +0100 | [diff] [blame] | 747 | "no-prebuild or no-image configs."], |
| 748 | "variant": "no-prebuild | no-image" |
Nicolas Geoffray | cd9e5e7 | 2017-06-14 09:03:55 +0100 | [diff] [blame] | 749 | }, |
| 750 | { |
| 751 | "tests": ["059-finalizer-throw", "063-process-manager"], |
| 752 | "description": [ "Tests that take too long on target with gcstress and debug" ], |
| 753 | "variant": "gcstress & target & debug" |
Nicolas Geoffray | d732528 | 2017-06-15 09:15:50 +0100 | [diff] [blame] | 754 | }, |
| 755 | { |
| 756 | "tests": ["905-object-free"], |
| 757 | "description": [ "Flake on gcstress" ], |
| 758 | "bug": "b/62562923", |
| 759 | "variant": "gcstress & jit & target" |
Roland Levillain | 1849820 | 2017-06-28 13:15:55 +0100 | [diff] [blame] | 760 | }, |
| 761 | { |
Chang Xing | 3e37902 | 2017-07-24 18:38:10 -0700 | [diff] [blame] | 762 | "tests": "660-clinit", |
Mathieu Chartier | 2294024 | 2019-07-18 12:53:03 -0700 | [diff] [blame] | 763 | "variant": "no-image | no-prebuild | jvmti-stress | redefine-stress | interp-ac | debuggable", |
Alex Light | 6fdc1b6 | 2017-09-18 11:33:56 -0700 | [diff] [blame] | 764 | "description": ["Tests <clinit> for app images, which --no-image, --no-prebuild, ", |
Chang Xing | 0c2c222 | 2017-08-04 14:36:17 -0700 | [diff] [blame] | 765 | "and --redefine-stress do not create. Also avoid for ", |
Mathieu Chartier | 2294024 | 2019-07-18 12:53:03 -0700 | [diff] [blame] | 766 | "verify-soft-fail (interp-ac) and debuggable since they prevent ", |
| 767 | "initialization."] |
Igor Murashkin | de67643 | 2017-08-03 10:24:38 -0700 | [diff] [blame] | 768 | }, |
| 769 | { |
Nicolas Geoffray | e877a13 | 2017-08-06 10:31:57 +0100 | [diff] [blame] | 770 | "tests": ["961-default-iface-resolution-gen", |
| 771 | "964-default-iface-init-gen", |
| 772 | "968-default-partial-compile-gen"], |
Igor Murashkin | de67643 | 2017-08-03 10:24:38 -0700 | [diff] [blame] | 773 | "env_vars": {"SANITIZE_HOST": "address"}, |
| 774 | "description": ["Test hits dex2oat watchdog timeout (60sec) on art-asan"] |
Jeff Hao | 3c3911e | 2017-08-14 15:14:29 -0700 | [diff] [blame] | 775 | }, |
| 776 | { |
| 777 | "tests": "664-aget-verifier", |
| 778 | "description": ["Aget on potentially null array fails verification."], |
| 779 | "bug": "b/64683522" |
Igor Murashkin | 545412b | 2017-08-17 15:26:54 -0700 | [diff] [blame] | 780 | }, |
| 781 | { |
Mathieu Chartier | 74c876b | 2018-01-17 09:36:45 -0800 | [diff] [blame] | 782 | "tests": ["628-vdex", |
| 783 | "629-vdex-speed", |
| 784 | "634-vdex-duplicate"], |
| 785 | "variant": "cdex-fast", |
| 786 | "description": ["Tests that depend on input-vdex are not supported with compact dex"] |
| 787 | }, |
| 788 | { |
Nicolas Geoffray | 57de510 | 2018-09-07 18:48:07 +0100 | [diff] [blame] | 789 | "tests": ["661-oat-writer-layout"], |
Roland Levillain | 8b72690 | 2018-10-09 19:27:23 +0100 | [diff] [blame] | 790 | "variant": "interp-ac | interpreter | jit | jit-on-first-use | no-prebuild | no-image | trace | redefine-stress | jvmti-stress", |
Nicolas Geoffray | 57de510 | 2018-09-07 18:48:07 +0100 | [diff] [blame] | 791 | "description": ["Test is designed to only check --optimizing"] |
| 792 | }, |
| 793 | { |
| 794 | "tests": ["004-StackWalk"], |
Vladimir Marko | 89b85eb | 2020-02-04 15:51:44 +0000 | [diff] [blame] | 795 | "variant": "speed-profile | interp-ac | interpreter | jit | no-prebuild | no-image | trace | redefine-stress | jvmti-stress | debuggable", |
Nicolas Geoffray | 57de510 | 2018-09-07 18:48:07 +0100 | [diff] [blame] | 796 | "description": ["Test is designed to only check --optimizing"] |
Nicolas Geoffray | 0817645 | 2018-02-01 20:52:19 +0000 | [diff] [blame] | 797 | }, |
| 798 | { |
| 799 | "tests": "674-HelloWorld-Dm", |
| 800 | "variant": "target", |
| 801 | "description": ["Requires zip, which isn't available on device"] |
Nicolas Geoffray | 24b93c5 | 2018-02-13 10:54:09 +0000 | [diff] [blame] | 802 | }, |
| 803 | { |
Alex Light | e2ddce3 | 2019-05-22 17:08:35 +0000 | [diff] [blame] | 804 | "tests": [ |
| 805 | "1965-get-set-local-primitive-no-tables", |
| 806 | "1966-get-set-local-objects-no-table" |
| 807 | ], |
| 808 | "variant": "jvm", |
| 809 | "bug": "133241695", |
| 810 | "description": [ |
| 811 | "The RI is wildly inconsistent about how it handles Get/SetLocalVariable when classes ", |
| 812 | "lack debug info." |
| 813 | ] |
| 814 | }, |
| 815 | { |
Vladimir Marko | a9f303c | 2018-07-20 16:43:56 +0100 | [diff] [blame] | 816 | "tests": ["683-clinit-inline-static-invoke"], |
| 817 | "variant": "jvm", |
| 818 | "description": ["Uses android-specific boot image class."] |
| 819 | }, |
| 820 | { |
Igor Murashkin | bab1506 | 2018-02-23 14:53:24 -0800 | [diff] [blame] | 821 | "tests": ["1941-dispose-stress", "522-checker-regression-monitor-exit"], |
| 822 | "variant": "jvm", |
| 823 | "bug": "b/73888836", |
| 824 | "description": ["Hangs forever, times out."] |
| 825 | }, |
| 826 | { |
| 827 | "tests": [ |
| 828 | "004-JniTest", |
| 829 | "004-NativeAllocations", |
| 830 | "004-ReferenceMap", |
| 831 | "004-SignalTest", |
| 832 | "004-StackWalk", |
| 833 | "004-ThreadStress", |
| 834 | "004-UnsafeTest", |
| 835 | "005-annotations", |
| 836 | "008-exceptions", |
| 837 | "020-string", |
| 838 | "021-string2", |
| 839 | "030-bad-finalizer", |
| 840 | "031-class-attributes", |
| 841 | "034-call-null", |
| 842 | "038-inner-null", |
| 843 | "044-proxy", |
| 844 | "046-reflect", |
| 845 | "064-field-access", |
| 846 | "068-classloader", |
| 847 | "070-nio-buffer", |
| 848 | "071-dexfile", |
| 849 | "071-dexfile-get-static-size", |
| 850 | "071-dexfile-map-clean", |
| 851 | "082-inline-execute", |
| 852 | "086-null-super", |
| 853 | "087-gc-after-link", |
| 854 | "088-monitor-verification", |
| 855 | "091-override-package-private-method", |
| 856 | "097-duplicate-method", |
| 857 | "098-ddmc", |
| 858 | "099-vmdebug", |
| 859 | "100-reflect2", |
| 860 | "104-growth-limit", |
| 861 | "111-unresolvable-exception", |
| 862 | "115-native-bridge", |
| 863 | "116-nodex2oat", |
Igor Murashkin | bab1506 | 2018-02-23 14:53:24 -0800 | [diff] [blame] | 864 | "118-noimage-dex2oat", |
Igor Murashkin | bab1506 | 2018-02-23 14:53:24 -0800 | [diff] [blame] | 865 | "127-checker-secondarydex", |
| 866 | "129-ThreadGetId", |
| 867 | "130-hprof", |
| 868 | "1337-gc-coverage", |
| 869 | "1338-gc-no-los", |
| 870 | "134-nodex2oat-nofallback", |
| 871 | "134-reg-promotion", |
| 872 | "135-MirandaDispatch", |
| 873 | "136-daemon-jni-shutdown", |
| 874 | "137-cfi", |
| 875 | "138-duplicate-classes-check", |
| 876 | "138-duplicate-classes-check2", |
| 877 | "140-field-packing", |
| 878 | "141-class-unload", |
| 879 | "142-classloader2", |
| 880 | "143-string-value", |
| 881 | "144-static-field-sigquit", |
| 882 | "145-alloc-tracking-stress", |
| 883 | "146-bad-interface", |
| 884 | "147-stripped-dex-fallback", |
| 885 | "148-multithread-gc-annotations", |
| 886 | "150-loadlibrary", |
| 887 | "154-gc-loop", |
| 888 | "156-register-dex-file-multi-loader", |
| 889 | "157-void-class", |
| 890 | "158-app-image-class-table", |
| 891 | "159-app-image-fields", |
| 892 | "161-final-abstract-class", |
| 893 | "162-method-resolution", |
| 894 | "163-app-image-methods", |
| 895 | "164-resolution-trampoline-dex-cache", |
| 896 | "167-visit-locks", |
| 897 | "168-vmstack-annotated", |
Mathieu Chartier | adc9086 | 2018-05-11 13:03:06 -0700 | [diff] [blame] | 898 | "172-app-image-twice", |
Vladimir Marko | 422a9eb | 2019-08-01 12:54:07 +0100 | [diff] [blame] | 899 | "177-visibly-initialized-deadlock", |
Igor Murashkin | bab1506 | 2018-02-23 14:53:24 -0800 | [diff] [blame] | 900 | "201-built-in-except-detail-messages", |
| 901 | "203-multi-checkpoint", |
| 902 | "304-method-tracing", |
| 903 | "305-other-fault-handler", |
| 904 | "412-new-array", |
| 905 | "416-optimizing-arith-not", |
| 906 | "425-invoke-super", |
| 907 | "431-type-propagation", |
| 908 | "432-optimizing-cmp", |
| 909 | "434-invoke-direct", |
| 910 | "435-new-instance", |
| 911 | "441-checker-inliner", |
| 912 | "442-checker-constant-folding", |
| 913 | "448-multiple-returns", |
| 914 | "449-checker-bce", |
| 915 | "452-multiple-returns2", |
| 916 | "453-not-byte", |
| 917 | "454-get-vreg", |
| 918 | "455-checker-gvn", |
| 919 | "457-regs", |
| 920 | "458-checker-instruct-simplification", |
| 921 | "459-dead-phi", |
| 922 | "460-multiple-returns3", |
| 923 | "461-get-reference-vreg", |
| 924 | "466-get-live-vreg", |
| 925 | "467-regalloc-pair", |
| 926 | "468-checker-bool-simplif-regression", |
| 927 | "471-uninitialized-locals", |
| 928 | "472-unreachable-if-regression", |
| 929 | "475-regression-inliner-ids", |
| 930 | "480-checker-dead-blocks", |
| 931 | "496-checker-inlining-class-loader", |
| 932 | "498-type-propagation", |
| 933 | "501-null-constant-dce", |
| 934 | "501-regression-packed-switch", |
| 935 | "503-dead-instructions", |
| 936 | "504-regression-baseline-entry", |
| 937 | "506-verify-aput", |
| 938 | "509-pre-header", |
| 939 | "510-checker-try-catch", |
| 940 | "511-clinit-interface", |
| 941 | "515-dce-dominator", |
| 942 | "516-dead-move-result", |
| 943 | "517-checker-builder-fallthrough", |
| 944 | "518-null-array-get", |
| 945 | "520-equivalent-phi", |
| 946 | "529-checker-unresolved", |
| 947 | "530-checker-lse", |
| 948 | "530-checker-lse-ctor-fences", |
| 949 | "530-checker-lse3", |
| 950 | "530-checker-regression-reftyp-final", |
| 951 | "536-checker-intrinsic-optimization", |
| 952 | "536-checker-needs-access-check", |
| 953 | "541-regression-inlined-deopt", |
| 954 | "543-env-long-ref", |
| 955 | "545-tracing-and-jit", |
| 956 | "550-checker-regression-wide-store", |
| 957 | "551-invoke-super", |
| 958 | "552-checker-primitive-typeprop", |
| 959 | "552-invoke-non-existent-super", |
| 960 | "553-invoke-super", |
| 961 | "556-invoke-super", |
| 962 | "559-checker-irreducible-loop", |
| 963 | "563-checker-fakestring", |
| 964 | "564-checker-irreducible-loop", |
| 965 | "565-checker-doublenegbitwise", |
| 966 | "565-checker-irreducible-loop", |
| 967 | "566-polymorphic-inlining", |
Igor Murashkin | bab1506 | 2018-02-23 14:53:24 -0800 | [diff] [blame] | 968 | "569-checker-pattern-replacement", |
| 969 | "570-checker-osr", |
| 970 | "571-irreducible-loop", |
| 971 | "574-irreducible-and-constant-area", |
| 972 | "575-checker-string-init-alias", |
| 973 | "580-checker-string-fact-intrinsics", |
xueliang.zhong | 9ce340f | 2019-01-22 17:46:09 +0000 | [diff] [blame] | 974 | "580-fp16", |
Igor Murashkin | bab1506 | 2018-02-23 14:53:24 -0800 | [diff] [blame] | 975 | "585-inline-unresolved", |
| 976 | "586-checker-null-array-get", |
| 977 | "587-inline-class-error", |
| 978 | "588-checker-irreducib-lifetime-hole", |
| 979 | "591-new-instance-string", |
| 980 | "592-checker-regression-bool-input", |
| 981 | "593-checker-boolean-2-integral-conv", |
| 982 | "593-checker-shift-and-simplifier", |
| 983 | "594-invoke-super", |
| 984 | "595-error-class", |
| 985 | "595-profile-saving", |
| 986 | "596-app-images", |
| 987 | "596-checker-dead-phi", |
| 988 | "596-monitor-inflation", |
| 989 | "597-deopt-busy-loop", |
| 990 | "597-deopt-invoke-stub", |
| 991 | "597-deopt-new-string", |
| 992 | "599-checker-irreducible-loop", |
| 993 | "600-verifier-fails", |
| 994 | "601-method-access", |
| 995 | "602-deoptimizeable", |
| 996 | "605-new-string-from-bytes", |
| 997 | "608-checker-unresolved-lse", |
| 998 | "612-jit-dex-cache", |
| 999 | "613-inlining-dex-cache", |
| 1000 | "616-cha", |
| 1001 | "616-cha-abstract", |
| 1002 | "616-cha-interface", |
| 1003 | "616-cha-interface-default", |
| 1004 | "616-cha-miranda", |
| 1005 | "622-simplifyifs-exception-edges", |
| 1006 | "624-checker-stringops", |
| 1007 | "626-const-class-linking", |
| 1008 | "628-vdex", |
| 1009 | "629-vdex-speed", |
| 1010 | "630-safecast-array", |
Igor Murashkin | bab1506 | 2018-02-23 14:53:24 -0800 | [diff] [blame] | 1011 | "633-checker-rtp-getclass", |
| 1012 | "634-vdex-duplicate", |
| 1013 | "636-wrong-static-access", |
| 1014 | "638-checker-inline-cache-intrinsic", |
| 1015 | "638-checker-inline-caches", |
| 1016 | "638-no-line-number", |
| 1017 | "641-irreducible-inline", |
| 1018 | "643-checker-bogus-ic", |
| 1019 | "645-checker-abs-simd", |
| 1020 | "647-jni-get-field-id", |
| 1021 | "647-sinking-catch", |
| 1022 | "648-inline-caches-unresolved", |
| 1023 | "649-vdex-duplicate-method", |
| 1024 | "652-deopt-intrinsic", |
| 1025 | "656-annotation-lookup-generic-jni", |
| 1026 | "656-checker-simd-opt", |
| 1027 | "659-unpadded-array", |
| 1028 | "660-clinit", |
| 1029 | "660-store-8-16", |
| 1030 | "661-classloader-allocator", |
| 1031 | "661-oat-writer-layout", |
| 1032 | "663-checker-select-generator", |
| 1033 | "663-odd-dex-size", |
| 1034 | "663-odd-dex-size2", |
| 1035 | "663-odd-dex-size3", |
| 1036 | "663-odd-dex-size4", |
| 1037 | "667-jit-jni-stub", |
| 1038 | "667-out-of-bounds", |
| 1039 | "668-aiobe", |
Igor Murashkin | bab1506 | 2018-02-23 14:53:24 -0800 | [diff] [blame] | 1040 | "674-hotness-compiled", |
| 1041 | "674-vdex-uncompress", |
| 1042 | "675-checker-unverified-method", |
| 1043 | "676-proxy-jit-at-first-use", |
| 1044 | "676-resolve-field-type", |
Nicolas Geoffray | 386db1a | 2018-10-04 12:57:52 +0100 | [diff] [blame] | 1045 | "685-deoptimizeable", |
Nicolas Geoffray | acc56ac | 2018-10-09 08:45:24 +0100 | [diff] [blame] | 1046 | "685-shifts", |
Nicolas Geoffray | 4cbfadc | 2018-10-10 16:09:43 +0100 | [diff] [blame] | 1047 | "686-get-this", |
Nicolas Geoffray | a61b45a | 2018-10-25 09:45:24 +0100 | [diff] [blame] | 1048 | "687-deopt", |
Vladimir Marko | a18f5ae | 2019-12-13 12:53:39 +0000 | [diff] [blame] | 1049 | "699-checker-string-append2", |
Igor Murashkin | bab1506 | 2018-02-23 14:53:24 -0800 | [diff] [blame] | 1050 | "706-checker-scheduler", |
| 1051 | "707-checker-invalid-profile", |
| 1052 | "714-invoke-custom-lambda-metafactory", |
Orion Hodson | 86bb96f | 2018-05-03 14:07:26 +0100 | [diff] [blame] | 1053 | "716-jli-jit-samples", |
Igor Murashkin | bab1506 | 2018-02-23 14:53:24 -0800 | [diff] [blame] | 1054 | "800-smali", |
| 1055 | "801-VoidCheckCast", |
| 1056 | "802-deoptimization", |
| 1057 | "804-class-extends-itself", |
| 1058 | "900-hello-plugin", |
| 1059 | "901-hello-ti-agent", |
| 1060 | "903-hello-tagging", |
| 1061 | "904-object-allocation", |
| 1062 | "906-iterate-heap", |
| 1063 | "909-attach-agent", |
| 1064 | "910-methods", |
| 1065 | "911-get-stack-trace", |
| 1066 | "912-classes", |
| 1067 | "913-heaps", |
| 1068 | "918-fields", |
| 1069 | "920-objects", |
| 1070 | "922-properties", |
| 1071 | "924-threads", |
| 1072 | "925-threadgroups", |
| 1073 | "927-timers", |
| 1074 | "929-search", |
| 1075 | "931-agent-thread", |
| 1076 | "933-misc-events", |
| 1077 | "936-search-onload", |
| 1078 | "939-hello-transformation-bcp", |
| 1079 | "944-transform-classloaders", |
| 1080 | "946-obsolete-throw", |
| 1081 | "948-change-annotations", |
| 1082 | "950-redefine-intrinsic", |
Igor Murashkin | bab1506 | 2018-02-23 14:53:24 -0800 | [diff] [blame] | 1083 | "954-invoke-polymorphic-verifier", |
| 1084 | "955-methodhandles-smali", |
| 1085 | "956-methodhandles", |
| 1086 | "957-methodhandle-transforms", |
| 1087 | "958-methodhandle-stackframe", |
| 1088 | "972-default-imt-collision", |
| 1089 | "972-iface-super-multidex", |
| 1090 | "973-default-multidex", |
| 1091 | "974-verify-interface-super", |
| 1092 | "975-iface-private", |
| 1093 | "976-conflict-no-methods", |
| 1094 | "978-virtual-interface", |
| 1095 | "980-redefine-object", |
| 1096 | "981-dedup-original-dex", |
| 1097 | "983-source-transform-verify", |
| 1098 | "986-native-method-bind", |
| 1099 | "988-method-trace", |
| 1100 | "989-method-trace-throw", |
| 1101 | "993-breakpoints", |
Mathieu Chartier | 175ce3d | 2019-03-06 16:54:24 -0800 | [diff] [blame] | 1102 | "1002-notify-startup", |
Mathieu Chartier | 6e7a72c | 2019-03-07 21:40:10 -0800 | [diff] [blame] | 1103 | "1003-metadata-section-strings", |
Hans Boehm | b215557 | 2019-03-27 14:25:53 -0700 | [diff] [blame] | 1104 | "1336-short-finalizer-timeout", |
Igor Murashkin | bab1506 | 2018-02-23 14:53:24 -0800 | [diff] [blame] | 1105 | "1900-track-alloc", |
| 1106 | "1906-suspend-list-me-first", |
| 1107 | "1914-get-local-instance", |
| 1108 | "1926-missed-frame-pop", |
| 1109 | "1930-monitor-info", |
| 1110 | "1932-monitor-events-misc", |
| 1111 | "1935-get-set-current-frame-jit", |
| 1112 | "1938-transform-abstract-single-impl", |
| 1113 | "1939-proxy-frames", |
| 1114 | "1940-ddms-ext", |
| 1115 | "1945-proxy-method-arguments", |
| 1116 | "1946-list-descriptors", |
Mathieu Chartier | f4666af | 2019-09-03 12:45:29 -0700 | [diff] [blame] | 1117 | "1947-breakpoint-redefine-deopt", |
| 1118 | "2230-profile-save-hotness" |
Igor Murashkin | bab1506 | 2018-02-23 14:53:24 -0800 | [diff] [blame] | 1119 | ], |
| 1120 | "variant": "jvm", |
| 1121 | "bug": "b/73888836", |
Vladimir Marko | a18f5ae | 2019-12-13 12:53:39 +0000 | [diff] [blame] | 1122 | "description": ["Failing on RI. Needs further investigating. Some of these use smali."] |
Nicolas Geoffray | a3cd124 | 2018-03-15 22:29:24 +0000 | [diff] [blame] | 1123 | }, |
| 1124 | { |
Alex Light | baf938f | 2020-01-10 10:40:46 -0800 | [diff] [blame] | 1125 | "tests": [ |
| 1126 | "1974-resize-array", |
| 1127 | "1975-hello-structural-transformation", |
| 1128 | "1976-hello-structural-static-methods", |
| 1129 | "1977-hello-structural-obsolescence", |
| 1130 | "1978-regular-obsolete-then-structural-obsolescence", |
| 1131 | "1979-threaded-structural-transformation", |
| 1132 | "1980-obsolete-object-cleared", |
| 1133 | "1981-structural-redef-private-method-handles", |
| 1134 | "1982-no-virtuals-structural-redefinition", |
| 1135 | "1983-structural-redefinition-failures", |
| 1136 | "1984-structural-redefine-field-trace", |
| 1137 | "1985-structural-redefine-stack-scope", |
| 1138 | "1986-structural-redefine-multi-thread-stack-scope", |
| 1139 | "1987-structural-redefine-recursive-stack-scope", |
| 1140 | "1988-multi-structural-redefine", |
| 1141 | "1989-transform-bad-monitor", |
| 1142 | "1990-structural-bad-verify", |
| 1143 | "1991-hello-structural-retransform", |
| 1144 | "1992-retransform-no-such-field", |
| 1145 | "1993-fallback-non-structural", |
| 1146 | "1994-final-virtual-structural", |
| 1147 | "1995-final-virtual-structural-multithread", |
| 1148 | "1996-final-override-virtual-structural", |
| 1149 | "1997-structural-shadow-method", |
| 1150 | "1998-structural-shadow-field", |
| 1151 | "1999-virtual-structural", |
| 1152 | "2000-virtual-list-structural", |
| 1153 | "2001-virtual-structural-multithread", |
| 1154 | "2002-virtual-structural-initializing", |
| 1155 | "2003-double-virtual-structural", |
| 1156 | "2004-double-virtual-structural-abstract", |
| 1157 | "2005-pause-all-redefine-multithreaded", |
| 1158 | "2006-virtual-structural-finalizing", |
| 1159 | "2007-virtual-structural-finalizable" |
| 1160 | ], |
| 1161 | "env_vars": {"ART_USE_READ_BARRIER": "false"}, |
| 1162 | "description": ["Relies on the accuracy of the Heap::VisitObjects function which is broken", |
| 1163 | " when READ_BARRIER==false (I.e. On CMS collector)."], |
| 1164 | "bug": "b/147207934" |
| 1165 | }, |
| 1166 | { |
Roland Levillain | cc82f79 | 2020-04-23 13:29:01 +0100 | [diff] [blame] | 1167 | "tests": ["178-app-image-native-method", |
| 1168 | "530-checker-peel-unroll", |
Mads Ager | 51a778a | 2018-10-09 14:58:41 +0200 | [diff] [blame] | 1169 | "616-cha-unloading", |
David Brazdil | 90701d5 | 2018-05-16 12:59:32 +0100 | [diff] [blame] | 1170 | "674-hiddenapi", |
Nicolas Geoffray | fd13287 | 2018-05-21 18:04:38 +0100 | [diff] [blame] | 1171 | "677-fsi2", |
Nicolas Geoffray | 69b1cf1 | 2018-03-21 10:44:58 +0000 | [diff] [blame] | 1172 | "678-quickening", |
David Brazdil | 90701d5 | 2018-05-16 12:59:32 +0100 | [diff] [blame] | 1173 | "679-locks", |
Nicolas Geoffray | 80a560c | 2018-10-26 13:48:51 +0100 | [diff] [blame] | 1174 | "688-shared-library", |
Roland Levillain | cc82f79 | 2020-04-23 13:29:01 +0100 | [diff] [blame] | 1175 | "689-zygote-jit-deopt", |
David Brazdil | 4bcd657 | 2019-02-02 20:08:44 +0000 | [diff] [blame] | 1176 | "690-hiddenapi-same-name-methods", |
David Brazdil | 6a1dab4 | 2019-02-28 18:45:15 +0000 | [diff] [blame] | 1177 | "691-hiddenapi-proxy", |
David Brazdil | 331a5e1 | 2019-04-01 22:46:16 +0000 | [diff] [blame] | 1178 | "692-vdex-inmem-loader", |
David Brazdil | 35a3f6a | 2019-03-04 15:59:06 +0000 | [diff] [blame] | 1179 | "693-vdex-inmem-loader-evict", |
Nicolas Geoffray | d03f8e6 | 2019-12-13 11:51:58 +0000 | [diff] [blame] | 1180 | "723-string-init-range", |
Alex Light | c98f83e | 2018-07-26 08:28:36 -0700 | [diff] [blame] | 1181 | "999-redefine-hiddenapi", |
Roland Levillain | b1e1dc3 | 2018-07-10 19:19:31 +0100 | [diff] [blame] | 1182 | "1000-non-moving-space-stress", |
Mathieu Chartier | 00fbe4f | 2019-01-02 16:52:38 -0800 | [diff] [blame] | 1183 | "1001-app-image-regions", |
Hans Boehm | 206348c | 2018-12-05 11:11:33 -0800 | [diff] [blame] | 1184 | "1339-dead-reference-safe", |
Alex Light | ae45cbb | 2018-10-18 15:49:56 -0700 | [diff] [blame] | 1185 | "1951-monitor-enter-no-suspend", |
Alex Light | f367747 | 2019-06-26 16:31:53 -0700 | [diff] [blame] | 1186 | "1957-error-ext", |
| 1187 | "1972-jni-id-swap-indices", |
Alex Light | c14ec8f | 2019-07-18 16:08:41 -0700 | [diff] [blame] | 1188 | "1973-jni-id-swap-pointer", |
Nicolas Geoffray | 4ac0e15 | 2019-09-18 06:14:50 +0000 | [diff] [blame] | 1189 | "1974-resize-array", |
| 1190 | "1975-hello-structural-transformation", |
| 1191 | "1976-hello-structural-static-methods", |
| 1192 | "1977-hello-structural-obsolescence", |
| 1193 | "1978-regular-obsolete-then-structural-obsolescence", |
| 1194 | "1979-threaded-structural-transformation", |
| 1195 | "1980-obsolete-object-cleared", |
| 1196 | "1981-structural-redef-private-method-handles", |
| 1197 | "1982-no-virtuals-structural-redefinition", |
Alex Light | 59770df | 2019-10-08 11:22:38 -0700 | [diff] [blame] | 1198 | "1983-structural-redefinition-failures", |
| 1199 | "1984-structural-redefine-field-trace", |
| 1200 | "1985-structural-redefine-stack-scope", |
| 1201 | "1986-structural-redefine-multi-thread-stack-scope", |
Alex Light | c2d0c96 | 2019-10-23 14:14:25 -0700 | [diff] [blame] | 1202 | "1987-structural-redefine-recursive-stack-scope", |
Alex Light | d55b844 | 2019-10-15 15:46:07 -0700 | [diff] [blame] | 1203 | "1988-multi-structural-redefine", |
Alex Light | c2d0c96 | 2019-10-23 14:14:25 -0700 | [diff] [blame] | 1204 | "1989-transform-bad-monitor", |
| 1205 | "1990-structural-bad-verify", |
Alex Light | d55b844 | 2019-10-15 15:46:07 -0700 | [diff] [blame] | 1206 | "1991-hello-structural-retransform", |
| 1207 | "1992-retransform-no-such-field", |
Alex Light | 2462789 | 2019-11-06 10:28:21 -0800 | [diff] [blame] | 1208 | "1993-fallback-non-structural", |
Alex Light | 986914b | 2019-11-19 01:12:25 +0000 | [diff] [blame] | 1209 | "1994-final-virtual-structural", |
| 1210 | "1995-final-virtual-structural-multithread", |
| 1211 | "1996-final-override-virtual-structural", |
Alex Light | 2462789 | 2019-11-06 10:28:21 -0800 | [diff] [blame] | 1212 | "1997-structural-shadow-method", |
Alex Light | 270db1c | 2019-12-03 12:20:01 +0000 | [diff] [blame] | 1213 | "1998-structural-shadow-field", |
| 1214 | "1999-virtual-structural", |
| 1215 | "2000-virtual-list-structural", |
| 1216 | "2001-virtual-structural-multithread", |
Alex Light | baf938f | 2020-01-10 10:40:46 -0800 | [diff] [blame] | 1217 | "2002-virtual-structural-initializing", |
| 1218 | "2003-double-virtual-structural", |
| 1219 | "2004-double-virtual-structural-abstract", |
| 1220 | "2005-pause-all-redefine-multithreaded", |
| 1221 | "2006-virtual-structural-finalizing", |
Roland Levillain | cc82f79 | 2020-04-23 13:29:01 +0100 | [diff] [blame] | 1222 | "2007-virtual-structural-finalizable", |
Alex Light | bf10f65 | 2020-04-27 10:09:43 -0700 | [diff] [blame] | 1223 | "2009-structural-local-ref", |
| 1224 | "2011-stack-walk-concurrent-instrument", |
| 1225 | "2012-structural-redefinition-failures-jni-id", |
Roland Levillain | cc82f79 | 2020-04-23 13:29:01 +0100 | [diff] [blame] | 1226 | "2033-shutdown-mechanics"], |
Nicolas Geoffray | a3cd124 | 2018-03-15 22:29:24 +0000 | [diff] [blame] | 1227 | "variant": "jvm", |
| 1228 | "description": ["Doesn't run on RI."] |
| 1229 | }, |
| 1230 | { |
Nicolas Geoffray | 51abdda | 2018-03-26 10:00:37 +0100 | [diff] [blame] | 1231 | "tests": ["121-modifiers", |
| 1232 | "1929-exception-catch-exception"], |
| 1233 | "variant": "jvm", |
| 1234 | "bug": "b/76399183", |
| 1235 | "description": ["New failures to be investigated."] |
| 1236 | }, |
| 1237 | { |
Nicolas Geoffray | a3cd124 | 2018-03-15 22:29:24 +0000 | [diff] [blame] | 1238 | "tests": ["616-cha-unloading"], |
| 1239 | "variant": "trace", |
| 1240 | "description": ["Trace prevents class unloading."] |
Nicolas Geoffray | 66ff8a8 | 2018-02-28 13:27:55 +0000 | [diff] [blame] | 1241 | }, |
| 1242 | { |
| 1243 | "tests": "677-fsi", |
Vladimir Marko | a497a39 | 2018-09-26 10:52:50 +0100 | [diff] [blame] | 1244 | "variant": "no-image | no-prebuild | jvm", |
Nicolas Geoffray | 66ff8a8 | 2018-02-28 13:27:55 +0000 | [diff] [blame] | 1245 | "description": ["Test requires a successful dex2oat invocation"] |
Nicolas Geoffray | 03c9153 | 2018-03-27 09:42:01 +0100 | [diff] [blame] | 1246 | }, |
| 1247 | { |
| 1248 | "tests": ["990-field-trace", |
| 1249 | "991-field-trace-2"], |
| 1250 | "variant": "gcstress & debug & target", |
| 1251 | "description": ["Test can time out on gcstress with debug"] |
Roland Levillain | 481d45e | 2018-05-18 14:25:46 +0100 | [diff] [blame] | 1252 | }, |
| 1253 | { |
| 1254 | "tests": ["080-oom-throw"], |
| 1255 | "variant": "jit", |
| 1256 | "bug": "b/77567088", |
| 1257 | "description": ["Test throws exception before or during OOME."] |
Nicolas Geoffray | 92149d0 | 2018-06-08 10:36:45 +0100 | [diff] [blame] | 1258 | }, |
| 1259 | { |
Alex Light | b7f10d5 | 2018-07-17 08:55:23 -0700 | [diff] [blame] | 1260 | "tests": ["151-OpenFileLimit"], |
| 1261 | "variant": "gcstress", |
| 1262 | "bug": "b/111544552", |
| 1263 | "description" : ["Gcstress requires the ability to open at least one file which means this test fails when it runs out."] |
| 1264 | }, |
| 1265 | { |
Alex Light | eee2ee8 | 2018-07-18 11:00:52 -0700 | [diff] [blame] | 1266 | "tests": ["530-checker-lse2", "141-class-unload", "071-dexfile"], |
Alex Light | b7f10d5 | 2018-07-17 08:55:23 -0700 | [diff] [blame] | 1267 | "variant": "gcstress", |
| 1268 | "bug": "b/111543628", |
| 1269 | "description" : ["Test seems to timeout when run with gcstress due to slower unwinding by libbacktrace"] |
| 1270 | }, |
| 1271 | { |
Orion Hodson | a63b419 | 2020-01-10 09:35:10 +0000 | [diff] [blame] | 1272 | "tests": ["708-jit-cache-churn"], |
Orion Hodson | ca14594 | 2020-01-13 10:47:44 +0000 | [diff] [blame] | 1273 | "variant": "gcstress", |
Orion Hodson | a63b419 | 2020-01-10 09:35:10 +0000 | [diff] [blame] | 1274 | "bug": "b/147358440", |
Orion Hodson | ca14594 | 2020-01-13 10:47:44 +0000 | [diff] [blame] | 1275 | "description" : ["Times out under gcstress since https://r.android.com/1200060."] |
Orion Hodson | a63b419 | 2020-01-10 09:35:10 +0000 | [diff] [blame] | 1276 | }, |
| 1277 | { |
Orion Hodson | e01844a | 2018-07-19 14:21:44 +0100 | [diff] [blame] | 1278 | "tests": ["712-varhandle-invocations"], |
Nicolas Geoffray | 101287d | 2018-08-03 11:55:17 +0100 | [diff] [blame] | 1279 | "variant": "gcstress", |
Orion Hodson | e01844a | 2018-07-19 14:21:44 +0100 | [diff] [blame] | 1280 | "bug": "b/111630237", |
| 1281 | "description": ["Test timing out under gcstress possibly due to slower unwinding by libbacktrace"] |
| 1282 | }, |
| 1283 | { |
Hans Boehm | b215557 | 2019-03-27 14:25:53 -0700 | [diff] [blame] | 1284 | "tests": ["1336-short-finalizer-timeout"], |
| 1285 | "variant": "gcstress", |
| 1286 | "bug": "b/68792448", |
| 1287 | "description": ["Timing margins are too tight for gcstress"] |
| 1288 | }, |
| 1289 | { |
Nicolas Geoffray | 92149d0 | 2018-06-08 10:36:45 +0100 | [diff] [blame] | 1290 | "tests": ["021-string2"], |
| 1291 | "variant": "jit & debuggable", |
| 1292 | "bug": "b/109791792", |
| 1293 | "description": ["Stack too big."] |
Nicolas Geoffray | c3e740b | 2018-08-01 20:33:44 +0100 | [diff] [blame] | 1294 | }, |
| 1295 | { |
| 1296 | "tests": ["566-polymorphic-inlining"], |
| 1297 | "variant": "jit & debuggable", |
| 1298 | "description": ["We do not inline with debuggable."] |
Roland Levillain | dc6a7f4 | 2018-09-17 13:20:52 +0100 | [diff] [blame] | 1299 | }, |
| 1300 | { |
Alex Light | 0aa7a5a | 2018-10-10 15:58:14 +0000 | [diff] [blame] | 1301 | "tests": ["1955-pop-frame-jit-called", "1956-pop-frame-jit-calling"], |
| 1302 | "variant": "jit-on-first-use", |
| 1303 | "description": [ |
| 1304 | "These tests directly set -Xjitthreshold:1000 to prevent the jit from compiling any", |
| 1305 | "extra methods. jit-at-first-use would disrupt this." |
| 1306 | ] |
| 1307 | }, |
| 1308 | { |
Nicolas Geoffray | acc56ac | 2018-10-09 08:45:24 +0100 | [diff] [blame] | 1309 | "tests": ["454-get-vreg", "457-regs"], |
| 1310 | "variant": "baseline", |
| 1311 | "description": ["Tests are expected to fail with baseline."] |
Orion Hodson | 2cb696e | 2018-12-18 13:33:29 +0000 | [diff] [blame] | 1312 | }, |
| 1313 | { |
Hans Boehm | 4e5b60c | 2019-01-28 17:36:07 -0800 | [diff] [blame] | 1314 | "tests": ["1339-dead-reference-safe"], |
| 1315 | "variant": "debuggable", |
| 1316 | "description": [ "Fails to eliminate dead reference when debuggable." ] |
| 1317 | }, |
| 1318 | { |
Calin Juravle | 5ffefaa | 2019-01-25 01:04:54 -0800 | [diff] [blame] | 1319 | "tests": ["719-dm-verify-redefinition"], |
Calin Juravle | 306d636 | 2019-02-01 12:48:19 -0800 | [diff] [blame] | 1320 | "variant": "jvm | speed-profile | interp-ac | target | no-prebuild", |
Calin Juravle | 5ffefaa | 2019-01-25 01:04:54 -0800 | [diff] [blame] | 1321 | "description": ["Doesn't run on RI because of boot class redefintion.", |
| 1322 | "Doesn't work with profiles because the run-test is not setup to", |
| 1323 | "support both. It also needs full verification, so no interp-ac.", |
| 1324 | "Requires zip, which isn't available on device"] |
Nicolas Geoffray | 9b195cc | 2019-04-02 08:29:00 +0100 | [diff] [blame] | 1325 | }, |
| 1326 | { |
| 1327 | "tests": ["004-ReferenceMap", |
| 1328 | "449-checker-bce", |
| 1329 | "466-get-live-vreg", |
| 1330 | "563-checker-fakestring", |
| 1331 | "575-checker-string-init-alias"], |
| 1332 | "variant": "baseline", |
| 1333 | "description": [ "Working as intended tests that don't pass with baseline." ] |
Roland Levillain | 988c391 | 2019-09-25 19:33:35 +0100 | [diff] [blame] | 1334 | }, |
| 1335 | { |
| 1336 | "tests": ["1004-checker-volatile-ref-load"], |
| 1337 | "env_vars": {"ART_USE_READ_BARRIER": "false"}, |
| 1338 | "bug": "b/140507091", |
| 1339 | "description": ["Test containing Checker assertions expecting Baker read barriers."] |
| 1340 | }, |
| 1341 | { |
| 1342 | "tests": ["1004-checker-volatile-ref-load"], |
| 1343 | "env_vars": {"ART_READ_BARRIER_TYPE": "TABLELOOKUP"}, |
| 1344 | "bug": "b/140507091", |
| 1345 | "description": ["Test containing Checker assertions expecting Baker read barriers."] |
Nicolas Geoffray | 4f7c0cc | 2019-11-08 13:11:49 +0000 | [diff] [blame] | 1346 | }, |
| 1347 | { |
| 1348 | "tests": ["689-zygote-jit-deopt"], |
| 1349 | "variant": "gcstress", |
| 1350 | "bug": "b/137887811", |
| 1351 | "description": ["Occasional timeouts."] |
Alex Light | f92f6f1 | 2019-11-26 12:37:14 -0800 | [diff] [blame] | 1352 | }, |
| 1353 | { |
Alex Light | 280e6c3 | 2020-03-03 13:52:07 -0800 | [diff] [blame] | 1354 | "tests": ["2031-zygote-compiled-frame-deopt"], |
| 1355 | "zipapex": true, |
| 1356 | "bug": "b/144947842", |
| 1357 | "description": ["This test requires strong knowledge about where the libdir is", |
| 1358 | "which the zipapex runner breaks."] |
| 1359 | }, |
| 1360 | { |
Alex Light | f92f6f1 | 2019-11-26 12:37:14 -0800 | [diff] [blame] | 1361 | "tests": ["909-attach-agent", "126-miranda-multidex"], |
| 1362 | "zipapex": true, |
| 1363 | "bug": "b/135507613", |
Hans Boehm | 65c18a2 | 2020-01-03 23:37:13 +0000 | [diff] [blame] | 1364 | "description": ["These tests run dalvikvm multiple times, this can mess up the", |
| 1365 | "zipapex runner."] |
| 1366 | }, |
| 1367 | { |
| 1368 | "tests": ["2029-contended-monitors"], |
| 1369 | "variant": "interpreter | interp-ac | gcstress | trace", |
| 1370 | "description": ["Slow test. Prone to timeouts."] |
Nicolas Geoffray | 641f155 | 2020-02-18 06:26:24 +0000 | [diff] [blame] | 1371 | }, |
| 1372 | { |
| 1373 | "tests": ["096-array-copy-concurrent-gc"], |
| 1374 | "variant": "gcstress & debuggable & debug & host", |
| 1375 | "bug": "b/149708943", |
| 1376 | "description": ["Timeouts."] |
Roland Levillain | cc82f79 | 2020-04-23 13:29:01 +0100 | [diff] [blame] | 1377 | }, |
| 1378 | { |
| 1379 | "tests": ["003-omnibus-opcodes", |
| 1380 | "051-thread", |
| 1381 | "427-bounds", |
| 1382 | "570-checker-osr-locals", |
| 1383 | "597-app-images-same-classloader", |
| 1384 | "724-invoke-super-npe", |
| 1385 | "725-imt-conflict-object", |
| 1386 | "952-invoke-custom", |
| 1387 | "960-default-smali", |
| 1388 | "966-default-conflict", |
| 1389 | "990-field-trace", |
Roland Levillain | d898624 | 2020-04-28 11:33:21 +0100 | [diff] [blame] | 1390 | "2029-spaces-in-SimpleName", |
| 1391 | "2231-oat-require-app-image"], |
Roland Levillain | cc82f79 | 2020-04-23 13:29:01 +0100 | [diff] [blame] | 1392 | "variant": "jvm", |
| 1393 | "bug": "b/154802847", |
| 1394 | "description": ["Failing on RI. Needs further investigating."] |
Calin Juravle | 01b7000 | 2017-03-20 19:02:48 -0700 | [diff] [blame] | 1395 | } |
Shubham Ajmera | 65adb8b | 2017-02-06 16:04:25 +0000 | [diff] [blame] | 1396 | ] |