blob: a1b927097a0d171154baa4c8c526b3e0c5a530c3 [file] [log] [blame]
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +00001# Copyright 2012 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##############################################################################
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000038
39# NewGC: BUG(1719) slow to collect arrays over several contexts.
40regress/regress-524: SKIP
41
42##############################################################################
kasperl@chromium.orga5551262010-12-07 12:49:48 +000043# Too slow in debug mode with --stress-opt
44compiler/regress-stacktrace-methods: PASS, SKIP if $mode == debug
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000045compiler/regress-funcaller: PASS, SKIP if $mode == debug
46regress/regress-create-exception: PASS, SKIP if $mode == debug
kasperl@chromium.orga5551262010-12-07 12:49:48 +000047
48##############################################################################
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000049# This one uses a built-in that's only present in debug mode. It takes
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000050# too long to run in debug mode on ARM and MIPS.
51fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm || $arch == mips)
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000052
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000053big-object-literal: PASS, SKIP if ($arch == arm)
54
ager@chromium.org3811b432009-10-28 14:53:37 +000055# Issue 488: this test sometimes times out.
56array-constructor: PASS || TIMEOUT
57
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000058# Very slow on ARM and MIPS, contains no architecture dependent code.
59unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm || $arch == mips)
ager@chromium.orgc4c92722009-11-18 14:12:51 +000060
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000061# Skip long running test in debug and allow it to timeout in release mode.
62regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug
ager@chromium.org38e4c712009-11-11 09:11:58 +000063
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000064# Stack manipulations in LiveEdit are buggy - see bug 915
65debug-liveedit-check-stack: SKIP
66debug-liveedit-patch-positions-replace: SKIP
67
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000068# Test Crankshaft compilation time. Expected to take too long in debug mode.
69regress/regress-1969: PASS, SKIP if $mode == debug
70
kasperl@chromium.orga5551262010-12-07 12:49:48 +000071##############################################################################
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000072[ $isolates ]
73
74# This test sets the umask on a per-process basis and hence cannot be
75# used in multi-threaded runs.
76d8-os: SKIP
77
78##############################################################################
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000079[ $arch == arm ]
80
ager@chromium.org7c537e22008-10-16 08:43:32 +000081# Slow tests which times out in debug mode.
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000082try: PASS, SKIP if $mode == debug
ager@chromium.org7c537e22008-10-16 08:43:32 +000083debug-scripts-request: PASS, SKIP if $mode == debug
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000084array-constructor: PASS, SKIP if $mode == debug
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000085
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000086# Flaky test that can hit compilation-time stack overflow in debug mode.
87unicode-test: PASS, (PASS || FAIL) if $mode == debug
88
kasperl@chromium.orge959c182009-07-27 08:59:04 +000089# Times out often in release mode on ARM.
kasperl@chromium.orga5551262010-12-07 12:49:48 +000090compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
kasperl@chromium.orge959c182009-07-27 08:59:04 +000091array-splice: PASS || TIMEOUT
ager@chromium.orgc4c92722009-11-18 14:12:51 +000092
kasperl@chromium.orga5551262010-12-07 12:49:48 +000093# Long running test.
94mirror-object: PASS || TIMEOUT
95string-indexof-2: PASS || TIMEOUT
96
97# BUG(3251035): Timeouts in long looping crankshaft optimization
98# tests. Skipping because having them timeout takes too long on the
99# buildbot.
100compiler/alloc-number: SKIP
101compiler/array-length: SKIP
102compiler/assignment-deopt: SKIP
103compiler/deopt-args: SKIP
104compiler/inline-compare: SKIP
105compiler/inline-global-access: SKIP
106compiler/optimized-function-calls: SKIP
107compiler/pic: SKIP
108compiler/property-calls: SKIP
109compiler/recursive-deopt: SKIP
110compiler/regress-4: SKIP
111compiler/regress-funcaller: SKIP
112compiler/regress-gvn: SKIP
113compiler/regress-rep-change: SKIP
114compiler/regress-arguments: SKIP
115compiler/regress-funarguments: SKIP
116compiler/regress-or: SKIP
117compiler/regress-3249650: SKIP
118compiler/simple-deopt: SKIP
119regress/regress-490: SKIP
120regress/regress-634: SKIP
121regress/regress-create-exception: SKIP
122regress/regress-3218915: SKIP
123regress/regress-3247124: SKIP
ager@chromium.orgc4c92722009-11-18 14:12:51 +0000124
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +0000125# Requires bigger stack size in the Genesis and if stack size is increased,
126# the test requires too much time to run. However, the problem test covers
127# should be platform-independent.
128regress/regress-1132: SKIP
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +0000129
kasperl@chromium.orga5551262010-12-07 12:49:48 +0000130##############################################################################
ager@chromium.org5c838252010-02-19 08:53:10 +0000131[ $arch == mips ]
132
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +0000133# Slow tests which times out in debug mode.
134try: PASS, SKIP if $mode == debug
135debug-scripts-request: PASS, SKIP if $mode == debug
136array-constructor: PASS, SKIP if $mode == debug
137
138# Times out often in release mode on MIPS.
139compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
140array-splice: PASS || TIMEOUT
141
142# Long running test.
143mirror-object: PASS || TIMEOUT
144string-indexof-2: PASS || TIMEOUT
145
146# BUG(3251035): Timeouts in long looping crankshaft optimization
147# tests. Skipping because having them timeout takes too long on the
148# buildbot.
danno@chromium.org40cb8782011-05-25 07:58:50 +0000149compiler/alloc-number: SKIP
150compiler/array-length: SKIP
151compiler/assignment-deopt: SKIP
152compiler/deopt-args: SKIP
153compiler/inline-compare: SKIP
154compiler/inline-global-access: SKIP
155compiler/optimized-function-calls: SKIP
156compiler/pic: SKIP
157compiler/property-calls: SKIP
158compiler/recursive-deopt: SKIP
159compiler/regress-4: SKIP
160compiler/regress-funcaller: SKIP
161compiler/regress-gvn: SKIP
162compiler/regress-rep-change: SKIP
163compiler/regress-arguments: SKIP
164compiler/regress-funarguments: SKIP
165compiler/regress-or: SKIP
166compiler/regress-3249650: SKIP
167compiler/simple-deopt: SKIP
168regress/regress-490: SKIP
169regress/regress-634: SKIP
170regress/regress-create-exception: SKIP
171regress/regress-3218915: SKIP
172regress/regress-3247124: SKIP
173
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +0000174# Requires bigger stack size in the Genesis and if stack size is increased,
175# the test requires too much time to run. However, the problem test covers
176# should be platform-independent.
177regress/regress-1132: SKIP