blob: b7b0c774c419e9823cd24965632140d8ee295ea7 [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
37##############################################################################
38# Too slow in debug mode with --stress-opt
39compiler/regress-stacktrace-methods: PASS, SKIP if $mode == debug
40compiler/regress-funcaller: PASS, SKIP if $mode == debug
41regress/regress-create-exception: PASS, SKIP if $mode == debug
42
43##############################################################################
Steve Blocka7e24c12009-10-30 11:49:00 +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)
47
48big-object-literal: PASS, SKIP if ($arch == arm)
49
Steve Blockd0582a62009-12-15 09:54:21 +000050# Issue 488: this test sometimes times out.
51array-constructor: PASS || TIMEOUT
52
53# Very slow on ARM, contains no architecture dependent code.
54unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm)
55
Leon Clarked91b9f72010-01-27 17:25:45 +000056# Skip long running test in debug and allow it to timeout in release mode.
57regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug
Steve Blockd0582a62009-12-15 09:54:21 +000058
Teng-Hui Zhu3e5fa292010-11-09 16:16:48 -080059# Stack manipulations in LiveEdit are buggy - see bug 915
60debug-liveedit-check-stack: SKIP
61debug-liveedit-patch-positions-replace: SKIP
62
Ben Murdochb0fe1622011-05-05 13:52:32 +010063
64##############################################################################
Steve Blocka7e24c12009-10-30 11:49:00 +000065[ $arch == arm ]
66
67# Slow tests which times out in debug mode.
68try: PASS, SKIP if $mode == debug
69debug-scripts-request: PASS, SKIP if $mode == debug
70array-constructor: PASS, SKIP if $mode == debug
71
72# Flaky test that can hit compilation-time stack overflow in debug mode.
73unicode-test: PASS, (PASS || FAIL) if $mode == debug
74
Steve Blocka7e24c12009-10-30 11:49:00 +000075# Times out often in release mode on ARM.
Ben Murdochb0fe1622011-05-05 13:52:32 +010076compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
Steve Blocka7e24c12009-10-30 11:49:00 +000077array-splice: PASS || TIMEOUT
Steve Blockd0582a62009-12-15 09:54:21 +000078
Ben Murdochb0fe1622011-05-05 13:52:32 +010079# 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
Steve Blockd0582a62009-12-15 09:54:21 +0000110
Steve Block1e0659c2011-05-24 12:43:12 +0100111# 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
Kristian Monsen25f61362010-05-21 11:50:48 +0100115
Ben Murdochb0fe1622011-05-05 13:52:32 +0100116##############################################################################
Andrei Popescu31002712010-02-23 13:46:05 +0000117[ $arch == mips ]
118
Ben Murdoch257744e2011-11-30 15:57:28 +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
Ben Murdoch3fb3ca82011-12-02 17:19:32 +0000145
146[ $isolates ]
147# d8-os writes temporary files that might interfer with each other when running
148# in multible threads. Skip this if running with isolates testing.
149d8-os: SKIP