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