blob: a43d3ea4ef67f26d624da9205fbdfaeccf90f851 [file] [log] [blame]
Ben Murdoch3fb3ca82011-12-02 17:19:32 +00001# Copyright 2011 the V8 project authors. All rights reserved.
Steve Blocka7e24c12009-10-30 11:49:00 +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.
31bugs: FAIL
32
Ben Murdoch3fb3ca82011-12-02 17:19:32 +000033##############################################################################
34# Fails.
35regress/regress-1119: FAIL
Ben Murdochb0fe1622011-05-05 13:52:32 +010036
Ben Murdoch592a9fc2012-03-05 11:04:45 +000037##############################################################################
38
39# Issue 1845: http://code.google.com/p/v8/issues/detail?id=1845
40harmony/proxies-example-membrane: SKIP
41
42# NewGC: BUG(1719) slow to collect arrays over several contexts.
43regress/regress-524: SKIP
Ben Murdoch589d6972011-11-30 16:04:58 +000044
Ben Murdochb0fe1622011-05-05 13:52:32 +010045##############################################################################
46# Too slow in debug mode with --stress-opt
47compiler/regress-stacktrace-methods: PASS, SKIP if $mode == debug
48compiler/regress-funcaller: PASS, SKIP if $mode == debug
49regress/regress-create-exception: PASS, SKIP if $mode == debug
50
51##############################################################################
Steve Blocka7e24c12009-10-30 11:49:00 +000052# This one uses a built-in that's only present in debug mode. It takes
Ben Murdochc7cc0282012-03-05 14:35:55 +000053# too long to run in debug mode on ARM and MIPS.
54fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm || $arch == mips)
Steve Blocka7e24c12009-10-30 11:49:00 +000055
56big-object-literal: PASS, SKIP if ($arch == arm)
57
Steve Blockd0582a62009-12-15 09:54:21 +000058# Issue 488: this test sometimes times out.
59array-constructor: PASS || TIMEOUT
60
Ben Murdochc7cc0282012-03-05 14:35:55 +000061# Very slow on ARM and MIPS, contains no architecture dependent code.
62unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm || $arch == mips)
Steve Blockd0582a62009-12-15 09:54:21 +000063
Leon Clarked91b9f72010-01-27 17:25:45 +000064# Skip long running test in debug and allow it to timeout in release mode.
65regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug
Steve Blockd0582a62009-12-15 09:54:21 +000066
Teng-Hui Zhu3e5fa292010-11-09 16:16:48 -080067# Stack manipulations in LiveEdit are buggy - see bug 915
68debug-liveedit-check-stack: SKIP
69debug-liveedit-patch-positions-replace: SKIP
70
Ben Murdochb0fe1622011-05-05 13:52:32 +010071##############################################################################
Steve Blocka7e24c12009-10-30 11:49:00 +000072[ $arch == arm ]
73
74# Slow tests which times out in debug mode.
75try: PASS, SKIP if $mode == debug
76debug-scripts-request: PASS, SKIP if $mode == debug
77array-constructor: PASS, SKIP if $mode == debug
78
79# Flaky test that can hit compilation-time stack overflow in debug mode.
80unicode-test: PASS, (PASS || FAIL) if $mode == debug
81
Steve Blocka7e24c12009-10-30 11:49:00 +000082# Times out often in release mode on ARM.
Ben Murdochb0fe1622011-05-05 13:52:32 +010083compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
Steve Blocka7e24c12009-10-30 11:49:00 +000084array-splice: PASS || TIMEOUT
Steve Blockd0582a62009-12-15 09:54:21 +000085
Ben Murdochb0fe1622011-05-05 13:52:32 +010086# Long running test.
87mirror-object: PASS || TIMEOUT
88string-indexof-2: PASS || TIMEOUT
89
90# BUG(3251035): Timeouts in long looping crankshaft optimization
91# tests. Skipping because having them timeout takes too long on the
92# buildbot.
93compiler/alloc-number: SKIP
94compiler/array-length: SKIP
95compiler/assignment-deopt: SKIP
96compiler/deopt-args: SKIP
97compiler/inline-compare: SKIP
98compiler/inline-global-access: SKIP
99compiler/optimized-function-calls: SKIP
100compiler/pic: SKIP
101compiler/property-calls: SKIP
102compiler/recursive-deopt: SKIP
103compiler/regress-4: SKIP
104compiler/regress-funcaller: SKIP
105compiler/regress-gvn: SKIP
106compiler/regress-rep-change: SKIP
107compiler/regress-arguments: SKIP
108compiler/regress-funarguments: SKIP
109compiler/regress-or: SKIP
110compiler/regress-3249650: SKIP
111compiler/simple-deopt: SKIP
112regress/regress-490: SKIP
113regress/regress-634: SKIP
114regress/regress-create-exception: SKIP
115regress/regress-3218915: SKIP
116regress/regress-3247124: SKIP
Steve Blockd0582a62009-12-15 09:54:21 +0000117
Steve Block1e0659c2011-05-24 12:43:12 +0100118# Requires bigger stack size in the Genesis and if stack size is increased,
119# the test requires too much time to run. However, the problem test covers
120# should be platform-independent.
121regress/regress-1132: SKIP
Kristian Monsen25f61362010-05-21 11:50:48 +0100122
Ben Murdochb0fe1622011-05-05 13:52:32 +0100123##############################################################################
Andrei Popescu31002712010-02-23 13:46:05 +0000124[ $arch == mips ]
125
Ben Murdochc7cc0282012-03-05 14:35:55 +0000126# Slow tests which times out in debug mode.
127try: PASS, SKIP if $mode == debug
128debug-scripts-request: PASS, SKIP if $mode == debug
129array-constructor: PASS, SKIP if $mode == debug
130
131# Times out often in release mode on MIPS.
132compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
133array-splice: PASS || TIMEOUT
134
135# Long running test.
136mirror-object: PASS || TIMEOUT
137string-indexof-2: PASS || TIMEOUT
138
139# BUG(3251035): Timeouts in long looping crankshaft optimization
140# tests. Skipping because having them timeout takes too long on the
141# buildbot.
Ben Murdoch257744e2011-11-30 15:57:28 +0000142compiler/alloc-number: SKIP
143compiler/array-length: SKIP
144compiler/assignment-deopt: SKIP
145compiler/deopt-args: SKIP
146compiler/inline-compare: SKIP
147compiler/inline-global-access: SKIP
148compiler/optimized-function-calls: SKIP
149compiler/pic: SKIP
150compiler/property-calls: SKIP
151compiler/recursive-deopt: SKIP
152compiler/regress-4: SKIP
153compiler/regress-funcaller: SKIP
154compiler/regress-gvn: SKIP
155compiler/regress-rep-change: SKIP
156compiler/regress-arguments: SKIP
157compiler/regress-funarguments: SKIP
158compiler/regress-or: SKIP
159compiler/regress-3249650: SKIP
160compiler/simple-deopt: SKIP
161regress/regress-490: SKIP
162regress/regress-634: SKIP
163regress/regress-create-exception: SKIP
164regress/regress-3218915: SKIP
165regress/regress-3247124: SKIP
166
Ben Murdochc7cc0282012-03-05 14:35:55 +0000167# Requires bigger stack size in the Genesis and if stack size is increased,
168# the test requires too much time to run. However, the problem test covers
169# should be platform-independent.
170regress/regress-1132: SKIP