blob: 017fa4dfa943532ba0ae951da5b7afd8bf16d888 [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.
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000097 'debug-setbreakpoint': [PASS, NO_VARIANTS], # only in no-snap debug.
98 'debug-step': [PASS, NO_VARIANTS], # windows only.
99 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode.
100 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode.
101 'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug.
102 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap debug.
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000103 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode.
104 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-stress.
105 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and gc-stress.
106 'debug-listbreakpoints': [PASS, NO_VARIANTS], # arm64 nosnap with turbofan
107 'debug-enable-disable-breakpoints': [PASS, NO_VARIANTS], #arm64 nosnap with turbofan.
108
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000109 # Issue 4035: unexpected frame->context() in debugger
110 'regress/regress-crbug-107996': [PASS, NO_VARIANTS],
111 'regress/regress-crbug-171715': [PASS, NO_VARIANTS],
112 'regress/regress-crbug-222893': [PASS, NO_VARIANTS],
113 'regress/regress-crbug-323936': [PASS, NO_VARIANTS],
114 'regress/regress-crbug-491943': [PASS, NO_VARIANTS],
115 'regress/regress-325676': [PASS, NO_VARIANTS],
116 'debug-evaluate-closure': [PASS, NO_VARIANTS],
117 'debug-evaluate-with': [PASS, NO_VARIANTS],
118
119 # TODO(mstarzinger): Optimizing top-level code flushed out some correctness
120 # issues on ARM and ARM64.
121 'es6/math-log2-log10': [PASS, NO_VARIANTS], # on ARM and ARM64.
122 'mirror-script': [PASS, NO_VARIANTS], # on ARM64 only.
123
124 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000125 'debug-evaluate-locals': [PASS, NO_VARIANTS],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000126 'debug-evaluate-locals-capturing': [PASS, NO_VARIANTS],
127 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode.
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000128 'debug-liveedit-double-call': [PASS, NO_VARIANTS],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000129 'debug-set-variable-value': [PASS, NO_VARIANTS],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000130 'debug-stepout-scope-part1': [PASS, NO_VARIANTS],
131 'debug-stepout-scope-part2': [PASS, NO_VARIANTS],
132 'debug-stepout-scope-part3': [PASS, NO_VARIANTS],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000133 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS],
134 # Issue 4055: Scope chain length observed by debugger is off.
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000135 'es6/generators-debug-scopes': [PASS, NO_VARIANTS],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000136
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000137 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points
138 'result-table-min': [PASS, NO_VARIANTS],
139 'result-table-max': [PASS, NO_VARIANTS],
140 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification.
141 'regress/regress-1122': [PASS, NO_VARIANTS],
142
143 # Assumptions about optimization need investigation in TurboFan.
144 'regress-sync-optimized-lists': [PASS, NO_VARIANTS],
145 'regress/regress-store-uncacheable': [PASS, NO_VARIANTS],
146
147 # issue 4078:
148 'allocation-site-info': [PASS, NO_VARIANTS],
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400149
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000150 ##############################################################################
151 # Too slow in debug mode with --stress-opt mode.
152 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]],
153 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]],
154 'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
155 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
156
157 ##############################################################################
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000158 # Too slow in debug mode for validation of elements.
159 'regress/regress-430201': [PASS, ['mode == debug', SKIP]],
160 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]],
161
162 ##############################################################################
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000163 # Too slow in debug mode for GC stress mode.
164 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]],
165
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000166 # Too slow in debug mode and under turbofan.
167 'regress/regress-4595': [PASS, NO_VARIANTS, ['mode == debug', SKIP]],
168
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000169 ##############################################################################
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000170 # Only RegExp stuff tested, no need for extensive optimizing compiler tests.
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000171 'regexp-global': [PASS, NO_VARIANTS],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000172 'third_party/regexp-pcre/regexp-pcre': [PASS, NO_VARIANTS],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000173
174 ##############################################################################
175 # No need to waste time for this test.
176 'd8-performance-now': [PASS, NO_VARIANTS],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000177 'regress/regress-crbug-491062': [PASS, NO_VARIANTS],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000178
179 # Issue 488: this test sometimes times out.
Ben Murdoch097c5b22016-05-18 11:27:45 +0100180 # TODO(arm): This seems to flush out a bug on arm with simulator.
181 'array-constructor': [PASS, TIMEOUT, ['arch == arm and simulator == True', SKIP]],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000182
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000183 # Issue 4413: this test sometimes times out with TSAN because we trigger
184 # the slow path in C++ with holey arrays in Function.prototype.apply.
185 # TODO(bmeurer): Add fast support for holey arrays in apply.
186 'apply': [PASS, TIMEOUT],
187
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000188 # Very slow on ARM and MIPS, contains no architecture dependent code.
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000189 '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]],
190 '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]],
191 '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 +0000192
193 ##############################################################################
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000194 # Skip long running tests that time out in debug mode.
195 'generated-transition-stub': [PASS, ['mode == debug', SKIP]],
196 'migrations': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000197 'array-functions-prototype-misc': [PASS, SLOW, ['mode == debug', SKIP]],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000198
199 ##############################################################################
200 # This test sets the umask on a per-process basis and hence cannot be
201 # used in multi-threaded runs.
202 # On android there is no /tmp directory.
203 # Currently d8-os generates a temporary directory name using Math.random(), so
204 # we cannot run several variants of d8-os simultaneously, since all of them
205 # get the same random seed and would generate the same directory name. Besides
206 # that, it doesn't make sense to run several variants of d8-os anyways.
207 'd8-os': [PASS, NO_VARIANTS, ['isolates or arch == android_arm or arch == android_arm64 or arch == android_ia32', SKIP]],
208 'tools/tickprocessor': [PASS, NO_VARIANTS, ['arch == android_arm or arch == android_arm64 or arch == android_ia32', SKIP]],
Ben Murdoch61f157c2016-09-16 13:49:30 +0100209 'tools/dumpcpp': [PASS, NO_VARIANTS, ['arch == android_arm or arch == android_arm64 or arch == android_ia32', SKIP]],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000210
211 ##############################################################################
212 # Long running test that reproduces memory leak and should be run manually.
213 'regress/regress-2073': [SKIP],
214
215 ##############################################################################
216 # Tests verifying CHECK and ASSERT.
217 'verify-check-false': [FAIL, NO_VARIANTS],
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400218 '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 +0000219
220 ##############################################################################
221 # Tests with different versions for release and debug.
222 'compiler/alloc-number': [PASS, ['mode == debug', SKIP]],
223 'compiler/alloc-number-debug': [PASS, ['mode == release', SKIP]],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000224 'regress/regress-634-debug': [PASS, ['mode == release', SKIP]],
225
226 # BUG(336820). TODO(bmeurer): Investigate.
227 'regress/regress-336820': [PASS, FAIL],
228
229 # BUG(v8:2989). PASS/FAIL on linux32 because crankshaft is turned off for
230 # nosse2. Also for arm novfp3.
231 'regress/regress-2989': [FAIL, NO_VARIANTS, ['system == linux and arch == x87 or arch == arm and simulator == True', PASS]],
232
233 # Skip endain dependent test for mips due to different typed views of the same
234 # array buffer.
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400235 'nans': [PASS, ],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000236
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400237 # This test variant makes only sense on arm.
238 'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_arm, android_arm64]', SKIP]],
239
240 # Too slow for slow variants.
241 'asm/embenchen/*': [PASS, SLOW, FAST_VARIANTS],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000242 'asm/poppler/*': [PASS, SLOW, FAST_VARIANTS],
243 'asm/sqlite3/*': [PASS, SLOW, FAST_VARIANTS],
244
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000245 # BUG(v8:4458). TODO(mvstanton): reenable the test once --vector-stores is
246 # prermanently enabled.
247 'call-counts': [SKIP],
248
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000249 # Slow tests.
250 'copy-on-write-assert': [PASS, SLOW],
251 'debug-scopes': [PASS, SLOW],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000252 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]],
253 'readonly': [PASS, SLOW],
254 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]],
255 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]],
Ben Murdoch61f157c2016-09-16 13:49:30 +0100256 'es6/tail-call-megatest*': [PASS, SLOW, FAST_VARIANTS, ['tsan', SKIP]],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000257
Ben Murdochda12d292016-06-02 14:46:10 +0100258 # TODO(titzer): ASM->WASM tests on these platforms
259 'wasm/asm-wasm': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]', SKIP]],
260 # TODO(branelson): Figure out why ignition + asm-wasm-stdlib fails.
261 'wasm/asm-wasm-stdlib': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el] or ignition == True', SKIP]],
262 'wasm/asm-wasm-literals': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el] or ignition == True', SKIP]],
263 'wasm/asm-wasm-copy': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]', SKIP]],
264 'wasm/asm-wasm-deopt': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]', SKIP]],
Ben Murdochc5610432016-08-08 18:44:38 +0100265 'wasm/asm-wasm-switch': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]', SKIP]],
Ben Murdochda12d292016-06-02 14:46:10 +0100266
267 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen.
268 'wasm/embenchen/*': [PASS, ['arch == arm64', SKIP], ['ignition == True', SKIP]],
269
Ben Murdoch097c5b22016-05-18 11:27:45 +0100270 # case-insensitive unicode regexp relies on case mapping provided by ICU.
Ben Murdoch61f157c2016-09-16 13:49:30 +0100271 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]],
272 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]],
Ben Murdochda12d292016-06-02 14:46:10 +0100273 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]],
Ben Murdoch097c5b22016-05-18 11:27:45 +0100274 # desugaring regexp property class relies on ICU.
Ben Murdochda12d292016-06-02 14:46:10 +0100275 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]],
Ben Murdochc5610432016-08-08 18:44:38 +0100276
Ben Murdoch61f157c2016-09-16 13:49:30 +0100277 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m).
278 'unicodelctest': [PASS, NO_VARIANTS],
279 'unicodelctest-no-optimization': [PASS, NO_VARIANTS],
280
Ben Murdochc5610432016-08-08 18:44:38 +0100281 ############################################################################
282 # Ignition
283
284 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
285 'array-literal-feedback': [PASS, NO_IGNITION],
286 'regress/regress-4121': [PASS, NO_IGNITION],
287
288 # TODO(mythria, 4764): lack of osr support.
289 'regress/regress-2618': [PASS, NO_IGNITION],
290
291 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
292 # till it is optimized. So test timeouts.
293 'array-literal-transitions': [PASS, NO_IGNITION],
294
Ben Murdochc5610432016-08-08 18:44:38 +0100295 # TODO(4680): Test doesn't know about three tier compiler pipeline.
296 'assert-opt-and-deopt': [PASS, NO_IGNITION],
297
298 # BUG(rmcilroy,4989): Function is optimized without type feedback and so immediately deopts again, causing check failure in the test.
299 'compiler/deopt-inlined-from-call': [PASS, NO_IGNITION],
300 'compiler/increment-typefeedback': [PASS, NO_IGNITION],
301 'compiler/manual-concurrent-recompile': [PASS, NO_IGNITION],
302 'constant-folding-2': [PASS, NO_IGNITION],
303 'debug-is-active': [PASS, NO_IGNITION],
304 'deopt-with-fp-regs': [PASS, NO_IGNITION],
305 'deserialize-optimize-inner': [PASS, NO_IGNITION],
306 'div-mul-minus-one': [PASS, NO_IGNITION],
307 'double-intrinsics': [PASS, NO_IGNITION],
308 'elements-transition-hoisting': [PASS, NO_IGNITION],
309 'es6/block-let-crankshaft': [PASS, NO_IGNITION],
310 'es6/block-let-crankshaft-sloppy': [PASS, NO_IGNITION],
311 'getters-on-elements': [PASS, NO_IGNITION],
312 'harmony/do-expressions': [PASS, NO_IGNITION],
313 'math-floor-of-div-minus-zero': [PASS, NO_IGNITION],
314 'regress/regress-2132': [PASS, NO_IGNITION],
315 'regress/regress-2339': [PASS, NO_IGNITION],
316 'regress/regress-3176': [PASS, NO_IGNITION],
317 'regress/regress-3709': [PASS, NO_IGNITION],
318 'regress/regress-385565': [PASS, NO_IGNITION],
319 'regress/regress-crbug-594183': [PASS, NO_IGNITION],
320 'regress/regress-embedded-cons-string': [PASS, NO_IGNITION],
321 'regress/regress-map-invalidation-2': [PASS, NO_IGNITION],
322 'regress/regress-param-local-type': [PASS, NO_IGNITION],
323 'regress/regress-prepare-break-while-recompile': [PASS, NO_IGNITION],
324 'shift-for-integer-div': [PASS, NO_IGNITION],
325 'sin-cos': [PASS, NO_IGNITION],
326 'smi-mul-const': [PASS, NO_IGNITION],
327 'smi-mul': [PASS, NO_IGNITION],
328 'unary-minus-deopt': [PASS, NO_IGNITION],
Ben Murdoch61f157c2016-09-16 13:49:30 +0100329
330 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on
331 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled.
332 'harmony/generators-turbo': [PASS, FAST_VARIANTS],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000333}], # ALWAYS
Steve Blocka7e24c12009-10-30 11:49:00 +0000334
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000335['novfp3 == True', {
336 'asm/embenchen/box2d': [SKIP],
337 'asm/embenchen/zlib': [SKIP],
338 'asm/embenchen/memops': [SKIP],
339 'asm/embenchen/lua_binarytrees': [SKIP],
340}], # novfp3 == True
341
Ben Murdoch3fb3ca82011-12-02 17:19:32 +0000342##############################################################################
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000343['gc_stress == True', {
344 # Skip tests not suitable for GC stress.
345 'allocation-site-info': [SKIP],
346 'array-constructor-feedback': [SKIP],
347 'array-feedback': [SKIP],
348 'array-literal-feedback': [SKIP],
349 'd8-performance-now': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000350 'elements-kind': [SKIP],
351 'elements-transition-hoisting': [SKIP],
352 'fast-prototype': [SKIP],
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400353 'field-type-tracking': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000354 'getters-on-elements': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000355 'es6/block-let-crankshaft': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000356 'opt-elements-kind': [SKIP],
357 'osr-elements-kind': [SKIP],
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400358 'regress/regress-crbug-137689': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000359 'regress/regress-165637': [SKIP],
360 'regress/regress-2249': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000361 'regress/regress-4121': [SKIP],
362 'compare-known-objects-slow': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000363 # Tests taking too long
364 'debug-stepout-scope-part8': [SKIP],
365 'mirror-object': [SKIP],
366 'packed-elements': [SKIP],
367 'regress/regress-1122': [SKIP],
368 'regress/regress-331444': [SKIP],
369 'regress/regress-353551': [SKIP],
370 'regress/regress-crbug-119926': [SKIP],
371 'regress/short-circuit': [SKIP],
372 'stack-traces-overflow': [SKIP],
373 'unicode-test': [SKIP],
374 'whitespaces': [SKIP],
375
376 # TODO(mstarzinger): Takes too long with TF.
377 'array-sort': [PASS, NO_VARIANTS],
378 'regress/regress-91008': [PASS, NO_VARIANTS],
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400379 'regress/regress-transcendental': [PASS, ['arch == arm64', NO_VARIANTS]],
380 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS],
381 'math-floor-of-div': [PASS, NO_VARIANTS],
382 'unicodelctest': [PASS, NO_VARIANTS],
383 'unicodelctest-no-optimization': [PASS, NO_VARIANTS],
384
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000385 # TODO(jkummerow): Doesn't work correctly in GC stress.
386 'regress/regress-crbug-500497': [SKIP],
387
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400388 # Too slow for gc stress.
389 'asm/embenchen/box2d': [SKIP],
390
391 # Issue 3723.
392 'regress/regress-3717': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000393
394 # BUG(v8:4237)
395 'regress/regress-3976': [SKIP],
396
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000397 # Slow tests.
398 'array-constructor': [PASS, SLOW],
399 'json': [PASS, SLOW],
400 'regress/regress-446389': [PASS, SLOW],
401 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW],
402
403 # BUG(v8:3097)
404 'debug-references': [SKIP],
Ben Murdoch097c5b22016-05-18 11:27:45 +0100405
406 # BUG(v8:4754).
407 'debug-referenced-by': [PASS, NO_VARIANTS],
Ben Murdochda12d292016-06-02 14:46:10 +0100408
409 # BUG(v8:4779): Crashes flakily with stress mode on arm64.
410 'array-splice': [PASS, SLOW, ['arch == arm64', FAST_VARIANTS]],
Ben Murdoch61f157c2016-09-16 13:49:30 +0100411
412 # BUG(v8:5053).
413 'wasm/embenchen/fasta': [PASS, FAST_VARIANTS],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000414}], # 'gc_stress == True'
Ben Murdochb0fe1622011-05-05 13:52:32 +0100415
Ben Murdoch3ef787d2012-04-12 10:51:47 +0100416##############################################################################
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000417['no_i18n == True and mode == debug', {
418 # Tests too slow for no18n debug.
419 'regress/regress-1200351': [SKIP],
420}], # 'no_i18n == True and mode == debug'
421
422##############################################################################
423['byteorder == big', {
424 # Emscripten requires little-endian, skip all tests on big endian platforms.
425 'asm/embenchen/*': [SKIP],
426 'asm/poppler/*': [SKIP],
427 'asm/sqlite3/*': [SKIP],
Ben Murdoch097c5b22016-05-18 11:27:45 +0100428 # TODO(mips-team): Fix Wasm for big-endian.
429 'wasm/*': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000430}], # 'byteorder == big'
431
432##############################################################################
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000433['arch == arm64 or arch == android_arm64', {
Ben Murdoch3ef787d2012-04-12 10:51:47 +0100434
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000435 # arm64 TF timeout.
436 'regress/regress-1257': [PASS, TIMEOUT],
437
438 # Requires bigger stack size in the Genesis and if stack size is increased,
439 # the test requires too much time to run. However, the problem test covers
440 # should be platform-independent.
441 'regress/regress-1132': [SKIP],
442
443 # Pass but take too long to run. Skip.
444 # Some similar tests (with fewer iterations) may be included in arm64-js
445 # tests.
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400446 'asm/embenchen/box2d': [SKIP],
447 'asm/embenchen/lua_binarytrees': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000448 'big-object-literal': [SKIP],
449 'compiler/regress-arguments': [SKIP],
450 'compiler/regress-gvn': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000451 'compiler/regress-4': [SKIP],
452 'compiler/regress-or': [SKIP],
453 'compiler/regress-rep-change': [SKIP],
454 'regress/regress-1117': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000455 'regress/regress-1849': [SKIP],
456 'regress/regress-3247124': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000457 'regress/regress-91008': [SKIP],
458 'regress/regress-91010': [SKIP],
459 'regress/regress-91013': [SKIP],
460 'regress/regress-99167': [SKIP],
461
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000462 # BUG(v8:3457).
463 'deserialize-reference': [PASS, FAIL],
464
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000465 # BUG(v8:4016)
466 'regress/regress-crbug-467047': [SKIP],
467
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000468 # Slow tests.
469 'array-concat': [PASS, SLOW],
470 'array-constructor': [PASS, SLOW],
471 'array-indexing': [PASS, SLOW],
472 'array-reduce': [PASS, SLOW],
473 'array-sort': [PASS, SLOW],
474 'array-splice': [PASS, SLOW],
475 'bit-not': [PASS, SLOW],
476 'compiler/alloc-number': [PASS, SLOW],
477 'compiler/osr-assert': [PASS, SLOW],
478 'compiler/osr-with-args': [PASS, SLOW],
479 'debug-scopes': [PASS, SLOW],
480 'generated-transition-stub': [PASS, SLOW],
481 'json2': [PASS, SLOW],
482 'math-floor-of-div-nosudiv': [PASS, SLOW],
483 'math-floor-of-div': [PASS, SLOW],
484 'mirror-object': [PASS, SLOW],
485 'packed-elements': [PASS, SLOW],
486 'regress/regress-1122': [PASS, SLOW],
487 'regress/regress-2185-2': [PASS, SLOW],
488 'regress/regress-2185': [PASS, SLOW],
489 'regress/regress-2790': [PASS, SLOW],
490 'regress/regress-331444': [PASS, SLOW],
491 'regress/regress-490': [PASS, SLOW],
492 'regress/regress-crbug-217858': [PASS, SLOW],
493 'regress/regress-create-exception': [PASS, SLOW],
494 'regress/regress-json-stringify-gc': [PASS, SLOW],
495 'string-indexof-2': [PASS, SLOW],
496 'unicodelctest-no-optimization': [PASS, SLOW],
497 'unicodelctest': [PASS, SLOW],
498 'unicode-test': [PASS, SLOW],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000499 'whitespaces': [PASS, TIMEOUT, SLOW],
Ben Murdochc5610432016-08-08 18:44:38 +0100500
501 # TODO(rmcilroy,4680): Arm64 specific timeouts.
502 'asm/construct-double': [PASS, NO_IGNITION],
503 'compiler/osr-one': [PASS, NO_IGNITION],
504 'compiler/osr-two': [PASS, NO_IGNITION],
505 'wasm/asm-wasm-i32': [PASS, NO_IGNITION],
506 'wasm/asm-wasm-u32': [PASS, NO_IGNITION],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000507}], # 'arch == arm64'
508
509['arch == arm64 and mode == debug and simulator_run == True', {
510
511 # Pass but take too long with the simulator in debug mode.
512 'array-sort': [PASS, TIMEOUT],
513 'packed-elements': [SKIP],
514 'regexp-global': [SKIP],
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400515 'math-floor-of-div': [PASS, TIMEOUT],
516 'math-floor-of-div-nosudiv': [PASS, TIMEOUT],
517 'unicodelctest': [PASS, TIMEOUT],
518 'unicodelctest-no-optimization': [PASS, TIMEOUT],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000519 # Issue 3219:
520 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]],
Ben Murdochc5610432016-08-08 18:44:38 +0100521
522 # Ignition.
523 'es6/templates': [PASS, ['no_snap and mode == debug', NO_IGNITION]],
Ben Murdochc5610432016-08-08 18:44:38 +0100524 'regress/regress-crbug-364374': [PASS, ['no_snap and mode == debug', NO_IGNITION]],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000525}], # 'arch == arm64 and mode == debug and simulator_run == True'
Ben Murdoch589d6972011-11-30 16:04:58 +0000526
Ben Murdochb0fe1622011-05-05 13:52:32 +0100527##############################################################################
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000528['asan == True', {
529 # Skip tests not suitable for ASAN.
530 'big-array-literal': [SKIP],
531 'big-object-literal': [SKIP],
532 'regress/regress-crbug-178790': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000533
534 # Exception thrown during bootstrapping on ASAN builds, see issue 4236.
535 'regress/regress-1132': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000536}], # 'asan == True'
Ben Murdochb0fe1622011-05-05 13:52:32 +0100537
538##############################################################################
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000539['msan == True', {
540 # Skip tests not suitable for MSAN.
541 'big-array-literal': [SKIP],
542 # ICU upstream issues.
543 'date': [SKIP],
544 'deep-recursion': [SKIP],
545 'regress/regress-builtinbust-7': [SKIP],
546 'string-localecompare': [SKIP],
Ben Murdochc5610432016-08-08 18:44:38 +0100547
548 # TODO(mythria,4680): All of these tests have large loops and hence slow
549 # and timeout.
550 'compiler/osr-big': [PASS, NO_IGNITION],
551 'compiler/osr-nested': [PASS, NO_IGNITION],
552 'regress/regress-298269': [PASS, NO_IGNITION],
553 'regress/regress-crbug-319860': [PASS, NO_IGNITION],
554 'regress/regress-deep-proto': [PASS, NO_IGNITION],
555 'try': [PASS, NO_IGNITION],
556 # Too slow for interpreter and msan.
557 'es6/tail-call-megatest*': [PASS, NO_IGNITION],
Ben Murdoch61f157c2016-09-16 13:49:30 +0100558
559 # Too slow.
560 'harmony/regexp-property-lu-ui': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000561}], # 'msan == True'
562
563##############################################################################
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000564['arch == arm or arch == android_arm', {
Steve Blocka7e24c12009-10-30 11:49:00 +0000565
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000566 # Slow tests which times out in debug mode.
567 'try': [PASS, ['mode == debug', SKIP]],
568 'debug-scripts-request': [PASS, ['mode == debug', SKIP]],
569 'array-constructor': [PASS, ['mode == debug', SKIP]],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000570 'regress/regress-1122': [PASS, SLOW, ['mode == debug and arch == android_arm', SKIP]],
Steve Blocka7e24c12009-10-30 11:49:00 +0000571
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000572 # Flaky test that can hit compilation-time stack overflow in debug mode.
573 'unicode-test': [PASS, ['mode == debug', PASS, FAIL]],
Steve Blockd0582a62009-12-15 09:54:21 +0000574
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000575 # Times out often in release mode on ARM.
576 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', TIMEOUT]],
577 'array-splice': [PASS, TIMEOUT],
Steve Blockd0582a62009-12-15 09:54:21 +0000578
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000579 # Long running tests. Skipping because having them timeout takes too long on
580 # the buildbot.
581 'big-object-literal': [SKIP],
582 'compiler/alloc-number': [SKIP],
583 'regress/regress-490': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000584 'regress/regress-create-exception': [SKIP],
585 'regress/regress-3247124': [SKIP],
Teng-Hui Zhu3e5fa292010-11-09 16:16:48 -0800586
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000587 # Requires bigger stack size in the Genesis and if stack size is increased,
588 # the test requires too much time to run. However, the problem test covers
589 # should be platform-independent.
590 'regress/regress-1132': [SKIP],
591
592 # Currently always deopt on minus zero
593 'math-floor-of-div-minus-zero': [SKIP],
594
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000595 # Slow tests.
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000596 'array-sort': [PASS, SLOW],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000597 'compiler/osr-with-args': [PASS, SLOW],
598 'mirror-object': [PASS, SLOW],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000599 'packed-elements': [PASS, SLOW],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000600 'regress/regress-2185-2': [PASS, SLOW],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000601 'regress/regress-2790': [PASS, SLOW],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000602 'regress/regress-91008': [PASS, SLOW],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000603 'regress/regress-json-stringify-gc': [PASS, SLOW],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000604 'string-indexof-2': [PASS, TIMEOUT],
Ben Murdochc5610432016-08-08 18:44:38 +0100605
606 # TODO(rmcilroy,4680): Arm specific timeouts.
607 'compiler/osr-one': [PASS, NO_IGNITION],
608 'compiler/osr-two': [PASS, NO_IGNITION],
609 'regress/regress-1257': [PASS, NO_IGNITION],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000610}], # 'arch == arm or arch == android_arm'
Ben Murdoch3ef787d2012-04-12 10:51:47 +0100611
612##############################################################################
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000613['arch == mipsel or arch == mips', {
Ben Murdoch3ef787d2012-04-12 10:51:47 +0100614
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000615 # Slow tests which times out in debug mode.
616 'try': [PASS, ['mode == debug', SKIP]],
617 'debug-scripts-request': [PASS, ['mode == debug', SKIP]],
618 'array-constructor': [PASS, ['mode == debug', SKIP]],
619
620 # Times out often in release mode on MIPS.
621 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', TIMEOUT]],
622 'array-splice': [PASS, TIMEOUT],
623
624 # Long running test.
625 'mirror-object': [PASS, TIMEOUT],
626 'string-indexof-2': [PASS, TIMEOUT],
627
628 # Long running tests. Skipping because having them timeout takes too long on
629 # the buildbot.
630 'compiler/alloc-number': [SKIP],
631 'regress/regress-490': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000632 'regress/regress-create-exception': [SKIP],
633 'regress/regress-3247124': [SKIP],
634
635 # Requires bigger stack size in the Genesis and if stack size is increased,
636 # the test requires too much time to run. However, the problem test covers
637 # should be platform-independent.
638 'regress/regress-1132': [SKIP],
639
640 # Currently always deopt on minus zero
641 'math-floor-of-div-minus-zero': [SKIP],
642}], # 'arch == mipsel or arch == mips'
Ben Murdoch5d4cdbf2012-04-11 10:23:59 +0100643
Ben Murdochb0fe1622011-05-05 13:52:32 +0100644##############################################################################
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400645['arch == mips', {
646 # Flaky with TF.
647 'mirror-script': [PASS, NO_VARIANTS],
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400648}], # 'arch == mips'
649
650##############################################################################
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000651['arch == x87', {
652 # Turbofan will hit the known issue that x87 changes sNaN to qNaN by default.
653 'regress/regress-undefined-nan': [SKIP],
Ben Murdoch097c5b22016-05-18 11:27:45 +0100654 'regress/regress-crbug-242924': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000655}], # 'arch == x87'
656
657##############################################################################
658['arch == mips64el or arch == mips64', {
Steve Blocka7e24c12009-10-30 11:49:00 +0000659
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000660 # Slow tests which times out in debug mode.
661 'try': [PASS, ['mode == debug', SKIP]],
662 'debug-scripts-request': [PASS, ['mode == debug', SKIP]],
663 'array-constructor': [PASS, ['mode == debug', SKIP]],
Steve Blocka7e24c12009-10-30 11:49:00 +0000664
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000665 # Times out often in release mode on MIPS.
666 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOUT]],
667 'array-splice': [PASS, TIMEOUT],
Steve Blocka7e24c12009-10-30 11:49:00 +0000668
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000669 # Long running test.
670 'mirror-object': [PASS, TIMEOUT],
671 'string-indexof-2': [PASS, TIMEOUT],
Steve Blockd0582a62009-12-15 09:54:21 +0000672
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000673 # BUG(3251035): Timeouts in long looping crankshaft optimization
674 # tests. Skipping because having them timeout takes too long on the
675 # buildbot.
676 'compiler/alloc-number': [PASS, SLOW],
677 'compiler/array-length': [PASS, SLOW],
678 'compiler/assignment-deopt': [PASS, SLOW],
679 'compiler/deopt-args': [PASS, SLOW],
680 'compiler/inline-compare': [PASS, SLOW],
681 'compiler/inline-global-access': [PASS, SLOW],
682 'compiler/optimized-function-calls': [PASS, SLOW],
683 'compiler/pic': [PASS, SLOW],
684 'compiler/property-calls': [PASS, SLOW],
685 'compiler/recursive-deopt': [PASS, SLOW],
686 'compiler/regress-4': [PASS, SLOW],
687 'compiler/regress-funcaller': [PASS, SLOW],
688 'compiler/regress-rep-change': [PASS, SLOW],
689 'compiler/regress-arguments': [PASS, SLOW],
690 'compiler/regress-funarguments': [PASS, SLOW],
691 'compiler/regress-3249650': [PASS, SLOW],
692 'compiler/simple-deopt': [PASS, SLOW],
693 'regress/regress-490': [PASS, SLOW],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000694 'regress/regress-create-exception': [PASS, SLOW],
695 'regress/regress-3218915': [PASS, SLOW],
696 'regress/regress-3247124': [PASS, SLOW],
Ben Murdochb0fe1622011-05-05 13:52:32 +0100697
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000698 # Requires bigger stack size in the Genesis and if stack size is increased,
699 # the test requires too much time to run. However, the problem test covers
700 # should be platform-independent.
701 'regress/regress-1132': [SKIP],
Steve Blockd0582a62009-12-15 09:54:21 +0000702
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000703 # Currently always deopt on minus zero
704 'math-floor-of-div-minus-zero': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000705}], # 'arch == mips64el or arch == mips64'
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000706
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000707##############################################################################
708['system == windows', {
709 # TODO(mstarzinger): Too slow with turbo fan.
710 'big-object-literal': [PASS, ['mode == debug', SKIP]],
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400711 'math-floor-of-div': [PASS, ['mode == debug', SKIP]],
712 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]],
Emily Bernierd0a1eb72015-03-24 16:35:39 -0400713 'unicodelctest': [PASS, ['mode == debug', SKIP]],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000714
715 # BUG(v8:3435)
716 'debug-script-breakpoints': [PASS, FAIL],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000717
718 # BUG(v8:4495).
719 'es6/collections': [PASS, ['arch == ia32', FAST_VARIANTS]],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000720}], # 'system == windows'
Kristian Monsen25f61362010-05-21 11:50:48 +0100721
Ben Murdochb0fe1622011-05-05 13:52:32 +0100722##############################################################################
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000723# Native Client uses the ARM simulator so will behave similarly to arm
724# on mjsunit tests.
725# TODO(bradchen): enable more tests for NaCl V8 when it stops using
726# the ARM simulator.
727##############################################################################
728['arch == nacl_ia32 or arch == nacl_x64', {
729 # There is no /tmp directory for NaCl runs
730 'd8-os': [SKIP],
Ben Murdochc7cc0282012-03-05 14:35:55 +0000731
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000732 # Stack manipulations in LiveEdit is not implemented for this arch.
733 'debug-liveedit-check-stack': [SKIP],
734 'debug-liveedit-stack-padding': [SKIP],
735 'debug-liveedit-restart-frame': [SKIP],
736 'debug-liveedit-double-call': [SKIP],
Ben Murdoch3ef787d2012-04-12 10:51:47 +0100737
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000738 # NaCl builds have problems with this test since Pepper_28.
739 # V8 Issue 2786
740 'math-exp-precision': [SKIP],
Ben Murdoch3ef787d2012-04-12 10:51:47 +0100741
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000742 # Requires bigger stack size in the Genesis and if stack size is increased,
743 # the test requires too much time to run. However, the problem test covers
744 # should be platform-independent.
745 'regress/regress-1132': [SKIP],
Ben Murdoch3ef787d2012-04-12 10:51:47 +0100746
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000747 # Poor performance for NaCl V8 causes an assertion failure for this test.
748 'regress/regress-165637': [SKIP],
Ben Murdoch85b71792012-04-11 18:30:58 +0100749
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000750 # Skip long running test that times out in debug mode and goes OOM on NaCl.
751 'regress/regress-crbug-160010': [SKIP],
752
753 # Skip tests that timout with turbofan.
754 'regress/regress-1257': [PASS, NO_VARIANTS],
755 'regress/regress-2618': [PASS, NO_VARIANTS],
756 'regress/regress-298269': [PASS, NO_VARIANTS],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000757 'regress/regress-91008': [PASS, NO_VARIANTS],
758 'compiler/osr-alignment': [PASS, NO_VARIANTS],
759 'compiler/osr-one': [PASS, NO_VARIANTS],
760 'compiler/osr-two': [PASS, NO_VARIANTS],
761 'stack-traces-overflow': [PASS, NO_VARIANTS],
762 'mirror-object': [PASS, NO_VARIANTS],
763
764 # Bug(v8:2978).
765 'lithium/MathExp': [PASS, FAIL],
766
767 # Lead to OOM:
768 'string-oom-*': [SKIP],
769
770 # Crashes.
771 'harmony/private': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000772}], # 'arch == nacl_ia32 or arch == nacl_x64'
773
774##############################################################################
Ben Murdochda12d292016-06-02 14:46:10 +0100775['arch == s390 or arch == s390x', {
776
777 # Stack manipulations in LiveEdit is not implemented for this arch.
778 'debug-liveedit-check-stack': [SKIP],
779 'debug-liveedit-stack-padding': [SKIP],
780 'debug-liveedit-restart-frame': [SKIP],
781 'debug-liveedit-double-call': [SKIP],
782}], # 'arch == s390 or arch == s390x'
783
784##############################################################################
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000785['deopt_fuzzer == True', {
786
787 # Skip tests that are not suitable for deoptimization fuzzing.
788 'assert-opt-and-deopt': [SKIP],
789 'never-optimize': [SKIP],
790 'regress/regress-2185-2': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000791 'readonly': [SKIP],
792 'array-feedback': [SKIP],
793
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000794 # Bounds check triggers forced deopt for array constructors.
795 'array-constructor-feedback': [SKIP],
796
797 # Deopting uses just enough memory to make this one OOM.
798 'regress/regress-3976': [SKIP],
799
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000800 # Deopt every n garbage collections collides with deopt every n times.
801 'regress/regress-2653': [SKIP],
Ben Murdochda12d292016-06-02 14:46:10 +0100802
803 # Too slow.
804 'es6/tail-call-megatest*': [SKIP],
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000805}], # 'deopt_fuzzer == True'
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000806
807##############################################################################
808['predictable == True', {
809
810 # Skip tests that are known to be non-deterministic.
811 'd8-worker-sharedarraybuffer': [SKIP],
Ben Murdoch097c5b22016-05-18 11:27:45 +0100812 'd8-os': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000813}], # 'predictable == True'
814
815##############################################################################
816['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == True', {
817
818 # take too long with the simulator.
819 'regress/regress-1132': [SKIP],
820}], # 'arch == ppc and simulator_run == True'
821
Ben Murdochda12d292016-06-02 14:46:10 +0100822##############################################################################
Ben Murdochc5610432016-08-08 18:44:38 +0100823['arch == ppc64', {
Ben Murdochda12d292016-06-02 14:46:10 +0100824
Ben Murdochc5610432016-08-08 18:44:38 +0100825 # stack overflow
826 'big-array-literal': [SKIP],
827}], # 'arch == ppc64'
Ben Murdochda12d292016-06-02 14:46:10 +0100828
Ben Murdochc5610432016-08-08 18:44:38 +0100829##############################################################################
830['ignition or ignition_turbofan', {
Ben Murdochda12d292016-06-02 14:46:10 +0100831 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
Ben Murdoch097c5b22016-05-18 11:27:45 +0100832 'array-literal-feedback': [FAIL],
Ben Murdoch097c5b22016-05-18 11:27:45 +0100833 'regress/regress-4121': [FAIL],
Ben Murdoch097c5b22016-05-18 11:27:45 +0100834
Ben Murdochda12d292016-06-02 14:46:10 +0100835 # TODO(mythria, 4764): lack of osr support.
836 'regress/regress-2618': [FAIL],
837 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
838 # till it is optimized. So test timeouts.
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000839 'array-literal-transitions': [SKIP],
Ben Murdochda12d292016-06-02 14:46:10 +0100840
Ben Murdochda12d292016-06-02 14:46:10 +0100841 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]],
842 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000843
Ben Murdochc5610432016-08-08 18:44:38 +0100844 # TODO(rmcilroy,titzer): Times out after
845 # https://codereview.chromium.org/1951013002 .
846 'regress/regress-599717': [PASS, ['tsan', SKIP]],
Ben Murdoch61f157c2016-09-16 13:49:30 +0100847
848 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on
849 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled.
850 'harmony/generators-turbo': [PASS, FAST_VARIANTS],
851 'regress/regress-crbug-352058': [SKIP],
852
853 # TODO(jarin): No truncations on CheckFloat64Hole.
854 'getters-on-elements': [SKIP],
855
856 # TODO(rmcilroy): Flaky OOM.
857 'unicodelctest-no-optimization': [SKIP],
Ben Murdochc5610432016-08-08 18:44:38 +0100858}], # ignition or ignition_turbofan
Ben Murdochda12d292016-06-02 14:46:10 +0100859
Ben Murdochc5610432016-08-08 18:44:38 +0100860['(ignition or ignition_turbofan) and arch == arm64', {
Ben Murdochda12d292016-06-02 14:46:10 +0100861 # TODO(rmcilroy,4680): Arm64 specific timeouts.
862 'asm/construct-double': [SKIP],
863 'compiler/osr-one': [SKIP],
864 'compiler/osr-two': [SKIP],
865 'wasm/asm-wasm-i32': [SKIP],
866 'wasm/asm-wasm-u32': [SKIP],
Ben Murdochc5610432016-08-08 18:44:38 +0100867}], # (ignition or ignition_turbofan) and arch == arm64
Ben Murdoch097c5b22016-05-18 11:27:45 +0100868
Ben Murdochc5610432016-08-08 18:44:38 +0100869['(ignition or ignition_turbofan) and arch == arm', {
Ben Murdochda12d292016-06-02 14:46:10 +0100870 # TODO(rmcilroy,4680): Arm specific timeouts.
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000871 'compiler/osr-one': [SKIP],
872 'compiler/osr-two': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000873 'regress/regress-1257': [SKIP],
Ben Murdochc5610432016-08-08 18:44:38 +0100874}], # (ignition or ignition_turbofan) and arch == arm
Ben Murdochda12d292016-06-02 14:46:10 +0100875
Ben Murdochc5610432016-08-08 18:44:38 +0100876['(ignition or ignition_turbofan) and msan', {
Ben Murdochda12d292016-06-02 14:46:10 +0100877 # TODO(mythria,4680): All of these tests have large loops and hence slow
878 # and timeout.
879 'compiler/osr-big': [SKIP],
880 'compiler/osr-nested': [SKIP],
881 'regress/regress-298269': [SKIP],
882 'regress/regress-crbug-319860': [SKIP],
883 'regress/regress-deep-proto': [SKIP],
884 'try': [SKIP],
885 # Too slow for interpreter and msan.
886 'es6/tail-call-megatest*': [SKIP],
Ben Murdochc5610432016-08-08 18:44:38 +0100887}], # (ignition or ignition_turbofan) and msan
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000888
889##############################################################################
890['gcov_coverage', {
891 # Tests taking too long.
892 'array-functions-prototype-misc': [SKIP],
Ben Murdoch097c5b22016-05-18 11:27:45 +0100893
894 # Stack overflow.
895 'big-array-literal': [SKIP],
Ben Murdoch4a90d5f2016-03-22 12:00:34 +0000896}], # 'gcov_coverage'
897
Ben Murdochb8a8cc12014-11-26 15:28:44 +0000898]