blob: 3bb9998b48a5a5144a8137381c7b5c5e47c22ab6 [file] [log] [blame]
Ben Murdoch086aeea2011-05-13 15:57:08 +01001# 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 cctest
29
Steve Block6ded16b2010-05-10 14:33:55 +010030test-api/Bug*: FAIL
31
Ben Murdochb0fe1622011-05-05 13:52:32 +010032##############################################################################
Steve Blocka7e24c12009-10-30 11:49:00 +000033# BUG(281): This test fails on some Linuxes.
34test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux
35
36# BUG(382): Weird test. Can't guarantee that it never times out.
37test-api/ApplyInterruption: PASS || TIMEOUT
38
Steve Block3ce2e202009-11-05 08:53:23 +000039# These tests always fail. They are here to test test.py. If
40# they don't fail then test.py has failed.
41test-serialize/TestThatAlwaysFails: FAIL
42test-serialize/DependentTestThatAlwaysFails: FAIL
43
Ben Murdochb0fe1622011-05-05 13:52:32 +010044##############################################################################
Steve Blocka7e24c12009-10-30 11:49:00 +000045[ $arch == arm ]
46
Steve Blocka7e24c12009-10-30 11:49:00 +000047# We cannot assume that we can throw OutOfMemory exceptions in all situations.
48# Apparently our ARM box is in such a state. Skip the test as it also runs for
49# a long time.
50test-api/OutOfMemory: SKIP
51test-api/OutOfMemoryNested: SKIP
52
53# BUG(355): Test crashes on ARM.
54test-log/ProfLazyMode: SKIP
Andrei Popescu31002712010-02-23 13:46:05 +000055
Ben Murdochb0fe1622011-05-05 13:52:32 +010056# BUG(945): Socket connect fails on ARM
57test-debug/DebuggerAgentProtocolOverflowHeader: SKIP
58test-sockets/Socket: SKIP
59
Ben Murdoch8b112d22011-06-08 16:22:53 +010060# BUG(1075): Unresolved crashes.
61cctest/test-serialize/Deserialize: PASS || FAIL
62cctest/test-serialize/DeserializeFromSecondSerializationAndRunScript2: PASS || FAIL
63cctest/test-serialize/DeserializeAndRunScript2: PASS || FAIL
64cctest/test-serialize/DeserializeFromSecondSerialization: PASS || FAIL
65
Ben Murdochb0fe1622011-05-05 13:52:32 +010066##############################################################################
67[ $arch == arm && $crankshaft ]
68
Ben Murdochb0fe1622011-05-05 13:52:32 +010069# Tests that time out with crankshaft.
70test-debug/ThreadedDebugging: SKIP
71test-debug/DebugBreakLoop: SKIP
72
73
74##############################################################################
Andrei Popescu31002712010-02-23 13:46:05 +000075[ $arch == mips ]
76test-accessors: SKIP
77test-alloc: SKIP
78test-api: SKIP
79test-compiler: SKIP
Steve Block6ded16b2010-05-10 14:33:55 +010080test-cpu-profiler: SKIP
Andrei Popescu31002712010-02-23 13:46:05 +000081test-debug: SKIP
82test-decls: SKIP
Steve Block44f0eee2011-05-26 01:26:41 +010083test-deoptimization: SKIP
Andrei Popescu31002712010-02-23 13:46:05 +000084test-func-name-inference: SKIP
85test-heap: SKIP
86test-heap-profiler: SKIP
87test-log: SKIP
88test-log-utils: SKIP
89test-mark-compact: SKIP
Steve Block44f0eee2011-05-26 01:26:41 +010090test-parsing: SKIP
91test-profile-generator: SKIP
Andrei Popescu31002712010-02-23 13:46:05 +000092test-regexp: SKIP
93test-serialize: SKIP
94test-sockets: SKIP
95test-strings: SKIP
96test-threads: SKIP
97test-thread-termination: SKIP
Steve Block44f0eee2011-05-26 01:26:41 +010098
99##############################################################################
100# Tests that time out with Isolates