blob: 89d14712bbf8e1118942a0b4451894227b6d6781 [file] [log] [blame]
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +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
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000028# This file is up to date with respect to Mozilla's CVS repository as of
lrn@chromium.org32d961d2010-06-30 09:09:34 +000029# 2010-06-29. If new tests are added to Mozilla's CVS it may need to be
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000030# updated.
31
32# To get the mozilla tests:
33# cd /path/to/checkout/test/mozilla
34# rm -rf data
lrn@chromium.org32d961d2010-06-30 09:09:34 +000035# cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -D 2010-06-29 mozilla/js/tests
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000036# mv mozilla/js/tests data
37# rm -rf mozilla
38
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000039# --------------------------------------------------------------------
40# If you add a test case to this file, please try to provide
41# an explanation of why the test fails; this may ease future
42# debugging.
43# --------------------------------------------------------------------
44
45prefix mozilla
46def FAIL_OK = FAIL, OKAY
47
kasperl@chromium.orga5551262010-12-07 12:49:48 +000048
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000049##################### SKIPPED TESTS #####################
50
51# This test checks that we behave properly in an out-of-memory
52# situation. The test fails in V8 with an exception and takes a long
53# time to do so.
54js1_5/Regress/regress-271716-n: SKIP
55
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000056# BUG(960): This test has an insane amount of output when it times out,
57# messing up ability to see other failures on the waterfall.
58js1_5/extensions/regress-342960: SKIP
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000059
lrn@chromium.org32d961d2010-06-30 09:09:34 +000060# This test uses a unitialized variable. A Bug has been filed:
61# https://bugzilla.mozilla.org/show_bug.cgi?id=575575
62js1_5/Array/regress-465980-02: SKIP
63
ager@chromium.orga74f0da2008-12-03 16:05:52 +000064# These tests are simply wrong (i.e., they do not test what they intend
65# to test).
66# In particular, these two compare numbers to NaN with != in the current
67# version of the Mozilla tests. This is *fixed* in a later version.
68# The tests should be re-enabled when switching to a new version.
69ecma_3/Date/15.9.3.2-1: SKIP
70js1_2/function/Number: SKIP
71
danno@chromium.org88aa0582012-03-23 15:11:57 +000072# TODO(2018): Temporarily allow timeout in debug mode.
73js1_5/GC/regress-203278-2: PASS || TIMEOUT if $mode == debug
74
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000075##################### SLOW TESTS #####################
76
77# This takes a long time to run (~100 seconds). It should only be run
78# by the really patient.
79js1_5/GC/regress-324278: SLOW
80
81# This takes a long time to run because our indexOf operation is
82# pretty slow - it causes a lot of GCs; see issue
83# #926379. We could consider marking this SKIP because it takes a
84# while to run to completion.
85js1_5/GC/regress-338653: SLOW
86
87# This test is designed to run until it runs out of memory. This takes
88# a very long time because it builds strings character by character
89# and compiles a lot of regular expressions. We could consider marking
90# this SKIP because it takes a while to run to completion.
91js1_5/GC/regress-346794: SLOW
92
93# Runs out of memory while trying to build huge string of 'x'
94# characters. This takes a long time to run (~32 seconds).
95js1_5/GC/regress-348532: SLOW
96
97
98##################### FLAKY TESTS #####################
99
100# These tests time out in debug mode but pass in product mode
ager@chromium.org5aa501c2009-06-23 07:57:28 +0000101js1_5/Regress/regress-360969-03: PASS || TIMEOUT if $mode == debug
102js1_5/Regress/regress-360969-04: PASS || TIMEOUT if $mode == debug
103js1_5/Regress/regress-360969-05: PASS || TIMEOUT if $mode == debug
104js1_5/Regress/regress-360969-06: PASS || TIMEOUT if $mode == debug
105js1_5/extensions/regress-365527: PASS || TIMEOUT if $mode == debug
106
v8.team.kasperl727e9952008-09-02 14:56:44 +0000107js1_5/Regress/regress-280769-3: PASS || FAIL if $mode == debug
108js1_5/Regress/regress-203278-1: PASS || FAIL if $mode == debug
109js1_5/GC/regress-203278-2: PASS || FAIL if $mode == debug
110js1_5/Regress/regress-244470: PASS || FAIL if $mode == debug
111ecma_3/RegExp/regress-209067: PASS || FAIL if $mode == debug
112js1_5/GC/regress-278725: PASS || FAIL if $mode == debug
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000113# http://b/issue?id=1206983
v8.team.kasperl727e9952008-09-02 14:56:44 +0000114js1_5/Regress/regress-367561-03: PASS || FAIL if $mode == debug
ricow@chromium.org83aa5492011-02-07 12:42:56 +0000115ecma/Date/15.9.5.10-2: PASS || (FAIL || TIMEOUT if $mode == debug)
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000116
117# These tests create two Date objects just after each other and
118# expects them to match. Sometimes this happens on the border
119# between one second and the next.
120ecma/Date/15.9.2.1: PASS || FAIL
121ecma/Date/15.9.2.2-1: PASS || FAIL
122ecma/Date/15.9.2.2-2: PASS || FAIL
123ecma/Date/15.9.2.2-3: PASS || FAIL
124ecma/Date/15.9.2.2-4: PASS || FAIL
125ecma/Date/15.9.2.2-5: PASS || FAIL
126ecma/Date/15.9.2.2-6: PASS || FAIL
127
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +0000128# 1026139: These date tests fail on arm and mips
mmassi@chromium.org7028c052012-06-13 11:51:58 +0000129ecma/Date/15.9.5.29-1: PASS || FAIL if ($arch == arm || $arch == mips)
130ecma/Date/15.9.5.34-1: PASS || FAIL if ($arch == arm || $arch == mips)
131ecma/Date/15.9.5.28-1: PASS || FAIL if ($arch == arm || $arch == mips)
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000132
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +0000133# 1050186: Arm/MIPS vm is broken; probably unrelated to dates
mmassi@chromium.org7028c052012-06-13 11:51:58 +0000134ecma/Array/15.4.4.5-3: PASS || FAIL if ($arch == arm || $arch == mips)
135ecma/Date/15.9.5.22-2: PASS || FAIL if ($arch == arm || $arch == mips)
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000136
ager@chromium.orga1645e22009-09-09 19:27:10 +0000137# Flaky test that fails due to what appears to be a bug in the test.
138# Occurs depending on current time
139ecma/Date/15.9.5.8: PASS || FAIL
140
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000141# Severely brain-damaged test. Access to local variables must not
142# be more than 2.5 times faster than access to global variables? WTF?
143js1_5/Regress/regress-169559: PASS || FAIL
144
145
146# Test that rely on specific timezone (not working in Denmark).
147js1_5/Regress/regress-58116: PASS || FAIL
148
149
150# Flaky random() test. Tests the distribution of calls to Math.random().
151js1_5/Regress/regress-211590: PASS || FAIL
152
153
154# Flaky tests; expect BigO-order computations to yield 1, but the code
155# cannot handle outliers. See bug #925864.
156ecma_3/RegExp/regress-311414: PASS || FAIL
157ecma_3/RegExp/regress-289669: PASS || FAIL
158js1_5/String/regress-314890: PASS || FAIL
159js1_5/String/regress-56940-01: PASS || FAIL
160js1_5/String/regress-56940-02: PASS || FAIL
161js1_5/String/regress-157334-01: PASS || FAIL
162js1_5/String/regress-322772: PASS || FAIL
163js1_5/Array/regress-99120-01: PASS || FAIL
164js1_5/Array/regress-99120-02: PASS || FAIL
165js1_5/Regress/regress-347306-01: PASS || FAIL
ager@chromium.org5aa501c2009-06-23 07:57:28 +0000166js1_5/Regress/regress-416628: PASS || FAIL || TIMEOUT if $mode == debug
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000167
168
169# The following two tests assume that daylight savings time starts first Sunday
170# in April. This is not true when executing the tests outside California!
171# In Denmark the adjustment starts one week earlier!.
172# Tests based on shell that use dates in this gap are flaky.
173ecma/Date/15.9.5.10-1: PASS || FAIL
174ecma/Date/15.9.5.12-1: PASS || FAIL
175ecma/Date/15.9.5.14: PASS || FAIL
176ecma/Date/15.9.5.34-1: PASS || FAIL
177
178
179# These tests sometimes pass (in particular on Windows). They build up
180# a lot of stuff on the stack, which normally causes a stack overflow,
181# but sometimes it makes it through?
182js1_5/Regress/regress-290575: PASS || FAIL
183js1_5/Regress/regress-98901: PASS || FAIL
184
185
186# Tests that sorting arrays of ints is less than 3 times as fast
187# as sorting arrays of strings.
ager@chromium.orgab99eea2009-08-25 07:05:41 +0000188js1_5/extensions/regress-371636: PASS || FAIL || TIMEOUT if $mode == debug
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000189
190
ager@chromium.org9258b6b2008-09-11 09:11:10 +0000191# Tests depend on GC timings. Inherently flaky.
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000192js1_5/GC/regress-383269-01: PASS || FAIL
ager@chromium.org9258b6b2008-09-11 09:11:10 +0000193js1_5/GC/regress-383269-02: PASS || FAIL
194js1_5/Regress/regress-404755: PASS || FAIL
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000195
196
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +0000197# Test that depends on timer resolution. Fails every now and then
198# if we're unlucky enough to get a context switch at a bad time.
199js1_5/extensions/regress-363258: PASS || FAIL
200
201
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +0000202# Test that assumes specific runtime for a regexp, flaky in debug mode.
203ecma_3/RegExp/regress-85721: PASS || FAIL if $mode == debug
204
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +0000205
fschneider@chromium.org1805e212011-09-05 10:49:12 +0000206# Test that assumes specific execution time, flaky in debug mode.
207js1_5/Array/regress-101964: PASS || FAIL if $mode == debug
208
209
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000210##################### INCOMPATIBLE TESTS #####################
211
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000212# This section is for tests that fail in both V8 and JSC. Thus they
213# have been determined to be incompatible between Mozilla and V8/JSC.
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000214
ricow@chromium.orgd2be9012011-06-01 06:00:58 +0000215# Fail because it calls builtins as functions and do not expect the
216# builtin to have undefined as the receiver.
217ecma/String/15.5.4.6-2: FAIL_OK
218
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +0000219# Fail because it expects String.prototype.split to distinguish whether
220# separator was undefined or not passed at all.
221ecma/String/15.5.4.8-2: FAIL_OK
222
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000223# Fail because of toLowerCase and toUpperCase conversion.
224ecma/String/15.5.4.11-2: FAIL_OK
225ecma/String/15.5.4.11-5: FAIL_OK
226ecma/String/15.5.4.12-1: FAIL_OK
227ecma/String/15.5.4.12-4: FAIL_OK
228
229# This test uses an older version of the unicode standard that fails
230# us because we correctly convert the armenian small ligature ech-yiwn
231# to the two upper-case characters ECH and YIWN, whereas the older
232# unicode version converts it to itself.
233ecma/String/15.5.4.12-5: FAIL_OK
234
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +0000235# Creates a linked list of arrays until we run out of memory or timeout.
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +0000236js1_5/Regress/regress-312588: SKIP
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000237
238
239# Runs out of memory because it compiles huge functions.
240js1_5/Function/regress-338001: FAIL_OK
241js1_5/Function/regress-338121-01: FAIL_OK
242js1_5/Function/regress-338121-02: FAIL_OK
243js1_5/Function/regress-338121-03: FAIL_OK
244
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +0000245# Expectes 'prototype' property of functions to be enumerable.
246js1_5/Function/10.1.6-01: FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000247
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000248# toPrecision argument restricted to range 1..21 in JSC/V8
249js1_5/Regress/regress-452346: FAIL_OK
lrn@chromium.org32d961d2010-06-30 09:09:34 +0000250ecma_3/Number/15.7.4.7-1: FAIL_OK
251
252# toExponential argument restricted to range 0..20 in JSC/V8
253ecma_3/Number/15.7.4.6-1: FAIL_OK
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000254
fschneider@chromium.org1805e212011-09-05 10:49:12 +0000255#:=== RegExp:===
rossberg@chromium.org28a37082011-08-22 11:03:23 +0000256# We don't match the syntax error message of Mozilla for invalid
257# RegExp flags.
lrn@chromium.org32d961d2010-06-30 09:09:34 +0000258ecma_3/RegExp/15.10.4.1-6: FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000259
260# PCRE doesn't allow subpattern nesting deeper than 200, this tests
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000261# depth 500. JSC detects the case, and return null from the match,
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000262# and passes this test (the test doesn't check for a correct return
263# value).
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000264ecma_3/RegExp/regress-119909: PASS || FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000265
266
267# Difference in the way capturing subpatterns work. In JS, when the
268# 'minimum repeat count' is reached, the empty string must not match.
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000269# In this case, we are similar but not identical to JSC. Hard to
270# support the JS behavior with PCRE, so maybe emulate JSC?
ager@chromium.orgddb913d2009-01-27 10:01:48 +0000271ecma_3/RegExp/regress-209919: PASS || FAIL_OK
272js1_5/extensions/regress-459606: PASS || FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000273
274
275# PCRE's match limit is reached. SpiderMonkey hangs on the first one,
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000276# JSC returns true somehow. Maybe they up the match limit? There is
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000277# an open V8 bug 676063 about this.
ager@chromium.org5aa501c2009-06-23 07:57:28 +0000278ecma_3/RegExp/regress-330684: TIMEOUT
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000279
280
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000281# This test contains a regexp that runs exponentially long. Spidermonkey
282# standalone will hang, though apparently inside Firefox it will trigger a
283# long-running-script timeout. JSCRE passes by hitting the matchLimit and
284# just pretending that an exhaustive search found no match.
ager@chromium.org5aa501c2009-06-23 07:57:28 +0000285ecma_3/RegExp/regress-307456: PASS || TIMEOUT
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000286
287
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000288# We do not detect overflow in bounds for back references and {}
289# quantifiers. Might fix by parsing numbers differently?
290js1_5/Regress/regress-230216-2: FAIL_OK
291
292
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000293# Regexp too long for PCRE.
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000294js1_5/Regress/regress-280769: PASS || FAIL
295js1_5/Regress/regress-280769-1: PASS || FAIL
296js1_5/Regress/regress-280769-2: PASS || FAIL
297js1_5/Regress/regress-280769-4: PASS || FAIL
298js1_5/Regress/regress-280769-5: PASS || FAIL
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000299
300
301# We do not support static RegExp.multiline - should we?.
302js1_2/regexp/RegExp_multiline: FAIL_OK
303js1_2/regexp/RegExp_multiline_as_array: FAIL_OK
304js1_2/regexp/beginLine: FAIL_OK
305js1_2/regexp/endLine: FAIL_OK
306
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +0000307# We no longer let calls to test and exec with no argument implicitly
308# use the previous input.
309js1_2/regexp/RegExp_input: FAIL_OK
310js1_2/regexp/RegExp_input_as_array: FAIL_OK
311
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000312
sgjesse@chromium.org911335c2009-08-19 12:59:44 +0000313# To be compatible with safari typeof a regexp yields 'function';
314# in firefox it yields 'object'.
315js1_2/function/regexparg-1: FAIL_OK
316
317
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000318# Date trouble?
319js1_5/Date/regress-301738-02: FAIL_OK
320
321
322# This test fails for all browsers on in the CET timezone.
323ecma/Date/15.9.5.35-1: PASS || FAIL_OK
324
325
326# Spidermonkey allows stuff in parenthesis directly after the minutes
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000327# in a date. JSC does not, so we don't either.
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000328js1_5/Date/regress-309925-02: FAIL_OK
329
330
331# Print string after deleting array element?
332js1_5/Expressions/regress-96526-delelem: FAIL_OK
333
334
335# Stack overflows should be InternalError: too much recursion?
336js1_5/Regress/regress-234389: FAIL_OK
337
338
339# This may very well be a bogus test. I'm not sure yet.
340js1_5/Regress/regress-320119: FAIL_OK
341
342
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000343# No support for toSource().
344js1_5/Regress/regress-248444: FAIL_OK
345js1_5/Regress/regress-313967-01: FAIL_OK
346js1_5/Regress/regress-313967-02: FAIL_OK
347
348# This fails because we don't have stack space for Function.prototype.apply
349# with very large numbers of arguments. The test uses 2^24 arguments.
350js1_5/Array/regress-350256-03: FAIL_OK
351
352
353# Extra arguments not handled properly in String.prototype.match
354js1_5/Regress/regress-179524: FAIL_OK
355
356
357# Uncategorized failures. Please help categorize (or fix) these failures.
358js1_5/Regress/regress-172699: FAIL_OK
359
360
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000361# Assumes that the prototype of a function is enumerable. Non-ECMA,
362# see section 15.3.3.1, page 86.
363ecma/GlobalObject/15.1.2.2-1: FAIL_OK
364ecma/GlobalObject/15.1.2.3-1: FAIL_OK
365ecma/GlobalObject/15.1.2.4: FAIL_OK
366ecma/GlobalObject/15.1.2.5-1: FAIL_OK
367ecma/GlobalObject/15.1.2.6: FAIL_OK
368ecma/GlobalObject/15.1.2.7: FAIL_OK
369
370
371# Tests that rely on specific details of function decompilation or
372# print strings for errors. Non-ECMA behavior.
373js1_2/function/tostring-2: FAIL_OK
kasperl@chromium.orge959c182009-07-27 08:59:04 +0000374js1_2/Objects/toString-001: FAIL_OK
lrn@chromium.org32d961d2010-06-30 09:09:34 +0000375js1_5/LexicalConventions/regress-469940: FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000376js1_5/Exceptions/regress-332472: FAIL_OK
377js1_5/Regress/regress-173067: FAIL_OK
378js1_5/Regress/regress-355556: FAIL_OK
379js1_5/Regress/regress-328664: FAIL_OK
380js1_5/Regress/regress-252892: FAIL_OK
381js1_5/Regress/regress-352208: FAIL_OK
382ecma_3/Array/15.4.5.1-01: FAIL_OK
383ecma_3/Array/regress-387501: FAIL_OK
384ecma_3/LexicalConventions/7.9.1: FAIL_OK
385ecma_3/RegExp/regress-375711: FAIL_OK
386ecma_3/Unicode/regress-352044-01: FAIL_OK
387ecma_3/extensions/regress-274152: FAIL_OK
388js1_5/Regress/regress-372364: FAIL_OK
389js1_5/Regress/regress-420919: FAIL_OK
390js1_5/Regress/regress-422348: FAIL_OK
ager@chromium.orgc27e4e72008-09-04 13:52:27 +0000391js1_5/Regress/regress-410852: FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000392ecma_3/RegExp/regress-375715-04: FAIL_OK
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000393js1_5/decompilation/regress-456964-01: FAIL_OK
394js1_5/decompilation/regress-437288-02: FAIL_OK
395js1_5/decompilation/regress-457824: FAIL_OK
396js1_5/decompilation/regress-460116-01: FAIL_OK
397js1_5/decompilation/regress-460116-02: FAIL_OK
398js1_5/decompilation/regress-460501: FAIL_OK
399js1_5/decompilation/regress-460116-03: FAIL_OK
400js1_5/decompilation/regress-461110: FAIL_OK
401js1_5/decompilation/regress-456964-01: FAIL_OK
402js1_5/decompilation/regress-437288-02: FAIL_OK
403js1_5/decompilation/regress-457824: FAIL_OK
404js1_5/decompilation/regress-460116-01: FAIL_OK
405js1_5/decompilation/regress-460116-02: FAIL_OK
406js1_5/decompilation/regress-460116-03: FAIL_OK
407js1_5/decompilation/regress-460501: FAIL_OK
408js1_5/decompilation/regress-461110: FAIL_OK
409
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000410
411
ager@chromium.orgc27e4e72008-09-04 13:52:27 +0000412# Tests that use uneval. Non-ECMA.
413js1_5/GC/regress-418128: FAIL_OK
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000414js1_5/extensions/regress-465276: FAIL_OK
lrn@chromium.org32d961d2010-06-30 09:09:34 +0000415js1_5/Error/regress-465377: FAIL_OK
ager@chromium.orgc27e4e72008-09-04 13:52:27 +0000416
417# Tests that use the watch method. Non-ECMA.
418js1_5/extensions/regress-435345-01: FAIL_OK
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000419js1_5/extensions/regress-455413: FAIL_OK
ager@chromium.orgc27e4e72008-09-04 13:52:27 +0000420
421
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000422# Uses Mozilla-specific QName, XML, XMLList and Iterator.
423js1_5/Regress/regress-407323: FAIL_OK
424js1_5/Regress/regress-407957: FAIL_OK
425
426
427# Relies on JavaScript 1.2 / 1.3 deprecated features.
428js1_2/function/String: FAIL_OK
429js1_2/operator/equality: FAIL_OK
430js1_2/version120/boolean-001: FAIL_OK
431js1_2/String/concat: FAIL_OK
432js1_2/function/Function_object: FAIL_OK
433js1_2/function/tostring-1: FAIL_OK
434js1_2/version120/regress-99663: FAIL_OK
435js1_2/regexp/RegExp_lastIndex: FAIL_OK
436js1_2/regexp/string_split: FAIL_OK
437
438
ricow@chromium.orgc54d3652011-05-30 09:20:16 +0000439# RegExps are not callable.
440js1_2/regexp/simple_form: FAIL_OK
441js1_2/regexp/regress-6359: FAIL_OK
442js1_2/regexp/regress-9141: FAIL_OK
443js1_5/Regress/regress-224956: FAIL_OK
444js1_5/Regress/regress-325925: FAIL_OK
445ecma_2/RegExp/regress-001: FAIL_OK
446
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000447# We do not check for bad surrogate pairs when quoting strings.
448js1_5/Regress/regress-315974: FAIL_OK
449
450
451# Use unsupported "watch".
452js1_5/Regress/regress-213482: FAIL_OK
453js1_5/Regress/regress-240577: FAIL_OK
454js1_5/Regress/regress-355344: FAIL_OK
455js1_5/Object/regress-362872-01: FAIL_OK
456js1_5/Object/regress-362872-02: FAIL_OK
457js1_5/Regress/regress-361467: FAIL_OK
458js1_5/Regress/regress-385393-06: FAIL_OK
lrn@chromium.org32d961d2010-06-30 09:09:34 +0000459js1_5/Regress/regress-506567: FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000460
461
462# Use special Mozilla getter/setter syntax
463js1_5/Regress/regress-354924: FAIL_OK
464js1_5/Regress/regress-355341: FAIL_OK
465js1_5/GC/regress-316885-01: FAIL_OK
466js1_5/GetSet/getset-002: FAIL_OK
467js1_5/GetSet/regress-353264: FAIL_OK
468js1_5/Regress/regress-361617: FAIL_OK
469js1_5/Regress/regress-362583: FAIL_OK
ager@chromium.orgc27e4e72008-09-04 13:52:27 +0000470js1_5/extensions/regress-356378: FAIL_OK
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000471js1_5/extensions/regress-452178: FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000472
473
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000474# Requires Mozilla-specific strict mode or options() function.
475ecma_3/Object/8.6.1-01: FAIL_OK
476js1_5/Exceptions/regress-315147: FAIL_OK
477js1_5/Regress/regress-106244: FAIL_OK
478js1_5/Regress/regress-317533: FAIL_OK
479js1_5/Regress/regress-323314-1: FAIL_OK
480js1_5/Regress/regress-352197: FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000481
482
483# Equivalent to assert(false).
484ecma_2/RegExp/exec-001: FAIL_OK
485ecma_2/String/replace-001: FAIL_OK
486
487
488# We do not strip unicode format control characters. This is really
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000489# required for working with non-latin character sets. We match JSC
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000490# and IE here. Firefox matches the spec (section 7.1).
491ecma_3/Unicode/uc-001: FAIL_OK
492
493
494# A non-breaking space doesn't match \s in a regular expression. This behaviour
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000495# matches JSC. All the VMs have different behaviours in which characters match
496# \s so we do the same as JSC until they change.
ager@chromium.orgddb913d2009-01-27 10:01:48 +0000497ecma_3/Unicode/uc-002: PASS || FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000498
499
500# String.prototype.split on empty strings always returns an array
501# with one element (as specified in ECMA-262).
502js1_2/Array/array_split_1: FAIL_OK
503
504
505# The concat() method is defined in Array.prototype; not Array.
506js1_5/Array/regress-313153: FAIL_OK
507
lrn@chromium.org32d961d2010-06-30 09:09:34 +0000508# The join() method is defined on Array.prototype; not Array.
509js1_5/Array/regress-474529: FAIL_OK
510
511# The lastIndexOf() method is defined on Array.prototype, not Array.
512ecma_3/Array/15.5.4.8-01: FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000513
kasperl@chromium.org86f77b72009-07-06 08:21:57 +0000514# Properties fileName, and lineNumber of Error instances are
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000515# not supported. Mozilla specific extension.
516js1_5/Exceptions/errstack-001: FAIL_OK
517js1_5/Exceptions/regress-257751: FAIL_OK
518js1_5/Regress/regress-119719: FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000519js1_5/Regress/regress-167328: FAIL_OK
520js1_5/Regress/regress-243869: FAIL_OK
521
522
523# Unsupported import/export and <xml> literals. Mozilla extensions.
524js1_5/Regress/regress-249211: FAIL_OK
525js1_5/Regress/regress-309242: FAIL_OK
526js1_5/Regress/regress-350692: FAIL_OK
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000527js1_5/extensions/regress-421621: FAIL_OK
528js1_5/extensions/regress-432075: FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000529
530
531# The length of Error functions is 1 not 3.
532js1_5/Exceptions/regress-123002: FAIL_OK
533
534
535# Reserved keywords as function names, etc is not supported.
536js1_5/LexicalConventions/regress-343675: FAIL_OK
537
538
ager@chromium.org04921a82011-06-27 13:21:41 +0000539# Tests if future reserved keywords of ECMA-262, edition 3 emit warnings. We
540# implement the edition 5 behaviour and fail on use of edition 5 future reserved
541# keywords as identifiers.
542js1_5/Regress/regress-240317: FAIL_OK
543
544
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000545# Unsupported list comprehensions: [ ... for ... ] and for each.
546js1_5/Regress/regress-352009: FAIL_OK
547js1_5/Regress/regress-349648: FAIL_OK
548
549
550# Expects top level arguments (passed on command line?) to be
551# the empty string?
552js1_5/Regress/regress-336100: FAIL_OK
553
554
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000555# Regular expression test failures due to PCRE. We match JSC (ie, perl)
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000556# behavior and not the ECMA spec.
ager@chromium.orgddb913d2009-01-27 10:01:48 +0000557ecma_3/RegExp/perlstress-001: PASS || FAIL_OK
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000558ecma_3/RegExp/regress-334158: PASS || FAIL
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000559
ager@chromium.orgddb913d2009-01-27 10:01:48 +0000560# This test fails due to http://code.google.com/p/v8/issues/detail?id=187
561# Failure to clear captures when a lookahead is unwound.
562ecma_3/RegExp/15.10.2-1: PASS || FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000563
564# This test requires a failure if we try to compile a function with more
565# than 65536 arguments. This seems to be a Mozilla restriction.
566js1_5/Regress/regress-290575: FAIL_OK
567
568
569# Fails because of the way function declarations are
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000570# handled in V8/JSC. V8 follows IE behavior and introduce
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000571# all nested function declarations when entering the
572# surrounding function, whereas Spidermonkey declares
573# them dynamically when the statement is executed.
574ecma_3/Function/scope-001: FAIL_OK
575ecma_3/FunExpr/fe-001: FAIL_OK
576js1_5/Scope/regress-184107: FAIL_OK
577
578
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000579# Function is deletable in V8 and JSC.
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000580js1_5/Regress/regress-352604: FAIL_OK
581
582
583# Cannot call strings as functions. Expects not to crash.
584js1_5/Regress/regress-417893: FAIL_OK
585
586
fschneider@chromium.org1805e212011-09-05 10:49:12 +0000587# Unsupported use of "[]" as function parameter. We match JSC.
lrn@chromium.org32d961d2010-06-30 09:09:34 +0000588js1_5/Regress/regress-416737-01: FAIL_OK
589js1_5/Regress/regress-416737-02: FAIL_OK
590
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000591
erik.corry@gmail.comed49e962012-04-17 11:57:53 +0000592# Illegal escape-sequences in string literals. Has already been fixed
593# by most engines (i.e. V8, JSC, Opera and FF).
594ecma/Array/15.4.5.1-1: FAIL_OK
595ecma/LexicalConventions/7.7.4: FAIL_OK
596ecma_2/RegExp/hex-001: FAIL_OK
597js1_2/regexp/hexadecimal: FAIL_OK
598
599
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +0000600# The source field of RegExp objects is properly escaped. We match JSC.
601ecma_2/RegExp/constructor-001: FAIL_OK
602ecma_2/RegExp/function-001: FAIL_OK
603ecma_2/RegExp/properties-001: FAIL_OK
604
605
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000606##################### FAILING TESTS #####################
607
ager@chromium.orga74f0da2008-12-03 16:05:52 +0000608# This section is for tests that fail in V8 and pass in JSC.
609# Tests that fail in both V8 and JSC belong in the FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000610# category.
611
612# This fails because we don't handle Function.prototype.apply with very large
613# numbers of arguments (depending on max stack size). 350256-02 needs more than
614# 4Mbytes of stack space.
615js1_5/Array/regress-350256-02: FAIL
616
617
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000618# This test seems designed to fail (it produces a 700Mbyte string).
619# We fail on out of memory. The important thing is not to crash.
ager@chromium.org5aa501c2009-06-23 07:57:28 +0000620js1_5/Regress/regress-303213: FAIL || TIMEOUT if $mode == debug
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000621
lrn@chromium.org1c092762011-05-09 09:42:16 +0000622# This test fails since we now throw in String.prototype.match when apply
623# is given null or undefined as this argument (and so does firefox nightly).
624js1_5/Regress/regress-295052: FAIL
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000625
ager@chromium.org3bf7b912008-11-17 09:09:45 +0000626# Bug 1202592: New ecma_3/String/15.5.4.11 is failing.
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000627ecma_3/String/15.5.4.11: FAIL
628
629# Bug 1202597: New js1_5/Expressions/regress-394673 is failing.
630# Marked as: Will not fix. V8 throws an acceptable RangeError.
631js1_5/Expressions/regress-394673: FAIL
632
lrn@chromium.org32d961d2010-06-30 09:09:34 +0000633
634# Bug 762: http://code.google.com/p/v8/issues/detail?id=762
635# We do not correctly handle assignments within "with"
svenpanne@chromium.org619781a2012-07-05 08:22:44 +0000636ecma_3/Statements/12.10-01: FAIL
lrn@chromium.org32d961d2010-06-30 09:09:34 +0000637
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +0000638# We do not throw an exception when a const is redeclared.
639# (We only fail section 1 of the test.)
640js1_5/Regress/regress-103602: FAIL
641
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000642##################### MOZILLA EXTENSION TESTS #####################
643
644ecma/extensions/15.1.2.1-1: FAIL_OK
645ecma_3/extensions/regress-385393-03: FAIL_OK
646ecma_3/extensions/7.9.1: FAIL_OK
647js1_5/extensions/catchguard-001: FAIL_OK
648js1_5/extensions/catchguard-002: FAIL_OK
649js1_5/extensions/catchguard-003: FAIL_OK
650js1_5/extensions/getset-001: FAIL_OK
651js1_5/extensions/getset-003: FAIL_OK
652js1_5/extensions/no-such-method: FAIL_OK
653js1_5/extensions/regress-104077: FAIL_OK
654js1_5/extensions/regress-226078: FAIL_OK
655js1_5/extensions/regress-303277: FAIL_OK
656js1_5/extensions/regress-304897: FAIL_OK
657js1_5/extensions/regress-306738: FAIL_OK
658js1_5/extensions/regress-311161: FAIL_OK
659js1_5/extensions/regress-311583: FAIL_OK
660js1_5/extensions/regress-311792-01: FAIL_OK
661js1_5/extensions/regress-312278: FAIL_OK
662js1_5/extensions/regress-313630: FAIL_OK
663js1_5/extensions/regress-313763: FAIL_OK
664js1_5/extensions/regress-313803: FAIL_OK
665js1_5/extensions/regress-314874: FAIL_OK
666js1_5/extensions/regress-322957: FAIL_OK
667js1_5/extensions/regress-328556: FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000668js1_5/extensions/regress-333541: FAIL_OK
669js1_5/extensions/regress-335700: FAIL_OK
670js1_5/extensions/regress-336409-1: FAIL_OK
671js1_5/extensions/regress-336409-2: FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000672js1_5/extensions/regress-336410-2: FAIL_OK
673js1_5/extensions/regress-341956-01: FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000674js1_5/extensions/regress-345967: FAIL_OK
675js1_5/extensions/regress-346494-01: FAIL_OK
676js1_5/extensions/regress-346494: FAIL_OK
677js1_5/extensions/regress-347306-02: FAIL_OK
678js1_5/extensions/regress-348986: FAIL_OK
679js1_5/extensions/regress-349616: FAIL_OK
680js1_5/extensions/regress-350312-02: FAIL_OK
681js1_5/extensions/regress-350312-03: FAIL_OK
682js1_5/extensions/regress-350531: FAIL_OK
683js1_5/extensions/regress-351102-01: FAIL_OK
684js1_5/extensions/regress-351102-02: FAIL_OK
685js1_5/extensions/regress-351102-06: FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000686js1_5/extensions/regress-351973: FAIL_OK
687js1_5/extensions/regress-352060: FAIL_OK
688js1_5/extensions/regress-352094: FAIL_OK
689js1_5/extensions/regress-352261: FAIL_OK
690js1_5/extensions/regress-352281: FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000691js1_5/extensions/regress-352455: FAIL_OK
692js1_5/extensions/regress-352604: FAIL_OK
693js1_5/extensions/regress-353214: FAIL_OK
694js1_5/extensions/regress-355339: FAIL_OK
695js1_5/extensions/regress-355497: FAIL_OK
696js1_5/extensions/regress-355622: FAIL_OK
697js1_5/extensions/regress-355736: FAIL_OK
698js1_5/extensions/regress-356085: FAIL_OK
699js1_5/extensions/regress-356106: FAIL_OK
700js1_5/extensions/regress-358594-01: FAIL_OK
701js1_5/extensions/regress-358594-02: FAIL_OK
702js1_5/extensions/regress-358594-03: FAIL_OK
703js1_5/extensions/regress-358594-04: FAIL_OK
704js1_5/extensions/regress-358594-05: FAIL_OK
705js1_5/extensions/regress-358594-06: FAIL_OK
706js1_5/extensions/regress-361346: FAIL_OK
707js1_5/extensions/regress-361360: FAIL_OK
708js1_5/extensions/regress-361558: FAIL_OK
709js1_5/extensions/regress-361571: FAIL_OK
710js1_5/extensions/regress-361856: FAIL_OK
711js1_5/extensions/regress-361964: FAIL_OK
712js1_5/extensions/regress-363988: FAIL_OK
713js1_5/extensions/regress-365869: FAIL_OK
714js1_5/extensions/regress-367630: FAIL_OK
715js1_5/extensions/regress-367923: FAIL_OK
716js1_5/extensions/regress-368859: FAIL_OK
lrn@chromium.org32d961d2010-06-30 09:09:34 +0000717js1_5/extensions/regress-369696-01: FAIL_OK
718js1_5/extensions/regress-369696-02: FAIL_OK
719js1_5/extensions/regress-369696-03: FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000720js1_5/extensions/regress-374589: FAIL_OK
721js1_5/extensions/regress-375801: FAIL_OK
722js1_5/extensions/regress-376052: FAIL_OK
723js1_5/extensions/regress-379523: FAIL_OK
724js1_5/extensions/regress-380581: FAIL_OK
725js1_5/extensions/regress-380831: FAIL_OK
726js1_5/extensions/regress-381205: FAIL_OK
727js1_5/extensions/regress-381211: FAIL_OK
728js1_5/extensions/regress-381304: FAIL_OK
729js1_5/extensions/regress-382509: FAIL_OK
730js1_5/extensions/regress-383965: FAIL_OK
731js1_5/extensions/regress-384680: FAIL_OK
732js1_5/extensions/regress-385393-09: FAIL_OK
733js1_5/extensions/regress-407501: FAIL_OK
734js1_5/extensions/regress-418730: FAIL_OK
735js1_5/extensions/regress-420612: FAIL_OK
736js1_5/extensions/regress-420869-01: FAIL_OK
737js1_5/extensions/regress-424257: FAIL_OK
738js1_5/extensions/regress-424683-01: FAIL_OK
lrn@chromium.org32d961d2010-06-30 09:09:34 +0000739js1_5/extensions/regress-429739: FAIL_OK
740js1_5/extensions/regress-454142: FAIL_OK
741js1_5/extensions/regress-465145: FAIL_OK
742js1_5/extensions/regress-469625: FAIL_OK
743js1_5/extensions/regress-472787: FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000744js1_5/extensions/regress-44009: FAIL_OK
745js1_5/extensions/regress-50447-1: FAIL_OK
746js1_5/extensions/regress-50447: FAIL_OK
747js1_5/extensions/regress-90596-001: FAIL_OK
748js1_5/extensions/regress-90596-002: FAIL_OK
749js1_5/extensions/regress-96284-001: FAIL_OK
750js1_5/extensions/regress-96284-002: FAIL_OK
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000751js1_5/extensions/toLocaleFormat-01: FAIL_OK
752js1_5/extensions/toLocaleFormat-02: FAIL_OK
753
ager@chromium.org5aa501c2009-06-23 07:57:28 +0000754js1_5/extensions/regress-330569: TIMEOUT
755js1_5/extensions/regress-351448: TIMEOUT
756js1_5/extensions/regress-342960: FAIL_OK || TIMEOUT if $mode == debug
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +0000757# In the 64-bit version, this test takes longer to run out of memory
758# than it does in the 32-bit version when attempting to generate a huge
759# error message in debug mode.
760js1_5/extensions/regress-336410-1: FAIL_OK || TIMEOUT if ($mode == debug && $arch == x64)
761
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000762##################### DECOMPILATION TESTS #####################
763
764# We don't really about the outcome of running the
765# decompilation tests as long as they don't crash or
766# timeout.
767
768js1_5/decompilation/regress-344120: PASS || FAIL
769js1_5/decompilation/regress-346892: PASS || FAIL
770js1_5/decompilation/regress-346902: PASS || FAIL
771js1_5/decompilation/regress-346904: PASS || FAIL
772js1_5/decompilation/regress-346915: PASS || FAIL
773js1_5/decompilation/regress-349484: PASS || FAIL
774js1_5/decompilation/regress-349489: PASS || FAIL
775js1_5/decompilation/regress-349491: PASS || FAIL
776js1_5/decompilation/regress-349596: PASS || FAIL
777js1_5/decompilation/regress-349650: PASS || FAIL
778js1_5/decompilation/regress-349663: PASS || FAIL
779js1_5/decompilation/regress-350242: PASS || FAIL
780js1_5/decompilation/regress-350263: PASS || FAIL
781js1_5/decompilation/regress-350271: PASS || FAIL
782js1_5/decompilation/regress-350666: PASS || FAIL
783js1_5/decompilation/regress-350670: PASS || FAIL
784js1_5/decompilation/regress-351104: PASS || FAIL
785js1_5/decompilation/regress-351219: PASS || FAIL
786js1_5/decompilation/regress-351336: PASS || FAIL
787js1_5/decompilation/regress-351597: PASS || FAIL
788js1_5/decompilation/regress-351625: PASS || FAIL
789js1_5/decompilation/regress-351626: PASS || FAIL
790js1_5/decompilation/regress-351693: PASS || FAIL
791js1_5/decompilation/regress-351705: PASS || FAIL
792js1_5/decompilation/regress-351793: PASS || FAIL
793js1_5/decompilation/regress-352013: PASS || FAIL
794js1_5/decompilation/regress-352022: PASS || FAIL
795js1_5/decompilation/regress-352073: PASS || FAIL
796js1_5/decompilation/regress-352202: PASS || FAIL
797js1_5/decompilation/regress-352312: PASS || FAIL
798js1_5/decompilation/regress-352360: PASS || FAIL
799js1_5/decompilation/regress-352375: PASS || FAIL
800js1_5/decompilation/regress-352453: PASS || FAIL
801js1_5/decompilation/regress-352649: PASS || FAIL
802js1_5/decompilation/regress-352873-01: PASS || FAIL
803js1_5/decompilation/regress-352873-02: PASS || FAIL
804js1_5/decompilation/regress-353000: PASS || FAIL
805js1_5/decompilation/regress-353120: PASS || FAIL
806js1_5/decompilation/regress-353146: PASS || FAIL
807js1_5/decompilation/regress-354878: PASS || FAIL
808js1_5/decompilation/regress-354910: PASS || FAIL
809js1_5/decompilation/regress-355992: PASS || FAIL
810js1_5/decompilation/regress-356083: PASS || FAIL
811js1_5/decompilation/regress-356248: PASS || FAIL
812js1_5/decompilation/regress-371692: PASS || FAIL
813js1_5/decompilation/regress-373678: PASS || FAIL
814js1_5/decompilation/regress-375639: PASS || FAIL
815js1_5/decompilation/regress-375882: PASS || FAIL
816js1_5/decompilation/regress-376564: PASS || FAIL
817js1_5/decompilation/regress-383721: PASS || FAIL
818js1_5/decompilation/regress-406555: PASS || FAIL
lrn@chromium.org32d961d2010-06-30 09:09:34 +0000819js1_5/decompilation/regress-460870: PASS || FAIL
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +0000820
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +0000821
ager@chromium.org5f0c45f2010-12-17 08:51:21 +0000822[ $arch == arm ]
kasperl@chromium.orga5551262010-12-07 12:49:48 +0000823
824# Times out and print so much output that we need to skip it to not
825# hang the builder.
826js1_5/extensions/regress-342960: SKIP
827
828# BUG(3251229): Times out when running new crankshaft test script.
kasperl@chromium.orga5551262010-12-07 12:49:48 +0000829ecma_3/RegExp/regress-311414: SKIP
kasperl@chromium.orga5551262010-12-07 12:49:48 +0000830ecma/Date/15.9.5.8: SKIP
831ecma/Date/15.9.5.10-2: SKIP
832ecma/Date/15.9.5.11-2: SKIP
833ecma/Date/15.9.5.12-2: SKIP
ricow@chromium.org83aa5492011-02-07 12:42:56 +0000834js1_5/Array/regress-99120-02: SKIP
835js1_5/extensions/regress-371636: SKIP
836js1_5/Regress/regress-203278-1: SKIP
kasperl@chromium.orga5551262010-12-07 12:49:48 +0000837js1_5/Regress/regress-404755: SKIP
838js1_5/Regress/regress-451322: SKIP
ricow@chromium.org83aa5492011-02-07 12:42:56 +0000839
kasperl@chromium.orga5551262010-12-07 12:49:48 +0000840
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +0000841# BUG(1040): Allow this test to timeout.
842js1_5/GC/regress-203278-2: PASS || TIMEOUT
kasperl@chromium.orga5551262010-12-07 12:49:48 +0000843
ager@chromium.org5f0c45f2010-12-17 08:51:21 +0000844
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +0000845[ $arch == mips ]
846
847# Times out and print so much output that we need to skip it to not
848# hang the builder.
849js1_5/extensions/regress-342960: SKIP
850
851# BUG(3251229): Times out when running new crankshaft test script.
852ecma_3/RegExp/regress-311414: SKIP
853ecma/Date/15.9.5.8: SKIP
854ecma/Date/15.9.5.10-2: SKIP
855ecma/Date/15.9.5.11-2: SKIP
856ecma/Date/15.9.5.12-2: SKIP
857js1_5/Array/regress-99120-02: SKIP
858js1_5/extensions/regress-371636: SKIP
859js1_5/Regress/regress-203278-1: SKIP
860js1_5/Regress/regress-404755: SKIP
861js1_5/Regress/regress-451322: SKIP
862
863
864# BUG(1040): Allow this test to timeout.
865js1_5/GC/regress-203278-2: PASS || TIMEOUT