blob: 93e348be2ed8f02739b5e7cb2d0a9b84bb953760 [file] [log] [blame]
ager@chromium.org9258b6b2008-09-11 09:11:10 +00001# Copyright 2008 the V8 project authors. All rights reserved.
ager@chromium.orgc27e4e72008-09-04 13:52:27 +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 cctest
29
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000030# BUG(281): This test fails on some Linuxes.
31test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux
32
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000033[ $arch == arm ]
34
35test-debug: SKIP
ager@chromium.org7c537e22008-10-16 08:43:32 +000036
37# BUG(113): Test seems flaky on ARM.
38test-spaces/LargeObjectSpace: PASS || FAIL
ager@chromium.orga74f0da2008-12-03 16:05:52 +000039
kasperl@chromium.org061ef742009-02-27 12:16:20 +000040# BUG(240): Test seems flaky on ARM.
41test-api/RegExpInterruption: SKIP
ager@chromium.org71daaf62009-04-01 07:22:49 +000042
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000043# We cannot assume that we can throw OutOfMemory exceptions in all situations.
44# Apparently our ARM box is in such a state. Skip the test as it also runs for
45# a long time.
46test-api/OutOfMemory: SKIP
47test-api/OutOfMemoryNested: SKIP
48
ager@chromium.org65dad4b2009-04-23 08:48:43 +000049[ $simulator == arm ]
50
ager@chromium.org71daaf62009-04-01 07:22:49 +000051# BUG(271): During exception propagation, we compare pointers into the
52# stack. These tests fail on the ARM simulator because the C++ and
53# the JavaScript stacks are separate.
ager@chromium.org65dad4b2009-04-23 08:48:43 +000054test-api/ExceptionOrder: FAIL
55test-api/TryCatchInTryFinally: FAIL