blob: 8ffcafce69df1f3cf96a586ece98703662f806c6 [file] [log] [blame]
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001# Copyright 2011 the V8 project authors. All rights reserved.
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +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
28prefix mjsunit
29
30# All tests in the bug directory are expected to fail.
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000031bugs: FAIL
32
kasperl@chromium.orga5551262010-12-07 12:49:48 +000033##############################################################################
ricow@chromium.org4f693d62011-07-04 14:01:31 +000034# Fails.
35regress/regress-1119: FAIL
36
37##############################################################################
kasperl@chromium.orga5551262010-12-07 12:49:48 +000038# Too slow in debug mode with --stress-opt
39compiler/regress-stacktrace-methods: PASS, SKIP if $mode == debug
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000040compiler/regress-funcaller: PASS, SKIP if $mode == debug
41regress/regress-create-exception: PASS, SKIP if $mode == debug
kasperl@chromium.orga5551262010-12-07 12:49:48 +000042
43##############################################################################
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000044# This one uses a built-in that's only present in debug mode. It takes
45# too long to run in debug mode on ARM.
46fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm)
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000047
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000048big-object-literal: PASS, SKIP if ($arch == arm)
49
ager@chromium.org3811b432009-10-28 14:53:37 +000050# Issue 488: this test sometimes times out.
51array-constructor: PASS || TIMEOUT
52
ager@chromium.orgc4c92722009-11-18 14:12:51 +000053# Very slow on ARM, contains no architecture dependent code.
54unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm)
55
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000056# Skip long running test in debug and allow it to timeout in release mode.
57regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug
ager@chromium.org38e4c712009-11-11 09:11:58 +000058
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000059# Stack manipulations in LiveEdit are buggy - see bug 915
60debug-liveedit-check-stack: SKIP
61debug-liveedit-patch-positions-replace: SKIP
62
kasperl@chromium.orga5551262010-12-07 12:49:48 +000063
64##############################################################################
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000065[ $arch == arm ]
66
ager@chromium.org7c537e22008-10-16 08:43:32 +000067# Slow tests which times out in debug mode.
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000068try: PASS, SKIP if $mode == debug
ager@chromium.org7c537e22008-10-16 08:43:32 +000069debug-scripts-request: PASS, SKIP if $mode == debug
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000070array-constructor: PASS, SKIP if $mode == debug
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000071
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000072# Flaky test that can hit compilation-time stack overflow in debug mode.
73unicode-test: PASS, (PASS || FAIL) if $mode == debug
74
kasperl@chromium.orge959c182009-07-27 08:59:04 +000075# Times out often in release mode on ARM.
kasperl@chromium.orga5551262010-12-07 12:49:48 +000076compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
kasperl@chromium.orge959c182009-07-27 08:59:04 +000077array-splice: PASS || TIMEOUT
ager@chromium.orgc4c92722009-11-18 14:12:51 +000078
kasperl@chromium.orga5551262010-12-07 12:49:48 +000079# Long running test.
80mirror-object: PASS || TIMEOUT
81string-indexof-2: PASS || TIMEOUT
82
83# BUG(3251035): Timeouts in long looping crankshaft optimization
84# tests. Skipping because having them timeout takes too long on the
85# buildbot.
86compiler/alloc-number: SKIP
87compiler/array-length: SKIP
88compiler/assignment-deopt: SKIP
89compiler/deopt-args: SKIP
90compiler/inline-compare: SKIP
91compiler/inline-global-access: SKIP
92compiler/optimized-function-calls: SKIP
93compiler/pic: SKIP
94compiler/property-calls: SKIP
95compiler/recursive-deopt: SKIP
96compiler/regress-4: SKIP
97compiler/regress-funcaller: SKIP
98compiler/regress-gvn: SKIP
99compiler/regress-rep-change: SKIP
100compiler/regress-arguments: SKIP
101compiler/regress-funarguments: SKIP
102compiler/regress-or: SKIP
103compiler/regress-3249650: SKIP
104compiler/simple-deopt: SKIP
105regress/regress-490: SKIP
106regress/regress-634: SKIP
107regress/regress-create-exception: SKIP
108regress/regress-3218915: SKIP
109regress/regress-3247124: SKIP
ager@chromium.orgc4c92722009-11-18 14:12:51 +0000110
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +0000111# Requires bigger stack size in the Genesis and if stack size is increased,
112# the test requires too much time to run. However, the problem test covers
113# should be platform-independent.
114regress/regress-1132: SKIP
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +0000115
kasperl@chromium.orga5551262010-12-07 12:49:48 +0000116##############################################################################
ager@chromium.org5c838252010-02-19 08:53:10 +0000117[ $arch == mips ]
118
danno@chromium.org40cb8782011-05-25 07:58:50 +0000119# Skip long-running tests.
120compiler/alloc-number: SKIP
121compiler/array-length: SKIP
122compiler/assignment-deopt: SKIP
123compiler/deopt-args: SKIP
124compiler/inline-compare: SKIP
125compiler/inline-global-access: SKIP
126compiler/optimized-function-calls: SKIP
127compiler/pic: SKIP
128compiler/property-calls: SKIP
129compiler/recursive-deopt: SKIP
130compiler/regress-4: SKIP
131compiler/regress-funcaller: SKIP
132compiler/regress-gvn: SKIP
133compiler/regress-rep-change: SKIP
134compiler/regress-arguments: SKIP
135compiler/regress-funarguments: SKIP
136compiler/regress-or: SKIP
137compiler/regress-3249650: SKIP
138compiler/simple-deopt: SKIP
139regress/regress-490: SKIP
140regress/regress-634: SKIP
141regress/regress-create-exception: SKIP
142regress/regress-3218915: SKIP
143regress/regress-3247124: SKIP
144