blob: eeeb3dc112ba378884e4a3cc941617fadeb46d47 [file] [log] [blame]
Steve Blocka7e24c12009-10-30 11:49:00 +00001# Copyright 2008 the V8 project authors. All rights reserved.
2# 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 Murdochb0fe1622011-05-05 13:52:32 +010033
34##############################################################################
35# Too slow in debug mode with --stress-opt
36compiler/regress-stacktrace-methods: PASS, SKIP if $mode == debug
37compiler/regress-funcaller: PASS, SKIP if $mode == debug
38regress/regress-create-exception: PASS, SKIP if $mode == debug
39
40##############################################################################
Steve Blocka7e24c12009-10-30 11:49:00 +000041# This one uses a built-in that's only present in debug mode. It takes
42# too long to run in debug mode on ARM.
43fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm)
44
45big-object-literal: PASS, SKIP if ($arch == arm)
46
Steve Blockd0582a62009-12-15 09:54:21 +000047# Issue 488: this test sometimes times out.
48array-constructor: PASS || TIMEOUT
49
50# Very slow on ARM, contains no architecture dependent code.
51unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm)
52
Leon Clarked91b9f72010-01-27 17:25:45 +000053# Skip long running test in debug and allow it to timeout in release mode.
54regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug
Steve Blockd0582a62009-12-15 09:54:21 +000055
Teng-Hui Zhu3e5fa292010-11-09 16:16:48 -080056# Stack manipulations in LiveEdit are buggy - see bug 915
57debug-liveedit-check-stack: SKIP
58debug-liveedit-patch-positions-replace: SKIP
59
Ben Murdochb0fe1622011-05-05 13:52:32 +010060
61##############################################################################
Steve Blocka7e24c12009-10-30 11:49:00 +000062[ $arch == arm ]
63
64# Slow tests which times out in debug mode.
65try: PASS, SKIP if $mode == debug
66debug-scripts-request: PASS, SKIP if $mode == debug
67array-constructor: PASS, SKIP if $mode == debug
68
69# Flaky test that can hit compilation-time stack overflow in debug mode.
70unicode-test: PASS, (PASS || FAIL) if $mode == debug
71
Steve Blocka7e24c12009-10-30 11:49:00 +000072# Times out often in release mode on ARM.
Ben Murdochb0fe1622011-05-05 13:52:32 +010073compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
Steve Blocka7e24c12009-10-30 11:49:00 +000074array-splice: PASS || TIMEOUT
Steve Blockd0582a62009-12-15 09:54:21 +000075
Ben Murdochb0fe1622011-05-05 13:52:32 +010076# Long running test.
77mirror-object: PASS || TIMEOUT
78string-indexof-2: PASS || TIMEOUT
79
80# BUG(3251035): Timeouts in long looping crankshaft optimization
81# tests. Skipping because having them timeout takes too long on the
82# buildbot.
83compiler/alloc-number: SKIP
84compiler/array-length: SKIP
85compiler/assignment-deopt: SKIP
86compiler/deopt-args: SKIP
87compiler/inline-compare: SKIP
88compiler/inline-global-access: SKIP
89compiler/optimized-function-calls: SKIP
90compiler/pic: SKIP
91compiler/property-calls: SKIP
92compiler/recursive-deopt: SKIP
93compiler/regress-4: SKIP
94compiler/regress-funcaller: SKIP
95compiler/regress-gvn: SKIP
96compiler/regress-rep-change: SKIP
97compiler/regress-arguments: SKIP
98compiler/regress-funarguments: SKIP
99compiler/regress-or: SKIP
100compiler/regress-3249650: SKIP
101compiler/simple-deopt: SKIP
102regress/regress-490: SKIP
103regress/regress-634: SKIP
104regress/regress-create-exception: SKIP
105regress/regress-3218915: SKIP
106regress/regress-3247124: SKIP
Steve Blockd0582a62009-12-15 09:54:21 +0000107
Kristian Monsen25f61362010-05-21 11:50:48 +0100108
Ben Murdochb0fe1622011-05-05 13:52:32 +0100109##############################################################################
110[ $arch == arm && $crankshaft ]
111
112# Test that currently fail with crankshaft on ARM.
113compiler/simple-osr: FAIL
114
115
116##############################################################################
Andrei Popescu31002712010-02-23 13:46:05 +0000117[ $arch == mips ]
118
119# Skip all tests on MIPS.
120*: SKIP