blob: 228832b27b20428e0b7b7334aa49f69bb2774431 [file] [log] [blame]
Ben Murdoch3ef787d2012-04-12 10:51:47 +01001# Copyright 2012 the V8 project authors. All rights reserved.
Steve Blocka7e24c12009-10-30 11:49:00 +00002# Redistribution and use in source and binary forms, with or without
3# modification, are permitted provided that the following conditions are
4# met:
5#
6# * Redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer.
8# * Redistributions in binary form must reproduce the above
9# copyright notice, this list of conditions and the following
10# disclaimer in the documentation and/or other materials provided
11# with the distribution.
12# * Neither the name of Google Inc. nor the names of its
13# contributors may be used to endorse or promote products derived
14# from this software without specific prior written permission.
15#
16# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
Ben Murdochb8a8cc12014-11-26 15:28:44 +000028[
29[ALWAYS, {
30 # All tests in the bug directory are expected to fail.
31 'bugs/*': [FAIL],
Steve Blocka7e24c12009-10-30 11:49:00 +000032
Ben Murdochb8a8cc12014-11-26 15:28:44 +000033 ##############################################################################
Ben Murdochb8a8cc12014-11-26 15:28:44 +000034 # Fails.
35 'regress/regress-1119': [FAIL],
36
37 # Issue 1719: Slow to collect arrays over several contexts.
38 'regress/regress-524': [SKIP],
39 # When that bug is fixed, revert the expectation to:
40 # Skip long running test in debug and allow it to timeout in release mode.
41 # regress/regress-524: [PASS, TIMEOUT, ['mode == debug', SKIP]],
42
43 # This test non-deterministically runs out of memory on Windows ia32.
44 'regress/regress-crbug-160010': [SKIP],
45
46 # Issue 3389: deopt_every_n_garbage_collections is unsafe
47 'regress/regress-2653': [SKIP],
48
Emily Bernierd0a1eb72015-03-24 16:35:39 -040049 # Issue 3784: setters-on-elements is flaky
50 'setters-on-elements': [PASS, FAIL],
Ben Murdochb8a8cc12014-11-26 15:28:44 +000051
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000052 # Issue 3641: The new 'then' semantics suppress some exceptions.
53 # These tests may be changed or removed when 'chain' is deprecated.
54 'es6/debug-promises/reject-with-throw-in-reject': [FAIL],
55 'es6/debug-promises/reject-with-undefined-reject': [FAIL],
56 'es6/debug-promises/reject-with-invalid-reject': [FAIL],
57
Ben Murdochb8a8cc12014-11-26 15:28:44 +000058 ##############################################################################
59 # TurboFan compiler failures.
60
Emily Bernierd0a1eb72015-03-24 16:35:39 -040061 # TODO(verwaest): Some tests are over-restrictive about object layout.
Ben Murdochb8a8cc12014-11-26 15:28:44 +000062 'array-constructor-feedback': [PASS, NO_VARIANTS],
63 'array-feedback': [PASS, NO_VARIANTS],
Emily Bernierd0a1eb72015-03-24 16:35:39 -040064 'compare-known-objects-slow': [PASS, NO_VARIANTS],
Ben Murdochb8a8cc12014-11-26 15:28:44 +000065 'elements-kind': [PASS, NO_VARIANTS],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000066 'opt-elements-kind': [PASS, NO_VARIANTS],
67 'smi-representation': [PASS, NO_VARIANTS],
Ben Murdochb8a8cc12014-11-26 15:28:44 +000068
69 # Some tests are just too slow to run for now.
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000070 'big-object-literal': [PASS, NO_VARIANTS],
Ben Murdochb8a8cc12014-11-26 15:28:44 +000071 'bit-not': [PASS, NO_VARIANTS],
72 'json2': [PASS, NO_VARIANTS],
73 'packed-elements': [PASS, NO_VARIANTS],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000074 'string-indexof-1': [PASS, NO_VARIANTS],
Ben Murdochb8a8cc12014-11-26 15:28:44 +000075 'unbox-double-arrays': [PASS, NO_VARIANTS],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000076 'unicode-test': [PASS, NO_VARIANTS],
Ben Murdochb8a8cc12014-11-26 15:28:44 +000077 'whitespaces': [PASS, NO_VARIANTS],
78 'compiler/osr-assert': [PASS, NO_VARIANTS],
Ben Murdochc5610432016-08-08 18:44:38 +010079 'ignition/regress-599001-verifyheap': [PASS, NO_VARIANTS],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000080 'es6/string-fromcodepoint': [PASS, NO_VARIANTS],
Ben Murdochb8a8cc12014-11-26 15:28:44 +000081 'regress/regress-2185-2': [PASS, NO_VARIANTS],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000082 'regress/regress-2612': [PASS, NO_VARIANTS],
83
Emily Bernierd0a1eb72015-03-24 16:35:39 -040084 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does
85 # not work, but we expect it to not crash.
86 'debug-step-turbofan': [PASS, FAIL],
87
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000088 # TODO(mstarzinger): Optimizing top-level code revealed some issues. Fix!
89 'bitops-info': [PASS, NO_VARIANTS], # fails on ARM hardware.
90 'md5': [PASS, NO_VARIANTS], # fails on ARM hardware.
91 'debug-break-inline': [PASS, NO_VARIANTS], # very flaky.
92 'debug-compile-event-newfunction': [PASS, NO_VARIANTS],
93 'debug-conditional-breakpoints': [PASS, NO_VARIANTS],
Ben Murdochb8a8cc12014-11-26 15:28:44 +000094 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000095 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS],
96 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug.
97 'debug-ignore-breakpoints': [PASS, NO_VARIANTS], # only in no-snap debug.
98 'debug-setbreakpoint': [PASS, NO_VARIANTS], # only in no-snap debug.
99 'debug-step': [PASS, NO_VARIANTS], # windows only.
100 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode.
101 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode.
102 'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug.
103 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap debug.
104 'debug-stepin-positions': [PASS, NO_VARIANTS], # only due to inlining.
105 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode.
106 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-stress.
107 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and gc-stress.
108 'debug-listbreakpoints': [PASS, NO_VARIANTS], # arm64 nosnap with turbofan
109 'debug-enable-disable-breakpoints': [PASS, NO_VARIANTS], #arm64 nosnap with turbofan.
110
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000111 # Issue 4035: unexpected frame->context() in debugger
112 'regress/regress-crbug-107996': [PASS, NO_VARIANTS],
113 'regress/regress-crbug-171715': [PASS, NO_VARIANTS],
114 'regress/regress-crbug-222893': [PASS, NO_VARIANTS],
115 'regress/regress-crbug-323936': [PASS, NO_VARIANTS],
116 'regress/regress-crbug-491943': [PASS, NO_VARIANTS],
117 'regress/regress-325676': [PASS, NO_VARIANTS],
118 'debug-evaluate-closure': [PASS, NO_VARIANTS],
119 'debug-evaluate-with': [PASS, NO_VARIANTS],
120
121 # TODO(mstarzinger): Optimizing top-level code flushed out some correctness
122 # issues on ARM and ARM64.
123 'es6/math-log2-log10': [PASS, NO_VARIANTS], # on ARM and ARM64.
124 'mirror-script': [PASS, NO_VARIANTS], # on ARM64 only.
125
126 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.
127 'debug-evaluate-const': [PASS, NO_VARIANTS],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000128 'debug-evaluate-locals': [PASS, NO_VARIANTS],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000129 'debug-evaluate-locals-capturing': [PASS, NO_VARIANTS],
130 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode.
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000131 'debug-liveedit-double-call': [PASS, NO_VARIANTS],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000132 'debug-set-variable-value': [PASS, NO_VARIANTS],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000133 'debug-stepout-scope-part1': [PASS, NO_VARIANTS],
134 'debug-stepout-scope-part2': [PASS, NO_VARIANTS],
135 'debug-stepout-scope-part3': [PASS, NO_VARIANTS],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000136 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS],
137 # Issue 4055: Scope chain length observed by debugger is off.
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000138 'es6/generators-debug-scopes': [PASS, NO_VARIANTS],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000139
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000140 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points
141 'result-table-min': [PASS, NO_VARIANTS],
142 'result-table-max': [PASS, NO_VARIANTS],
143 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification.
144 'regress/regress-1122': [PASS, NO_VARIANTS],
145
146 # Assumptions about optimization need investigation in TurboFan.
147 'regress-sync-optimized-lists': [PASS, NO_VARIANTS],
148 'regress/regress-store-uncacheable': [PASS, NO_VARIANTS],
149
150 # issue 4078:
151 'allocation-site-info': [PASS, NO_VARIANTS],
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400152
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000153 ##############################################################################
154 # Too slow in debug mode with --stress-opt mode.
155 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]],
156 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]],
157 'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
158 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
159
160 ##############################################################################
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000161 # Too slow in debug mode for validation of elements.
162 'regress/regress-430201': [PASS, ['mode == debug', SKIP]],
163 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]],
164
165 ##############################################################################
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000166 # Too slow in debug mode for GC stress mode.
167 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]],
168
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000169 # Too slow in debug mode and under turbofan.
170 'regress/regress-4595': [PASS, NO_VARIANTS, ['mode == debug', SKIP]],
171
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000172 ##############################################################################
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000173 # Only RegExp stuff tested, no need for extensive optimizing compiler tests.
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000174 'regexp-global': [PASS, NO_VARIANTS],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000175 'third_party/regexp-pcre/regexp-pcre': [PASS, NO_VARIANTS],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000176
177 ##############################################################################
178 # No need to waste time for this test.
179 'd8-performance-now': [PASS, NO_VARIANTS],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000180 'regress/regress-crbug-491062': [PASS, NO_VARIANTS],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000181
182 # Issue 488: this test sometimes times out.
Ben Murdoch097c5b22016-05-18 11:27:45 +0100183 # TODO(arm): This seems to flush out a bug on arm with simulator.
184 'array-constructor': [PASS, TIMEOUT, ['arch == arm and simulator == True', SKIP]],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000185
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000186 # Issue 4413: this test sometimes times out with TSAN because we trigger
187 # the slow path in C++ with holey arrays in Function.prototype.apply.
188 # TODO(bmeurer): Add fast support for holey arrays in apply.
189 'apply': [PASS, TIMEOUT],
190
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000191 # Very slow on ARM and MIPS, contains no architecture dependent code.
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000192 'unicode-case-overoptimization': [PASS, NO_VARIANTS, ['arch == arm or arch == arm64 or arch == android_arm or arch == android_arm64 or arch == mipsel or arch == mips64el or arch == mips64 or arch == mips', TIMEOUT]],
193 'regress/regress-3976': [PASS, NO_VARIANTS, ['arch == arm or arch == arm64 or arch == android_arm or arch == android_arm64 or arch == mipsel or arch == mips64el or arch == mips64 or arch == mips', SKIP]],
194 'regress/regress-crbug-482998': [PASS, NO_VARIANTS, ['arch == arm or arch == arm64 or arch == android_arm or arch == android_arm64 or arch == mipsel or arch == mips64el or arch == mips', SKIP]],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000195
196 ##############################################################################
197 # This test expects to reach a certain recursion depth, which may not work
198 # for debug mode.
199 'json-recursive': [PASS, ['mode == debug', PASS, FAIL]],
200
201 ##############################################################################
202 # Skip long running tests that time out in debug mode.
203 'generated-transition-stub': [PASS, ['mode == debug', SKIP]],
204 'migrations': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000205 'array-functions-prototype-misc': [PASS, SLOW, ['mode == debug', SKIP]],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000206
207 ##############################################################################
208 # This test sets the umask on a per-process basis and hence cannot be
209 # used in multi-threaded runs.
210 # On android there is no /tmp directory.
211 # Currently d8-os generates a temporary directory name using Math.random(), so
212 # we cannot run several variants of d8-os simultaneously, since all of them
213 # get the same random seed and would generate the same directory name. Besides
214 # that, it doesn't make sense to run several variants of d8-os anyways.
215 'd8-os': [PASS, NO_VARIANTS, ['isolates or arch == android_arm or arch == android_arm64 or arch == android_ia32', SKIP]],
216 'tools/tickprocessor': [PASS, NO_VARIANTS, ['arch == android_arm or arch == android_arm64 or arch == android_ia32', SKIP]],
217
218 ##############################################################################
219 # Long running test that reproduces memory leak and should be run manually.
220 'regress/regress-2073': [SKIP],
221
222 ##############################################################################
223 # Tests verifying CHECK and ASSERT.
224 'verify-check-false': [FAIL, NO_VARIANTS],
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400225 'verify-assert-false': [NO_VARIANTS, ['mode == release and dcheck_always_on == False', PASS], ['mode == debug or dcheck_always_on == True', FAIL]],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000226
227 ##############################################################################
228 # Tests with different versions for release and debug.
229 'compiler/alloc-number': [PASS, ['mode == debug', SKIP]],
230 'compiler/alloc-number-debug': [PASS, ['mode == release', SKIP]],
231 'regress/regress-634': [PASS, ['mode == debug', SKIP]],
232 'regress/regress-634-debug': [PASS, ['mode == release', SKIP]],
233
234 # BUG(336820). TODO(bmeurer): Investigate.
235 'regress/regress-336820': [PASS, FAIL],
236
237 # BUG(v8:2989). PASS/FAIL on linux32 because crankshaft is turned off for
238 # nosse2. Also for arm novfp3.
239 'regress/regress-2989': [FAIL, NO_VARIANTS, ['system == linux and arch == x87 or arch == arm and simulator == True', PASS]],
240
241 # Skip endain dependent test for mips due to different typed views of the same
242 # array buffer.
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400243 'nans': [PASS, ],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000244
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400245 # This test variant makes only sense on arm.
246 'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_arm, android_arm64]', SKIP]],
247
248 # Too slow for slow variants.
249 'asm/embenchen/*': [PASS, SLOW, FAST_VARIANTS],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000250 'asm/poppler/*': [PASS, SLOW, FAST_VARIANTS],
251 'asm/sqlite3/*': [PASS, SLOW, FAST_VARIANTS],
252
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000253 # BUG(v8:4458). TODO(mvstanton): reenable the test once --vector-stores is
254 # prermanently enabled.
255 'call-counts': [SKIP],
256
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000257 # Slow tests.
258 'copy-on-write-assert': [PASS, SLOW],
259 'debug-scopes': [PASS, SLOW],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000260 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]],
261 'readonly': [PASS, SLOW],
262 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]],
263 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]],
Ben Murdochda12d292016-06-02 14:46:10 +0100264 'es6/tail-call-megatest*': [PASS, FAST_VARIANTS],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000265
Ben Murdochda12d292016-06-02 14:46:10 +0100266 # TODO(titzer): ASM->WASM tests on these platforms
267 'wasm/asm-wasm': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]', SKIP]],
268 # TODO(branelson): Figure out why ignition + asm-wasm-stdlib fails.
269 'wasm/asm-wasm-stdlib': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el] or ignition == True', SKIP]],
270 'wasm/asm-wasm-literals': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el] or ignition == True', SKIP]],
271 'wasm/asm-wasm-copy': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]', SKIP]],
272 'wasm/asm-wasm-deopt': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]', SKIP]],
Ben Murdochc5610432016-08-08 18:44:38 +0100273 'wasm/asm-wasm-switch': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]', SKIP]],
Ben Murdochda12d292016-06-02 14:46:10 +0100274
275 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen.
276 'wasm/embenchen/*': [PASS, ['arch == arm64', SKIP], ['ignition == True', SKIP]],
277
Ben Murdoch097c5b22016-05-18 11:27:45 +0100278 # case-insensitive unicode regexp relies on case mapping provided by ICU.
279 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]],
280 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]],
Ben Murdochda12d292016-06-02 14:46:10 +0100281 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]],
Ben Murdoch097c5b22016-05-18 11:27:45 +0100282 # desugaring regexp property class relies on ICU.
Ben Murdochda12d292016-06-02 14:46:10 +0100283 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]],
Ben Murdochc5610432016-08-08 18:44:38 +0100284
285 ############################################################################
286 # Ignition
287
288 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
289 'array-literal-feedback': [PASS, NO_IGNITION],
290 'regress/regress-4121': [PASS, NO_IGNITION],
291
292 # TODO(mythria, 4764): lack of osr support.
293 'regress/regress-2618': [PASS, NO_IGNITION],
294
295 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
296 # till it is optimized. So test timeouts.
297 'array-literal-transitions': [PASS, NO_IGNITION],
298
299 # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so during
300 # eager compile of the whole script instead of during lazy compile of the function
301 # f(), so we can't catch the exception in the try/catch. Skip because on some
302 # platforms the stack limit is different and the exception doesn't fire.
303 'regress/regress-crbug-589472': [PASS, NO_IGNITION],
304
305 # TODO(4680): Test doesn't know about three tier compiler pipeline.
306 'assert-opt-and-deopt': [PASS, NO_IGNITION],
307
308 # BUG(rmcilroy,4989): Function is optimized without type feedback and so immediately deopts again, causing check failure in the test.
309 'compiler/deopt-inlined-from-call': [PASS, NO_IGNITION],
310 'compiler/increment-typefeedback': [PASS, NO_IGNITION],
311 'compiler/manual-concurrent-recompile': [PASS, NO_IGNITION],
312 'constant-folding-2': [PASS, NO_IGNITION],
313 'debug-is-active': [PASS, NO_IGNITION],
314 'deopt-with-fp-regs': [PASS, NO_IGNITION],
315 'deserialize-optimize-inner': [PASS, NO_IGNITION],
316 'div-mul-minus-one': [PASS, NO_IGNITION],
317 'double-intrinsics': [PASS, NO_IGNITION],
318 'elements-transition-hoisting': [PASS, NO_IGNITION],
319 'es6/block-let-crankshaft': [PASS, NO_IGNITION],
320 'es6/block-let-crankshaft-sloppy': [PASS, NO_IGNITION],
321 'getters-on-elements': [PASS, NO_IGNITION],
322 'harmony/do-expressions': [PASS, NO_IGNITION],
323 'math-floor-of-div-minus-zero': [PASS, NO_IGNITION],
324 'regress/regress-2132': [PASS, NO_IGNITION],
325 'regress/regress-2339': [PASS, NO_IGNITION],
326 'regress/regress-3176': [PASS, NO_IGNITION],
327 'regress/regress-3709': [PASS, NO_IGNITION],
328 'regress/regress-385565': [PASS, NO_IGNITION],
329 'regress/regress-crbug-594183': [PASS, NO_IGNITION],
330 'regress/regress-embedded-cons-string': [PASS, NO_IGNITION],
331 'regress/regress-map-invalidation-2': [PASS, NO_IGNITION],
332 'regress/regress-param-local-type': [PASS, NO_IGNITION],
333 'regress/regress-prepare-break-while-recompile': [PASS, NO_IGNITION],
334 'shift-for-integer-div': [PASS, NO_IGNITION],
335 'sin-cos': [PASS, NO_IGNITION],
336 'smi-mul-const': [PASS, NO_IGNITION],
337 'smi-mul': [PASS, NO_IGNITION],
338 'unary-minus-deopt': [PASS, NO_IGNITION],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000339}], # ALWAYS
Steve Blocka7e24c12009-10-30 11:49:00 +0000340
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000341['novfp3 == True', {
342 'asm/embenchen/box2d': [SKIP],
343 'asm/embenchen/zlib': [SKIP],
344 'asm/embenchen/memops': [SKIP],
345 'asm/embenchen/lua_binarytrees': [SKIP],
346}], # novfp3 == True
347
Ben Murdoch3fb3ca82011-12-02 17:19:32 +0000348##############################################################################
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000349['gc_stress == True', {
350 # Skip tests not suitable for GC stress.
351 'allocation-site-info': [SKIP],
352 'array-constructor-feedback': [SKIP],
353 'array-feedback': [SKIP],
354 'array-literal-feedback': [SKIP],
355 'd8-performance-now': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000356 'elements-kind': [SKIP],
357 'elements-transition-hoisting': [SKIP],
358 'fast-prototype': [SKIP],
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400359 'field-type-tracking': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000360 'getters-on-elements': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000361 'es6/block-let-crankshaft': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000362 'opt-elements-kind': [SKIP],
363 'osr-elements-kind': [SKIP],
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400364 'regress/regress-crbug-137689': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000365 'regress/regress-165637': [SKIP],
366 'regress/regress-2249': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000367 'regress/regress-4121': [SKIP],
368 'compare-known-objects-slow': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000369 # Tests taking too long
370 'debug-stepout-scope-part8': [SKIP],
371 'mirror-object': [SKIP],
372 'packed-elements': [SKIP],
373 'regress/regress-1122': [SKIP],
374 'regress/regress-331444': [SKIP],
375 'regress/regress-353551': [SKIP],
376 'regress/regress-crbug-119926': [SKIP],
377 'regress/short-circuit': [SKIP],
378 'stack-traces-overflow': [SKIP],
379 'unicode-test': [SKIP],
380 'whitespaces': [SKIP],
381
382 # TODO(mstarzinger): Takes too long with TF.
383 'array-sort': [PASS, NO_VARIANTS],
384 'regress/regress-91008': [PASS, NO_VARIANTS],
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400385 'regress/regress-417709a': [PASS, ['arch == arm64', NO_VARIANTS]],
386 'regress/regress-transcendental': [PASS, ['arch == arm64', NO_VARIANTS]],
387 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS],
388 'math-floor-of-div': [PASS, NO_VARIANTS],
389 'unicodelctest': [PASS, NO_VARIANTS],
390 'unicodelctest-no-optimization': [PASS, NO_VARIANTS],
391
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000392 # TODO(jkummerow): Doesn't work correctly in GC stress.
393 'regress/regress-crbug-500497': [SKIP],
394
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400395 # Too slow for gc stress.
396 'asm/embenchen/box2d': [SKIP],
397
398 # Issue 3723.
399 'regress/regress-3717': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000400
401 # BUG(v8:4237)
402 'regress/regress-3976': [SKIP],
403
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000404 # Slow tests.
405 'array-constructor': [PASS, SLOW],
406 'json': [PASS, SLOW],
407 'regress/regress-446389': [PASS, SLOW],
408 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW],
409
410 # BUG(v8:3097)
411 'debug-references': [SKIP],
Ben Murdoch097c5b22016-05-18 11:27:45 +0100412
413 # BUG(v8:4754).
414 'debug-referenced-by': [PASS, NO_VARIANTS],
Ben Murdochda12d292016-06-02 14:46:10 +0100415
416 # BUG(v8:4779): Crashes flakily with stress mode on arm64.
417 'array-splice': [PASS, SLOW, ['arch == arm64', FAST_VARIANTS]],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000418}], # 'gc_stress == True'
Ben Murdochb0fe1622011-05-05 13:52:32 +0100419
Ben Murdoch3ef787d2012-04-12 10:51:47 +0100420##############################################################################
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000421['no_i18n == True and mode == debug', {
422 # Tests too slow for no18n debug.
423 'regress/regress-1200351': [SKIP],
424}], # 'no_i18n == True and mode == debug'
425
426##############################################################################
427['byteorder == big', {
428 # Emscripten requires little-endian, skip all tests on big endian platforms.
429 'asm/embenchen/*': [SKIP],
430 'asm/poppler/*': [SKIP],
431 'asm/sqlite3/*': [SKIP],
Ben Murdoch097c5b22016-05-18 11:27:45 +0100432 # TODO(mips-team): Fix Wasm for big-endian.
433 'wasm/*': [SKIP],
Ben Murdochda12d292016-06-02 14:46:10 +0100434 'regress/regress-599717': [SKIP],
435 'regress/regress-599719': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000436}], # 'byteorder == big'
437
438##############################################################################
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000439['arch == arm64 or arch == android_arm64', {
Ben Murdoch3ef787d2012-04-12 10:51:47 +0100440
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000441 # arm64 TF timeout.
442 'regress/regress-1257': [PASS, TIMEOUT],
443
444 # Requires bigger stack size in the Genesis and if stack size is increased,
445 # the test requires too much time to run. However, the problem test covers
446 # should be platform-independent.
447 'regress/regress-1132': [SKIP],
448
449 # Pass but take too long to run. Skip.
450 # Some similar tests (with fewer iterations) may be included in arm64-js
451 # tests.
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400452 'asm/embenchen/box2d': [SKIP],
453 'asm/embenchen/lua_binarytrees': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000454 'big-object-literal': [SKIP],
455 'compiler/regress-arguments': [SKIP],
456 'compiler/regress-gvn': [SKIP],
457 'compiler/regress-max-locals-for-osr': [SKIP],
458 'compiler/regress-4': [SKIP],
459 'compiler/regress-or': [SKIP],
460 'compiler/regress-rep-change': [SKIP],
461 'regress/regress-1117': [SKIP],
462 'regress/regress-1145': [SKIP],
463 'regress/regress-1849': [SKIP],
464 'regress/regress-3247124': [SKIP],
465 'regress/regress-634': [SKIP],
466 'regress/regress-91008': [SKIP],
467 'regress/regress-91010': [SKIP],
468 'regress/regress-91013': [SKIP],
469 'regress/regress-99167': [SKIP],
470
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000471 # BUG(v8:3457).
472 'deserialize-reference': [PASS, FAIL],
473
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000474 # BUG(v8:4016)
475 'regress/regress-crbug-467047': [SKIP],
476
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000477 # Slow tests.
478 'array-concat': [PASS, SLOW],
479 'array-constructor': [PASS, SLOW],
480 'array-indexing': [PASS, SLOW],
481 'array-reduce': [PASS, SLOW],
482 'array-sort': [PASS, SLOW],
483 'array-splice': [PASS, SLOW],
484 'bit-not': [PASS, SLOW],
485 'compiler/alloc-number': [PASS, SLOW],
486 'compiler/osr-assert': [PASS, SLOW],
487 'compiler/osr-with-args': [PASS, SLOW],
488 'debug-scopes': [PASS, SLOW],
489 'generated-transition-stub': [PASS, SLOW],
490 'json2': [PASS, SLOW],
491 'math-floor-of-div-nosudiv': [PASS, SLOW],
492 'math-floor-of-div': [PASS, SLOW],
493 'mirror-object': [PASS, SLOW],
494 'packed-elements': [PASS, SLOW],
495 'regress/regress-1122': [PASS, SLOW],
496 'regress/regress-2185-2': [PASS, SLOW],
497 'regress/regress-2185': [PASS, SLOW],
498 'regress/regress-2790': [PASS, SLOW],
499 'regress/regress-331444': [PASS, SLOW],
500 'regress/regress-490': [PASS, SLOW],
501 'regress/regress-crbug-217858': [PASS, SLOW],
502 'regress/regress-create-exception': [PASS, SLOW],
503 'regress/regress-json-stringify-gc': [PASS, SLOW],
504 'string-indexof-2': [PASS, SLOW],
505 'unicodelctest-no-optimization': [PASS, SLOW],
506 'unicodelctest': [PASS, SLOW],
507 'unicode-test': [PASS, SLOW],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000508 'whitespaces': [PASS, TIMEOUT, SLOW],
Ben Murdochc5610432016-08-08 18:44:38 +0100509
510 # TODO(rmcilroy,4680): Arm64 specific timeouts.
511 'asm/construct-double': [PASS, NO_IGNITION],
512 'compiler/osr-one': [PASS, NO_IGNITION],
513 'compiler/osr-two': [PASS, NO_IGNITION],
514 'wasm/asm-wasm-i32': [PASS, NO_IGNITION],
515 'wasm/asm-wasm-u32': [PASS, NO_IGNITION],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000516}], # 'arch == arm64'
517
518['arch == arm64 and mode == debug and simulator_run == True', {
519
520 # Pass but take too long with the simulator in debug mode.
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400521 'array-iterate-backwards': [PASS, TIMEOUT],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000522 'array-sort': [PASS, TIMEOUT],
523 'packed-elements': [SKIP],
524 'regexp-global': [SKIP],
525 'compiler/alloc-numbers': [SKIP],
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400526 'math-floor-of-div': [PASS, TIMEOUT],
527 'math-floor-of-div-nosudiv': [PASS, TIMEOUT],
528 'unicodelctest': [PASS, TIMEOUT],
529 'unicodelctest-no-optimization': [PASS, TIMEOUT],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000530 # Issue 3219:
531 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]],
Ben Murdochc5610432016-08-08 18:44:38 +0100532
533 # Ignition.
534 'es6/templates': [PASS, ['no_snap and mode == debug', NO_IGNITION]],
535 'harmony/generators': [PASS, ['no_snap and mode == debug', NO_IGNITION]],
536 'regress/regress-crbug-364374': [PASS, ['no_snap and mode == debug', NO_IGNITION]],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000537}], # 'arch == arm64 and mode == debug and simulator_run == True'
Ben Murdoch589d6972011-11-30 16:04:58 +0000538
Ben Murdochb0fe1622011-05-05 13:52:32 +0100539##############################################################################
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000540['asan == True', {
541 # Skip tests not suitable for ASAN.
542 'big-array-literal': [SKIP],
543 'big-object-literal': [SKIP],
544 'regress/regress-crbug-178790': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000545
546 # Exception thrown during bootstrapping on ASAN builds, see issue 4236.
547 'regress/regress-1132': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000548}], # 'asan == True'
Ben Murdochb0fe1622011-05-05 13:52:32 +0100549
550##############################################################################
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000551['msan == True', {
552 # Skip tests not suitable for MSAN.
553 'big-array-literal': [SKIP],
554 # ICU upstream issues.
555 'date': [SKIP],
556 'deep-recursion': [SKIP],
557 'regress/regress-builtinbust-7': [SKIP],
558 'string-localecompare': [SKIP],
Ben Murdochc5610432016-08-08 18:44:38 +0100559
560 # TODO(mythria,4680): All of these tests have large loops and hence slow
561 # and timeout.
562 'compiler/osr-big': [PASS, NO_IGNITION],
563 'compiler/osr-nested': [PASS, NO_IGNITION],
564 'regress/regress-298269': [PASS, NO_IGNITION],
565 'regress/regress-crbug-319860': [PASS, NO_IGNITION],
566 'regress/regress-deep-proto': [PASS, NO_IGNITION],
567 'try': [PASS, NO_IGNITION],
568 # Too slow for interpreter and msan.
569 'es6/tail-call-megatest*': [PASS, NO_IGNITION],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000570}], # 'msan == True'
571
572##############################################################################
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000573['arch == arm or arch == android_arm', {
Steve Blocka7e24c12009-10-30 11:49:00 +0000574
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000575 # Slow tests which times out in debug mode.
576 'try': [PASS, ['mode == debug', SKIP]],
577 'debug-scripts-request': [PASS, ['mode == debug', SKIP]],
578 'array-constructor': [PASS, ['mode == debug', SKIP]],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000579 'regress/regress-1122': [PASS, SLOW, ['mode == debug and arch == android_arm', SKIP]],
Steve Blocka7e24c12009-10-30 11:49:00 +0000580
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000581 # Flaky test that can hit compilation-time stack overflow in debug mode.
582 'unicode-test': [PASS, ['mode == debug', PASS, FAIL]],
Steve Blockd0582a62009-12-15 09:54:21 +0000583
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000584 # Times out often in release mode on ARM.
585 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', TIMEOUT]],
586 'array-splice': [PASS, TIMEOUT],
Steve Blockd0582a62009-12-15 09:54:21 +0000587
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000588 # Long running tests. Skipping because having them timeout takes too long on
589 # the buildbot.
590 'big-object-literal': [SKIP],
591 'compiler/alloc-number': [SKIP],
592 'regress/regress-490': [SKIP],
593 'regress/regress-634': [SKIP],
594 'regress/regress-create-exception': [SKIP],
595 'regress/regress-3247124': [SKIP],
Teng-Hui Zhu3e5fa292010-11-09 16:16:48 -0800596
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000597 # Requires bigger stack size in the Genesis and if stack size is increased,
598 # the test requires too much time to run. However, the problem test covers
599 # should be platform-independent.
600 'regress/regress-1132': [SKIP],
601
602 # Currently always deopt on minus zero
603 'math-floor-of-div-minus-zero': [SKIP],
604
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000605 # Slow tests.
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000606 'array-sort': [PASS, SLOW],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000607 'compiler/osr-with-args': [PASS, SLOW],
608 'mirror-object': [PASS, SLOW],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000609 'packed-elements': [PASS, SLOW],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000610 'regress/regress-2185-2': [PASS, SLOW],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000611 'regress/regress-2790': [PASS, SLOW],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000612 'regress/regress-91008': [PASS, SLOW],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000613 'regress/regress-json-stringify-gc': [PASS, SLOW],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000614 'string-indexof-2': [PASS, TIMEOUT],
Ben Murdochc5610432016-08-08 18:44:38 +0100615
616 # TODO(rmcilroy,4680): Arm specific timeouts.
617 'compiler/osr-one': [PASS, NO_IGNITION],
618 'compiler/osr-two': [PASS, NO_IGNITION],
619 'regress/regress-1257': [PASS, NO_IGNITION],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000620}], # 'arch == arm or arch == android_arm'
Ben Murdoch3ef787d2012-04-12 10:51:47 +0100621
622##############################################################################
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000623['arch == mipsel or arch == mips', {
Ben Murdoch3ef787d2012-04-12 10:51:47 +0100624
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000625 # Slow tests which times out in debug mode.
626 'try': [PASS, ['mode == debug', SKIP]],
627 'debug-scripts-request': [PASS, ['mode == debug', SKIP]],
628 'array-constructor': [PASS, ['mode == debug', SKIP]],
629
630 # Times out often in release mode on MIPS.
631 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', TIMEOUT]],
632 'array-splice': [PASS, TIMEOUT],
633
634 # Long running test.
635 'mirror-object': [PASS, TIMEOUT],
636 'string-indexof-2': [PASS, TIMEOUT],
637
638 # Long running tests. Skipping because having them timeout takes too long on
639 # the buildbot.
640 'compiler/alloc-number': [SKIP],
641 'regress/regress-490': [SKIP],
642 'regress/regress-634': [SKIP],
643 'regress/regress-create-exception': [SKIP],
644 'regress/regress-3247124': [SKIP],
645
646 # Requires bigger stack size in the Genesis and if stack size is increased,
647 # the test requires too much time to run. However, the problem test covers
648 # should be platform-independent.
649 'regress/regress-1132': [SKIP],
650
651 # Currently always deopt on minus zero
652 'math-floor-of-div-minus-zero': [SKIP],
653}], # 'arch == mipsel or arch == mips'
Ben Murdoch5d4cdbf2012-04-11 10:23:59 +0100654
Ben Murdochb0fe1622011-05-05 13:52:32 +0100655##############################################################################
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400656['arch == mips', {
657 # Flaky with TF.
658 'mirror-script': [PASS, NO_VARIANTS],
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400659}], # 'arch == mips'
660
661##############################################################################
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000662['arch == x87', {
663 # Turbofan will hit the known issue that x87 changes sNaN to qNaN by default.
664 'regress/regress-undefined-nan': [SKIP],
Ben Murdoch097c5b22016-05-18 11:27:45 +0100665 'regress/regress-crbug-242924': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000666}], # 'arch == x87'
667
668##############################################################################
669['arch == mips64el or arch == mips64', {
Steve Blocka7e24c12009-10-30 11:49:00 +0000670
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000671 # Slow tests which times out in debug mode.
672 'try': [PASS, ['mode == debug', SKIP]],
673 'debug-scripts-request': [PASS, ['mode == debug', SKIP]],
674 'array-constructor': [PASS, ['mode == debug', SKIP]],
Steve Blocka7e24c12009-10-30 11:49:00 +0000675
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000676 # Times out often in release mode on MIPS.
677 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOUT]],
678 'array-splice': [PASS, TIMEOUT],
Steve Blocka7e24c12009-10-30 11:49:00 +0000679
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000680 # Long running test.
681 'mirror-object': [PASS, TIMEOUT],
682 'string-indexof-2': [PASS, TIMEOUT],
Steve Blockd0582a62009-12-15 09:54:21 +0000683
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000684 # BUG(3251035): Timeouts in long looping crankshaft optimization
685 # tests. Skipping because having them timeout takes too long on the
686 # buildbot.
687 'compiler/alloc-number': [PASS, SLOW],
688 'compiler/array-length': [PASS, SLOW],
689 'compiler/assignment-deopt': [PASS, SLOW],
690 'compiler/deopt-args': [PASS, SLOW],
691 'compiler/inline-compare': [PASS, SLOW],
692 'compiler/inline-global-access': [PASS, SLOW],
693 'compiler/optimized-function-calls': [PASS, SLOW],
694 'compiler/pic': [PASS, SLOW],
695 'compiler/property-calls': [PASS, SLOW],
696 'compiler/recursive-deopt': [PASS, SLOW],
697 'compiler/regress-4': [PASS, SLOW],
698 'compiler/regress-funcaller': [PASS, SLOW],
699 'compiler/regress-rep-change': [PASS, SLOW],
700 'compiler/regress-arguments': [PASS, SLOW],
701 'compiler/regress-funarguments': [PASS, SLOW],
702 'compiler/regress-3249650': [PASS, SLOW],
703 'compiler/simple-deopt': [PASS, SLOW],
704 'regress/regress-490': [PASS, SLOW],
705 'regress/regress-634': [PASS, SLOW],
706 'regress/regress-create-exception': [PASS, SLOW],
707 'regress/regress-3218915': [PASS, SLOW],
708 'regress/regress-3247124': [PASS, SLOW],
Ben Murdochb0fe1622011-05-05 13:52:32 +0100709
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000710 # Requires bigger stack size in the Genesis and if stack size is increased,
711 # the test requires too much time to run. However, the problem test covers
712 # should be platform-independent.
713 'regress/regress-1132': [SKIP],
Steve Blockd0582a62009-12-15 09:54:21 +0000714
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000715 # Currently always deopt on minus zero
716 'math-floor-of-div-minus-zero': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000717}], # 'arch == mips64el or arch == mips64'
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000718
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000719##############################################################################
720['system == windows', {
721 # TODO(mstarzinger): Too slow with turbo fan.
722 'big-object-literal': [PASS, ['mode == debug', SKIP]],
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400723 'math-floor-of-div': [PASS, ['mode == debug', SKIP]],
724 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]],
725 'osr-regress-max-locals': [PASS, ['mode == debug', SKIP]],
726 'unicodelctest': [PASS, ['mode == debug', SKIP]],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000727
728 # BUG(v8:3435)
729 'debug-script-breakpoints': [PASS, FAIL],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000730
731 # BUG(v8:4495).
732 'es6/collections': [PASS, ['arch == ia32', FAST_VARIANTS]],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000733}], # 'system == windows'
Kristian Monsen25f61362010-05-21 11:50:48 +0100734
Ben Murdochb0fe1622011-05-05 13:52:32 +0100735##############################################################################
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000736# Native Client uses the ARM simulator so will behave similarly to arm
737# on mjsunit tests.
738# TODO(bradchen): enable more tests for NaCl V8 when it stops using
739# the ARM simulator.
740##############################################################################
741['arch == nacl_ia32 or arch == nacl_x64', {
742 # There is no /tmp directory for NaCl runs
743 'd8-os': [SKIP],
Ben Murdochc7cc0282012-03-05 14:35:55 +0000744
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000745 # Stack manipulations in LiveEdit is not implemented for this arch.
746 'debug-liveedit-check-stack': [SKIP],
747 'debug-liveedit-stack-padding': [SKIP],
748 'debug-liveedit-restart-frame': [SKIP],
749 'debug-liveedit-double-call': [SKIP],
Ben Murdoch3ef787d2012-04-12 10:51:47 +0100750
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000751 # NaCl builds have problems with this test since Pepper_28.
752 # V8 Issue 2786
753 'math-exp-precision': [SKIP],
Ben Murdoch3ef787d2012-04-12 10:51:47 +0100754
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000755 # Requires bigger stack size in the Genesis and if stack size is increased,
756 # the test requires too much time to run. However, the problem test covers
757 # should be platform-independent.
758 'regress/regress-1132': [SKIP],
Ben Murdoch3ef787d2012-04-12 10:51:47 +0100759
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000760 # Poor performance for NaCl V8 causes an assertion failure for this test.
761 'regress/regress-165637': [SKIP],
Ben Murdoch85b71792012-04-11 18:30:58 +0100762
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000763 # Skip long running test that times out in debug mode and goes OOM on NaCl.
764 'regress/regress-crbug-160010': [SKIP],
765
766 # Skip tests that timout with turbofan.
767 'regress/regress-1257': [PASS, NO_VARIANTS],
768 'regress/regress-2618': [PASS, NO_VARIANTS],
769 'regress/regress-298269': [PASS, NO_VARIANTS],
770 'regress/regress-634': [PASS, NO_VARIANTS],
771 'regress/regress-91008': [PASS, NO_VARIANTS],
772 'compiler/osr-alignment': [PASS, NO_VARIANTS],
773 'compiler/osr-one': [PASS, NO_VARIANTS],
774 'compiler/osr-two': [PASS, NO_VARIANTS],
775 'stack-traces-overflow': [PASS, NO_VARIANTS],
776 'mirror-object': [PASS, NO_VARIANTS],
777
778 # Bug(v8:2978).
779 'lithium/MathExp': [PASS, FAIL],
780
781 # Lead to OOM:
782 'string-oom-*': [SKIP],
783
784 # Crashes.
785 'harmony/private': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000786}], # 'arch == nacl_ia32 or arch == nacl_x64'
787
788##############################################################################
Ben Murdochda12d292016-06-02 14:46:10 +0100789['arch == s390 or arch == s390x', {
790
791 # Stack manipulations in LiveEdit is not implemented for this arch.
792 'debug-liveedit-check-stack': [SKIP],
793 'debug-liveedit-stack-padding': [SKIP],
794 'debug-liveedit-restart-frame': [SKIP],
795 'debug-liveedit-double-call': [SKIP],
796}], # 'arch == s390 or arch == s390x'
797
798##############################################################################
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000799['deopt_fuzzer == True', {
800
801 # Skip tests that are not suitable for deoptimization fuzzing.
802 'assert-opt-and-deopt': [SKIP],
803 'never-optimize': [SKIP],
804 'regress/regress-2185-2': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000805 'readonly': [SKIP],
806 'array-feedback': [SKIP],
807
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000808 # Bounds check triggers forced deopt for array constructors.
809 'array-constructor-feedback': [SKIP],
810
811 # Deopting uses just enough memory to make this one OOM.
812 'regress/regress-3976': [SKIP],
813
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000814 # Deopt every n garbage collections collides with deopt every n times.
815 'regress/regress-2653': [SKIP],
Ben Murdochda12d292016-06-02 14:46:10 +0100816
817 # Too slow.
818 'es6/tail-call-megatest*': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000819}], # 'deopt_fuzzer == True'
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000820
821##############################################################################
822['predictable == True', {
823
824 # Skip tests that are known to be non-deterministic.
825 'd8-worker-sharedarraybuffer': [SKIP],
Ben Murdoch097c5b22016-05-18 11:27:45 +0100826 'd8-os': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000827}], # 'predictable == True'
828
829##############################################################################
830['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == True', {
831
832 # take too long with the simulator.
833 'regress/regress-1132': [SKIP],
834}], # 'arch == ppc and simulator_run == True'
835
Ben Murdochda12d292016-06-02 14:46:10 +0100836##############################################################################
Ben Murdochc5610432016-08-08 18:44:38 +0100837['arch == ppc64', {
Ben Murdochda12d292016-06-02 14:46:10 +0100838
Ben Murdochc5610432016-08-08 18:44:38 +0100839 # stack overflow
840 'big-array-literal': [SKIP],
841}], # 'arch == ppc64'
Ben Murdochda12d292016-06-02 14:46:10 +0100842
Ben Murdochc5610432016-08-08 18:44:38 +0100843##############################################################################
844['ignition or ignition_turbofan', {
Ben Murdochda12d292016-06-02 14:46:10 +0100845 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
Ben Murdoch097c5b22016-05-18 11:27:45 +0100846 'array-literal-feedback': [FAIL],
Ben Murdoch097c5b22016-05-18 11:27:45 +0100847 'regress/regress-4121': [FAIL],
Ben Murdoch097c5b22016-05-18 11:27:45 +0100848
Ben Murdochda12d292016-06-02 14:46:10 +0100849 # TODO(mythria, 4764): lack of osr support.
850 'regress/regress-2618': [FAIL],
851 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
852 # till it is optimized. So test timeouts.
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000853 'array-literal-transitions': [SKIP],
Ben Murdochda12d292016-06-02 14:46:10 +0100854
Ben Murdochda12d292016-06-02 14:46:10 +0100855 # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so during
856 # eager compile of the whole script instead of during lazy compile of the function
857 # f(), so we can't catch the exception in the try/catch. Skip because on some
858 # platforms the stack limit is different and the exception doesn't fire.
859 'regress/regress-crbug-589472': [SKIP],
860
Ben Murdochda12d292016-06-02 14:46:10 +0100861 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]],
862 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000863
Ben Murdochc5610432016-08-08 18:44:38 +0100864 # TODO(rmcilroy,titzer): Times out after
865 # https://codereview.chromium.org/1951013002 .
866 'regress/regress-599717': [PASS, ['tsan', SKIP]],
867}], # ignition or ignition_turbofan
Ben Murdochda12d292016-06-02 14:46:10 +0100868
Ben Murdochc5610432016-08-08 18:44:38 +0100869['(ignition or ignition_turbofan) and arch == arm64', {
Ben Murdochda12d292016-06-02 14:46:10 +0100870 # TODO(rmcilroy,4680): Arm64 specific timeouts.
871 'asm/construct-double': [SKIP],
872 'compiler/osr-one': [SKIP],
873 'compiler/osr-two': [SKIP],
874 'wasm/asm-wasm-i32': [SKIP],
875 'wasm/asm-wasm-u32': [SKIP],
Ben Murdochc5610432016-08-08 18:44:38 +0100876}], # (ignition or ignition_turbofan) and arch == arm64
Ben Murdoch097c5b22016-05-18 11:27:45 +0100877
Ben Murdochc5610432016-08-08 18:44:38 +0100878['(ignition or ignition_turbofan) and arch == arm', {
Ben Murdochda12d292016-06-02 14:46:10 +0100879 # TODO(rmcilroy,4680): Arm specific timeouts.
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000880 'compiler/osr-one': [SKIP],
881 'compiler/osr-two': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000882 'regress/regress-1257': [SKIP],
Ben Murdochc5610432016-08-08 18:44:38 +0100883}], # (ignition or ignition_turbofan) and arch == arm
Ben Murdochda12d292016-06-02 14:46:10 +0100884
Ben Murdochc5610432016-08-08 18:44:38 +0100885['(ignition or ignition_turbofan) and msan', {
Ben Murdochda12d292016-06-02 14:46:10 +0100886 # TODO(mythria,4680): All of these tests have large loops and hence slow
887 # and timeout.
888 'compiler/osr-big': [SKIP],
889 'compiler/osr-nested': [SKIP],
890 'regress/regress-298269': [SKIP],
891 'regress/regress-crbug-319860': [SKIP],
892 'regress/regress-deep-proto': [SKIP],
893 'try': [SKIP],
894 # Too slow for interpreter and msan.
895 'es6/tail-call-megatest*': [SKIP],
Ben Murdochc5610432016-08-08 18:44:38 +0100896}], # (ignition or ignition_turbofan) and msan
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000897
898##############################################################################
899['gcov_coverage', {
900 # Tests taking too long.
901 'array-functions-prototype-misc': [SKIP],
Ben Murdoch097c5b22016-05-18 11:27:45 +0100902
903 # Stack overflow.
904 'big-array-literal': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000905}], # 'gcov_coverage'
906
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000907]