blob: 941e0e8cc5be94580c002afbb6dda988fd32d0ad [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##############################################################################
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
50# too long to run in debug mode on ARM.
51fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm)
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
ager@chromium.orgc4c92722009-11-18 14:12:51 +000058# Very slow on ARM, contains no architecture dependent code.
59unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm)
60
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
kasperl@chromium.orga5551262010-12-07 12:49:48 +000068##############################################################################
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000069[ $arch == arm ]
70
ager@chromium.org7c537e22008-10-16 08:43:32 +000071# Slow tests which times out in debug mode.
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000072try: PASS, SKIP if $mode == debug
ager@chromium.org7c537e22008-10-16 08:43:32 +000073debug-scripts-request: PASS, SKIP if $mode == debug
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000074array-constructor: PASS, SKIP if $mode == debug
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000075
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000076# Flaky test that can hit compilation-time stack overflow in debug mode.
77unicode-test: PASS, (PASS || FAIL) if $mode == debug
78
kasperl@chromium.orge959c182009-07-27 08:59:04 +000079# Times out often in release mode on ARM.
kasperl@chromium.orga5551262010-12-07 12:49:48 +000080compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
kasperl@chromium.orge959c182009-07-27 08:59:04 +000081array-splice: PASS || TIMEOUT
ager@chromium.orgc4c92722009-11-18 14:12:51 +000082
kasperl@chromium.orga5551262010-12-07 12:49:48 +000083# Long running test.
84mirror-object: PASS || TIMEOUT
85string-indexof-2: PASS || TIMEOUT
86
87# BUG(3251035): Timeouts in long looping crankshaft optimization
88# tests. Skipping because having them timeout takes too long on the
89# buildbot.
90compiler/alloc-number: SKIP
91compiler/array-length: SKIP
92compiler/assignment-deopt: SKIP
93compiler/deopt-args: SKIP
94compiler/inline-compare: SKIP
95compiler/inline-global-access: SKIP
96compiler/optimized-function-calls: SKIP
97compiler/pic: SKIP
98compiler/property-calls: SKIP
99compiler/recursive-deopt: SKIP
100compiler/regress-4: SKIP
101compiler/regress-funcaller: SKIP
102compiler/regress-gvn: SKIP
103compiler/regress-rep-change: SKIP
104compiler/regress-arguments: SKIP
105compiler/regress-funarguments: SKIP
106compiler/regress-or: SKIP
107compiler/regress-3249650: SKIP
108compiler/simple-deopt: SKIP
109regress/regress-490: SKIP
110regress/regress-634: SKIP
111regress/regress-create-exception: SKIP
112regress/regress-3218915: SKIP
113regress/regress-3247124: SKIP
ager@chromium.orgc4c92722009-11-18 14:12:51 +0000114
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +0000115# Requires bigger stack size in the Genesis and if stack size is increased,
116# the test requires too much time to run. However, the problem test covers
117# should be platform-independent.
118regress/regress-1132: SKIP
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +0000119
kasperl@chromium.orga5551262010-12-07 12:49:48 +0000120##############################################################################
ager@chromium.org5c838252010-02-19 08:53:10 +0000121[ $arch == mips ]
fschneider@chromium.org1805e212011-09-05 10:49:12 +0000122# Run those tests, but expect them to time out.
123array-sort: PASS || TIMEOUT
124mirror-object: PASS || TIMEOUT
ager@chromium.org5c838252010-02-19 08:53:10 +0000125
danno@chromium.org40cb8782011-05-25 07:58:50 +0000126# Skip long-running tests.
127compiler/alloc-number: SKIP
128compiler/array-length: SKIP
129compiler/assignment-deopt: SKIP
130compiler/deopt-args: SKIP
131compiler/inline-compare: SKIP
132compiler/inline-global-access: SKIP
133compiler/optimized-function-calls: SKIP
134compiler/pic: SKIP
135compiler/property-calls: SKIP
136compiler/recursive-deopt: SKIP
137compiler/regress-4: SKIP
138compiler/regress-funcaller: SKIP
139compiler/regress-gvn: SKIP
140compiler/regress-rep-change: SKIP
141compiler/regress-arguments: SKIP
142compiler/regress-funarguments: SKIP
143compiler/regress-or: SKIP
144compiler/regress-3249650: SKIP
145compiler/simple-deopt: SKIP
146regress/regress-490: SKIP
147regress/regress-634: SKIP
148regress/regress-create-exception: SKIP
149regress/regress-3218915: SKIP
150regress/regress-3247124: SKIP
fschneider@chromium.org1805e212011-09-05 10:49:12 +0000151regress/regress-1132: SKIP
152regress/regress-1257: SKIP
153regress/regress-91008: SKIP
danno@chromium.org40cb8782011-05-25 07:58:50 +0000154
fschneider@chromium.org1805e212011-09-05 10:49:12 +0000155##############################################################################
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +0000156[ $isolates ]
157# d8-os writes temporary files that might interfer with each other when running
158# in multible threads. Skip this if running with isolates testing.
159d8-os: SKIP