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