mjsunit.status revision 1e0659c275bb392c045087af4f6b0d7565cb3d77
1# Copyright 2008 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
28prefix mjsunit
29
30# All tests in the bug directory are expected to fail.
31bugs: FAIL
32
33
34##############################################################################
35# Too slow in debug mode with --stress-opt
36compiler/regress-stacktrace-methods: PASS, SKIP if $mode == debug
37compiler/regress-funcaller: PASS, SKIP if $mode == debug
38regress/regress-create-exception: PASS, SKIP if $mode == debug
39
40##############################################################################
41# This one uses a built-in that's only present in debug mode. It takes
42# too long to run in debug mode on ARM.
43fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm)
44
45big-object-literal: PASS, SKIP if ($arch == arm)
46
47# Issue 488: this test sometimes times out.
48array-constructor: PASS || TIMEOUT
49
50# Very slow on ARM, contains no architecture dependent code.
51unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm)
52
53# Skip long running test in debug and allow it to timeout in release mode.
54regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug
55
56# Stack manipulations in LiveEdit are buggy - see bug 915
57debug-liveedit-check-stack: SKIP
58debug-liveedit-patch-positions-replace: SKIP
59
60
61##############################################################################
62[ $arch == arm ]
63
64# Slow tests which times out in debug mode.
65try: PASS, SKIP if $mode == debug
66debug-scripts-request: PASS, SKIP if $mode == debug
67array-constructor: PASS, SKIP if $mode == debug
68
69# Flaky test that can hit compilation-time stack overflow in debug mode.
70unicode-test: PASS, (PASS || FAIL) if $mode == debug
71
72# Times out often in release mode on ARM.
73compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
74array-splice: PASS || TIMEOUT
75
76# Long running test.
77mirror-object: PASS || TIMEOUT
78string-indexof-2: PASS || TIMEOUT
79
80# BUG(3251035): Timeouts in long looping crankshaft optimization
81# tests. Skipping because having them timeout takes too long on the
82# buildbot.
83compiler/alloc-number: SKIP
84compiler/array-length: SKIP
85compiler/assignment-deopt: SKIP
86compiler/deopt-args: SKIP
87compiler/inline-compare: SKIP
88compiler/inline-global-access: SKIP
89compiler/optimized-function-calls: SKIP
90compiler/pic: SKIP
91compiler/property-calls: SKIP
92compiler/recursive-deopt: SKIP
93compiler/regress-4: SKIP
94compiler/regress-funcaller: SKIP
95compiler/regress-gvn: SKIP
96compiler/regress-rep-change: SKIP
97compiler/regress-arguments: SKIP
98compiler/regress-funarguments: SKIP
99compiler/regress-or: SKIP
100compiler/regress-3249650: SKIP
101compiler/simple-deopt: SKIP
102regress/regress-490: SKIP
103regress/regress-634: SKIP
104regress/regress-create-exception: SKIP
105regress/regress-3218915: SKIP
106regress/regress-3247124: SKIP
107
108# Requires bigger stack size in the Genesis and if stack size is increased,
109# the test requires too much time to run.  However, the problem test covers
110# should be platform-independent.
111regress/regress-1132: SKIP
112
113##############################################################################
114[ $arch == arm && $crankshaft ]
115
116# Test that currently fails with crankshaft on ARM.
117compiler/simple-osr: FAIL
118
119# BUG (1094)
120regress/regress-deopt-gc: SKIP
121
122##############################################################################
123[ $arch == x64 && $crankshaft ]
124
125# BUG (1026) This test is currently flaky.
126compiler/simple-osr: SKIP
127
128# BUG (1094)
129regress/regress-deopt-gc: SKIP
130
131##############################################################################
132[ $arch == mips ]
133
134# Skip all tests on MIPS.
135*: SKIP
136