dc96a1de3590d8d8fa19af2a11681ca5cb310b9c
[platform/upstream/nodejs.git] / deps / v8 / test / mjsunit / mjsunit.status
1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # 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
28 [
29 [ALWAYS, {
30   # All tests in the bug directory are expected to fail.
31   'bugs/*': [FAIL],
32
33   ##############################################################################
34   # Flaky tests.
35   # BUG(v8:2921).
36   'debug-step-4-in-frame': [PASS, FAIL, SLOW],
37
38   ##############################################################################
39   # Fails.
40   'regress/regress-1119': [FAIL],
41
42   # Issue 1719: Slow to collect arrays over several contexts.
43   'regress/regress-524': [SKIP],
44   # When that bug is fixed, revert the expectation to:
45   # Skip long running test in debug and allow it to timeout in release mode.
46   # regress/regress-524: [PASS, TIMEOUT, ['mode == debug', SKIP]],
47
48   # This test non-deterministically runs out of memory on Windows ia32.
49   'regress/regress-crbug-160010': [SKIP],
50
51   # Issue 3389: deopt_every_n_garbage_collections is unsafe
52   'regress/regress-2653': [SKIP],
53
54   # Issue 3784: setters-on-elements is flaky
55   'setters-on-elements': [PASS, FAIL],
56
57   ##############################################################################
58   # TurboFan compiler failures.
59
60   # TODO(mstarzinger): An arguments object materialized in the prologue can't
61   # be accessed indirectly. Either we drop that requirement or wait for support
62   # from the deoptimizer to do that.
63   'arguments-indirect': [PASS, NO_VARIANTS],
64
65   # TODO(verwaest): Some tests are over-restrictive about object layout.
66   'array-constructor-feedback': [PASS, NO_VARIANTS],
67   'array-feedback': [PASS, NO_VARIANTS],
68   'compare-known-objects-slow': [PASS, NO_VARIANTS],
69   'elements-kind': [PASS, NO_VARIANTS],
70   'opt-elements-kind': [PASS, NO_VARIANTS],
71
72   # Some tests are just too slow to run for now.
73   'big-object-literal': [PASS, NO_VARIANTS],
74   'bit-not': [PASS, NO_VARIANTS],
75   'json2': [PASS, NO_VARIANTS],
76   'packed-elements': [PASS, NO_VARIANTS],
77   'unbox-double-arrays': [PASS, NO_VARIANTS],
78   'whitespaces': [PASS, NO_VARIANTS],
79   'compiler/osr-assert': [PASS, NO_VARIANTS],
80   'regress/regress-2185-2': [PASS, NO_VARIANTS],
81   'regress/regress-2612': [PASS, NO_VARIANTS],
82
83   # Modules are busted
84   'harmony/module-linking': [SKIP],
85   'harmony/module-recompile': [SKIP],
86   'harmony/module-resolution': [SKIP],
87   'harmony/regress/regress-343928': [SKIP],
88
89   # Issue 3660: Replacing activated TurboFan frames by unoptimized code does
90   # not work, but we expect it to not crash.
91   'debug-step-turbofan': [PASS, FAIL],
92
93   # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.
94   'debug-evaluate-const': [PASS, NO_VARIANTS],
95   'debug-evaluate-locals': [PASS, NO_VARIANTS],
96   'debug-liveedit-check-stack': [PASS, NO_VARIANTS],  # only in no-snap mode.
97   'debug-liveedit-double-call': [PASS, NO_VARIANTS],
98   'debug-step-stub-callfunction': [PASS, NO_VARIANTS],
99   'debug-set-variable-value': [PASS, NO_VARIANTS],
100   'debug-stepin-accessor': [PASS, NO_VARIANTS],
101   'debug-stepin-builtin': [PASS, NO_VARIANTS],
102   'debug-stepin-constructor': [PASS, NO_VARIANTS],
103   'debug-stepin-function-call': [PASS, NO_VARIANTS],
104   'debug-stepnext-do-while': [PASS, NO_VARIANTS],
105   'debug-stepout-scope-part1': [PASS, NO_VARIANTS],
106   'debug-stepout-scope-part2': [PASS, NO_VARIANTS],
107   'debug-stepout-scope-part3': [PASS, NO_VARIANTS],
108   'es6/debug-stepin-microtasks': [PASS, NO_VARIANTS],
109   'es6/debug-stepnext-for': [PASS, NO_VARIANTS],
110   'harmony/debug-evaluate-blockscopes': [PASS, NO_VARIANTS],
111
112   # TODO(jarin): Some tests don't like --turbo-deoptimzation very much.
113   'asm/embenchen/lua_binarytrees': [SKIP],
114   'es6/symbols': [PASS, NO_VARIANTS],
115   'regress/regress-354433': [PASS, NO_VARIANTS],  # only on ARM simulator.
116   'regress/regress-crbug-259300': [PASS, NO_VARIANTS],
117
118   ##############################################################################
119   # Too slow in debug mode with --stress-opt mode.
120   'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]],
121   'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]],
122   'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
123   'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
124
125   ##############################################################################
126   # Too slow in debug mode for GC stress mode.
127   'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]],
128
129   ##############################################################################
130   # Only regexp stuff tested, no need for extensive Crankshaft tests.
131   'regexp-global': [PASS, NO_VARIANTS],
132
133   ##############################################################################
134   # No need to waste time for this test.
135   'd8-performance-now': [PASS, NO_VARIANTS],
136
137   # Issue 488: this test sometimes times out.
138   'array-constructor': [PASS, TIMEOUT],
139
140   # Very slow on ARM and MIPS, contains no architecture dependent code.
141   'unicode-case-overoptimization': [PASS, NO_VARIANTS, ['arch == arm or arch == android_arm or arch == android_arm64 or arch == mipsel or arch == mips64el or arch == mips', TIMEOUT]],
142
143   ##############################################################################
144   # This test expects to reach a certain recursion depth, which may not work
145   # for debug mode.
146   'json-recursive': [PASS, ['mode == debug', PASS, FAIL]],
147
148   ##############################################################################
149   # Skip long running tests that time out in debug mode.
150   'generated-transition-stub': [PASS, ['mode == debug', SKIP]],
151   'migrations': [SKIP],
152   'array-functions-prototype-misc': [PASS, ['mode == debug', SKIP]],
153
154   ##############################################################################
155   # This test sets the umask on a per-process basis and hence cannot be
156   # used in multi-threaded runs.
157   # On android there is no /tmp directory.
158   # Currently d8-os generates a temporary directory name using Math.random(), so
159   # we cannot run several variants of d8-os simultaneously, since all of them
160   # get the same random seed and would generate the same directory name. Besides
161   # that, it doesn't make sense to run several variants of d8-os anyways.
162   'd8-os': [PASS, NO_VARIANTS, ['isolates or arch == android_arm or arch == android_arm64 or arch == android_ia32', SKIP]],
163   'tools/tickprocessor': [PASS, NO_VARIANTS, ['arch == android_arm or arch == android_arm64 or arch == android_ia32', SKIP]],
164
165   ##############################################################################
166   # Long running test that reproduces memory leak and should be run manually.
167   'regress/regress-2073': [SKIP],
168
169   ##############################################################################
170   # Tests verifying CHECK and ASSERT.
171   'verify-check-false': [FAIL, NO_VARIANTS],
172   'verify-assert-false': [NO_VARIANTS, ['mode == release and dcheck_always_on == False', PASS], ['mode == debug or dcheck_always_on == True', FAIL]],
173
174   ##############################################################################
175   # Tests with different versions for release and debug.
176   'compiler/alloc-number': [PASS, ['mode == debug', SKIP]],
177   'compiler/alloc-number-debug': [PASS, ['mode == release', SKIP]],
178   'regress/regress-634': [PASS, ['mode == debug', SKIP]],
179   'regress/regress-634-debug': [PASS, ['mode == release', SKIP]],
180
181   # BUG(336820). TODO(bmeurer): Investigate.
182   'regress/regress-336820': [PASS, FAIL],
183
184   # BUG(v8:2989). PASS/FAIL on linux32 because crankshaft is turned off for
185   # nosse2. Also for arm novfp3.
186   'regress/regress-2989': [FAIL, NO_VARIANTS, ['system == linux and arch == x87 or arch == arm and simulator == True', PASS]],
187
188   # Skip endain dependent test for mips due to different typed views of the same
189   # array buffer.
190   'nans': [PASS, ],
191
192   # This test variant makes only sense on arm.
193   'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_arm, android_arm64]', SKIP]],
194
195   # Too slow for slow variants.
196   'asm/embenchen/*': [PASS, SLOW, FAST_VARIANTS],
197 }],  # ALWAYS
198
199 ##############################################################################
200 ['gc_stress == True', {
201   # Skip tests not suitable for GC stress.
202   'allocation-site-info': [SKIP],
203   'array-constructor-feedback': [SKIP],
204   'array-feedback': [SKIP],
205   'array-literal-feedback': [SKIP],
206   'd8-performance-now': [SKIP],
207   'debug-stepout-scope-part8': [PASS, ['arch == arm ', FAIL]],
208   'elements-kind': [SKIP],
209   'elements-transition-hoisting': [SKIP],
210   'fast-prototype': [SKIP],
211   'field-type-tracking': [SKIP],
212   'getters-on-elements': [SKIP],
213   'harmony/block-let-crankshaft': [SKIP],
214   'opt-elements-kind': [SKIP],
215   'osr-elements-kind': [SKIP],
216   'regress/regress-crbug-137689': [SKIP],
217   'regress/regress-165637': [SKIP],
218   'regress/regress-2249': [SKIP],
219   # Tests taking too long
220   'debug-stepout-scope-part8': [SKIP],
221   'mirror-object': [SKIP],
222   'packed-elements': [SKIP],
223   'regress/regress-1122': [SKIP],
224   'regress/regress-331444': [SKIP],
225   'regress/regress-353551': [SKIP],
226   'regress/regress-crbug-119926': [SKIP],
227   'regress/short-circuit': [SKIP],
228   'stack-traces-overflow': [SKIP],
229   'unicode-test': [SKIP],
230   'whitespaces': [SKIP],
231
232   # TODO(mstarzinger): Takes too long with TF.
233   'array-sort': [PASS, NO_VARIANTS],
234   'regress/regress-91008': [PASS, NO_VARIANTS],
235   'regress/regress-417709a': [PASS, ['arch == arm64', NO_VARIANTS]],
236   'regress/regress-transcendental': [PASS, ['arch == arm64', NO_VARIANTS]],
237   'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS],
238   'math-floor-of-div': [PASS, NO_VARIANTS],
239   'unicodelctest': [PASS, NO_VARIANTS],
240   'unicodelctest-no-optimization': [PASS, NO_VARIANTS],
241
242   # Too slow for gc stress.
243   'asm/embenchen/box2d': [SKIP],
244
245   # Issue 3723.
246   'regress/regress-3717': [SKIP],
247   # Issue 3776.
248   'debug-stepframe': [SKIP],
249 }],  # 'gc_stress == True'
250
251 ##############################################################################
252 ['byteorder == big', {
253   # Emscripten requires little-endian, skip all tests on big endian platforms.
254   'asm/embenchen/*': [SKIP],
255 }],  # 'byteorder == big'
256
257 ##############################################################################
258 ['arch == arm64 or arch == android_arm64', {
259
260   # arm64 TF timeout.
261   'regress/regress-1257': [PASS, TIMEOUT],
262
263   # Requires bigger stack size in the Genesis and if stack size is increased,
264   # the test requires too much time to run.  However, the problem test covers
265   # should be platform-independent.
266   'regress/regress-1132': [SKIP],
267
268   # Pass but take too long to run. Skip.
269   # Some similar tests (with fewer iterations) may be included in arm64-js
270   # tests.
271   'asm/embenchen/box2d': [SKIP],
272   'asm/embenchen/lua_binarytrees': [SKIP],
273   'big-object-literal': [SKIP],
274   'compiler/regress-arguments': [SKIP],
275   'compiler/regress-gvn': [SKIP],
276   'compiler/regress-max-locals-for-osr': [SKIP],
277   'compiler/regress-4': [SKIP],
278   'compiler/regress-or': [SKIP],
279   'compiler/regress-rep-change': [SKIP],
280   'regress/regress-1117': [SKIP],
281   'regress/regress-1145': [SKIP],
282   'regress/regress-1849': [SKIP],
283   'regress/regress-3247124': [SKIP],
284   'regress/regress-634': [SKIP],
285   'regress/regress-91008': [SKIP],
286   'regress/regress-91010': [SKIP],
287   'regress/regress-91013': [SKIP],
288   'regress/regress-99167': [SKIP],
289
290   # Long running tests.
291   'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]],
292   'regress/regress-2185-2': [PASS, TIMEOUT],
293   'whitespaces': [PASS, TIMEOUT, SLOW],
294
295   # BUG(v8:3147). It works on other architectures by accident.
296   'regress/regress-conditional-position': [FAIL],
297
298   # BUG(v8:3457).
299   'deserialize-reference': [PASS, FAIL],
300
301   # Slow tests.
302   'array-concat': [PASS, SLOW],
303   'array-constructor': [PASS, SLOW],
304   'array-indexing': [PASS, SLOW],
305   'array-reduce': [PASS, SLOW],
306   'array-sort': [PASS, SLOW],
307   'array-splice': [PASS, SLOW],
308   'bit-not': [PASS, SLOW],
309   'compiler/alloc-number': [PASS, SLOW],
310   'compiler/osr-assert': [PASS, SLOW],
311   'compiler/osr-with-args': [PASS, SLOW],
312   'debug-scopes': [PASS, SLOW],
313   'generated-transition-stub': [PASS, SLOW],
314   'json2': [PASS, SLOW],
315   'math-floor-of-div-nosudiv': [PASS, SLOW],
316   'math-floor-of-div': [PASS, SLOW],
317   'mirror-object': [PASS, SLOW],
318   'packed-elements': [PASS, SLOW],
319   'regress/regress-1122': [PASS, SLOW],
320   'regress/regress-2185-2': [PASS, SLOW],
321   'regress/regress-2185': [PASS, SLOW],
322   'regress/regress-2790': [PASS, SLOW],
323   'regress/regress-331444': [PASS, SLOW],
324   'regress/regress-490': [PASS, SLOW],
325   'regress/regress-crbug-217858': [PASS, SLOW],
326   'regress/regress-create-exception': [PASS, SLOW],
327   'regress/regress-json-stringify-gc': [PASS, SLOW],
328   'string-indexof-2': [PASS, SLOW],
329   'unicodelctest-no-optimization': [PASS, SLOW],
330   'unicodelctest': [PASS, SLOW],
331   'unicode-test': [PASS, SLOW],
332 }],  # 'arch == arm64'
333
334 ['arch == arm64 and mode == debug and simulator_run == True', {
335
336   # Pass but take too long with the simulator in debug mode.
337   'array-iterate-backwards': [PASS, TIMEOUT],
338   'array-sort': [PASS, TIMEOUT],
339   'packed-elements': [SKIP],
340   'regexp-global': [SKIP],
341   'compiler/alloc-numbers': [SKIP],
342   'harmony/symbols': [SKIP],
343   'math-floor-of-div': [PASS, TIMEOUT],
344   'math-floor-of-div-nosudiv': [PASS, TIMEOUT],
345   'unicodelctest': [PASS, TIMEOUT],
346   'unicodelctest-no-optimization': [PASS, TIMEOUT],
347   # Issue 3219:
348   'getters-on-elements': [PASS, ['gc_stress == True', FAIL]],
349 }],  # 'arch == arm64 and mode == debug and simulator_run == True'
350
351 ##############################################################################
352 ['asan == True', {
353   # Skip tests not suitable for ASAN.
354   'big-array-literal': [SKIP],
355   'big-object-literal': [SKIP],
356   'regress/regress-crbug-178790': [SKIP],
357 }],  # 'asan == True'
358
359 ##############################################################################
360 ['arch == arm or arch == android_arm', {
361
362   # Slow tests which times out in debug mode.
363   'try': [PASS, ['mode == debug', SKIP]],
364   'debug-scripts-request': [PASS, ['mode == debug', SKIP]],
365   'array-constructor': [PASS, ['mode == debug', SKIP]],
366   'regress/regress-1122': [PASS, ['mode == debug and arch == android_arm', SKIP]],
367
368   # Flaky test that can hit compilation-time stack overflow in debug mode.
369   'unicode-test': [PASS, ['mode == debug', PASS, FAIL]],
370
371   # Times out often in release mode on ARM.
372   'compiler/regress-stacktrace-methods': [PASS, ['mode == release', TIMEOUT]],
373   'array-splice': [PASS, TIMEOUT],
374
375   # Long running test.
376   'string-indexof-2': [PASS, TIMEOUT],
377   'mirror-object': [PASS, TIMEOUT],
378
379   # Long running tests. Skipping because having them timeout takes too long on
380   # the buildbot.
381   'big-object-literal': [SKIP],
382   'compiler/alloc-number': [SKIP],
383   'regress/regress-490': [SKIP],
384   'regress/regress-634': [SKIP],
385   'regress/regress-create-exception': [SKIP],
386   'regress/regress-3247124': [SKIP],
387
388   # Requires bigger stack size in the Genesis and if stack size is increased,
389   # the test requires too much time to run.  However, the problem test covers
390   # should be platform-independent.
391   'regress/regress-1132': [SKIP],
392
393   # Currently always deopt on minus zero
394   'math-floor-of-div-minus-zero': [SKIP],
395
396   ############################################################################
397   # Slow tests.
398   'regress/regress-2185-2': [PASS, SLOW],
399   'mirror-object': [PASS, SLOW],
400   'compiler/osr-with-args': [PASS, SLOW],
401   'array-sort': [PASS, SLOW],
402   'packed-elements': [PASS, SLOW],
403   'regress/regress-91008': [PASS, SLOW],
404   'regress/regress-2790': [PASS, SLOW],
405   'regress/regress-json-stringify-gc': [PASS, SLOW],
406   'regress/regress-1122': [PASS, SLOW],
407 }],  # 'arch == arm or arch == android_arm'
408
409 ##############################################################################
410 ['arch == mipsel or arch == mips', {
411
412   # Slow tests which times out in debug mode.
413   'try': [PASS, ['mode == debug', SKIP]],
414   'debug-scripts-request': [PASS, ['mode == debug', SKIP]],
415   'array-constructor': [PASS, ['mode == debug', SKIP]],
416
417   # Times out often in release mode on MIPS.
418   'compiler/regress-stacktrace-methods': [PASS, ['mode == release', TIMEOUT]],
419   'array-splice': [PASS, TIMEOUT],
420
421   # Long running test.
422   'mirror-object': [PASS, TIMEOUT],
423   'string-indexof-2': [PASS, TIMEOUT],
424
425   # Long running tests. Skipping because having them timeout takes too long on
426   # the buildbot.
427   'compiler/alloc-number': [SKIP],
428   'regress/regress-490': [SKIP],
429   'regress/regress-634': [SKIP],
430   'regress/regress-create-exception': [SKIP],
431   'regress/regress-3247124': [SKIP],
432
433   # Requires bigger stack size in the Genesis and if stack size is increased,
434   # the test requires too much time to run.  However, the problem test covers
435   # should be platform-independent.
436   'regress/regress-1132': [SKIP],
437
438   # Currently always deopt on minus zero
439   'math-floor-of-div-minus-zero': [SKIP],
440 }],  # 'arch == mipsel or arch == mips'
441
442 ##############################################################################
443 ['arch == mips', {
444   # Flaky with TF.
445   'mirror-script': [PASS, NO_VARIANTS],
446 }],  # 'arch == mips'
447
448 ##############################################################################
449 ['arch == mips64el', {
450
451   # Slow tests which times out in debug mode.
452   'try': [PASS, ['mode == debug', SKIP]],
453   'debug-scripts-request': [PASS, ['mode == debug', SKIP]],
454   'array-constructor': [PASS, ['mode == debug', SKIP]],
455
456   # Times out often in release mode on MIPS.
457   'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOUT]],
458   'array-splice': [PASS, TIMEOUT],
459
460   # Long running test.
461   'mirror-object': [PASS, TIMEOUT],
462   'string-indexof-2': [PASS, TIMEOUT],
463
464   # BUG(3251035): Timeouts in long looping crankshaft optimization
465   # tests. Skipping because having them timeout takes too long on the
466   # buildbot.
467   'compiler/alloc-number': [PASS, SLOW],
468   'compiler/array-length': [PASS, SLOW],
469   'compiler/assignment-deopt': [PASS, SLOW],
470   'compiler/deopt-args': [PASS, SLOW],
471   'compiler/inline-compare': [PASS, SLOW],
472   'compiler/inline-global-access': [PASS, SLOW],
473   'compiler/optimized-function-calls': [PASS, SLOW],
474   'compiler/pic': [PASS, SLOW],
475   'compiler/property-calls': [PASS, SLOW],
476   'compiler/recursive-deopt': [PASS, SLOW],
477   'compiler/regress-4': [PASS, SLOW],
478   'compiler/regress-funcaller': [PASS, SLOW],
479   'compiler/regress-rep-change': [PASS, SLOW],
480   'compiler/regress-arguments': [PASS, SLOW],
481   'compiler/regress-funarguments': [PASS, SLOW],
482   'compiler/regress-3249650': [PASS, SLOW],
483   'compiler/simple-deopt': [PASS, SLOW],
484   'regress/regress-490': [PASS, SLOW],
485   'regress/regress-634': [PASS, SLOW],
486   'regress/regress-create-exception': [PASS, SLOW],
487   'regress/regress-3218915': [PASS, SLOW],
488   'regress/regress-3247124': [PASS, SLOW],
489
490   # Requires bigger stack size in the Genesis and if stack size is increased,
491   # the test requires too much time to run.  However, the problem test covers
492   # should be platform-independent.
493   'regress/regress-1132': [SKIP],
494
495   # Currently always deopt on minus zero
496   'math-floor-of-div-minus-zero': [SKIP],
497 }],  # 'arch == mips64el'
498
499 ['arch == mips64el and simulator_run == False', {
500   # Random failures on HW, need investigation.
501   'debug-*': [SKIP],
502 }],
503 ##############################################################################
504 ['system == windows', {
505   # TODO(mstarzinger): Too slow with turbo fan.
506   'big-object-literal': [PASS, ['mode == debug', SKIP]],
507   'math-floor-of-div': [PASS, ['mode == debug', SKIP]],
508   'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]],
509   'osr-regress-max-locals': [PASS, ['mode == debug', SKIP]],
510   'unicodelctest': [PASS, ['mode == debug', SKIP]],
511
512   # BUG(v8:3435)
513   'debug-script-breakpoints': [PASS, FAIL],
514 }],  # 'system == windows'
515
516 ##############################################################################
517 # Native Client uses the ARM simulator so will behave similarly to arm
518 # on mjsunit tests.
519 # TODO(bradchen): enable more tests for NaCl V8 when it stops using
520 # the ARM simulator.
521 ##############################################################################
522 ['arch == nacl_ia32 or arch == nacl_x64', {
523   # There is no /tmp directory for NaCl runs
524   'd8-os': [SKIP],
525
526   # Stack manipulations in LiveEdit is not implemented for this arch.
527   'debug-liveedit-check-stack': [SKIP],
528   'debug-liveedit-stack-padding': [SKIP],
529   'debug-liveedit-restart-frame': [SKIP],
530   'debug-liveedit-double-call': [SKIP],
531   'harmony/generators-debug-liveedit': [SKIP],
532
533   # NaCl builds have problems with this test since Pepper_28.
534   # V8 Issue 2786
535   'math-exp-precision': [SKIP],
536
537   # Requires bigger stack size in the Genesis and if stack size is increased,
538   # the test requires too much time to run.  However, the problem test covers
539   # should be platform-independent.
540   'regress/regress-1132': [SKIP],
541
542   # Poor performance for NaCl V8 causes an assertion failure for this test.
543   'regress/regress-165637': [SKIP],
544
545   # Skip long running test that times out in debug mode and goes OOM on NaCl.
546   'regress/regress-crbug-160010': [SKIP],
547
548   # Skip tests that timout with turbofan.
549   'regress/regress-1257': [PASS, NO_VARIANTS],
550   'regress/regress-2618': [PASS, NO_VARIANTS],
551   'regress/regress-298269': [PASS, NO_VARIANTS],
552   'regress/regress-634': [PASS, NO_VARIANTS],
553   'regress/regress-91008': [PASS, NO_VARIANTS],
554   'compiler/osr-alignment': [PASS, NO_VARIANTS],
555   'compiler/osr-one': [PASS, NO_VARIANTS],
556   'compiler/osr-two': [PASS, NO_VARIANTS],
557   'stack-traces-overflow': [PASS, NO_VARIANTS],
558   'mirror-object': [PASS, NO_VARIANTS],
559
560   # Bug(v8:2978).
561   'lithium/MathExp': [PASS, FAIL],
562
563   # Lead to OOM:
564   'string-oom-*': [SKIP],
565
566   # Crashes.
567   'harmony/private': [SKIP],
568   'harmony/symbols': [SKIP],
569 }],  # 'arch == nacl_ia32 or arch == nacl_x64'
570
571 ##############################################################################
572 ['arch == x87', {
573   # Currently Turbofan is not supported by x87.
574   'compiler/opt-next-call-turbo': [SKIP],
575 }],  # 'arch == x87'
576
577 ##############################################################################
578 ['deopt_fuzzer == True', {
579
580   # Skip tests that are not suitable for deoptimization fuzzing.
581   'assert-opt-and-deopt': [SKIP],
582   'never-optimize': [SKIP],
583   'regress/regress-2185-2': [SKIP],
584   'harmony/object-observe': [SKIP],
585   'readonly': [SKIP],
586   'array-feedback': [SKIP],
587
588   # Deopt every n garbage collections collides with deopt every n times.
589   'regress/regress-2653': [SKIP],
590 }],  # 'deopt_fuzzer == True'
591 ]