blob: af28be19d89ec1e967d8e393d42fdc7d80d5f3a0 [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(382): Weird test. Can't guarantee that it never times out.
34test-api/ApplyInterruption: PASS || TIMEOUT
35
Ben Murdoch3ef787d2012-04-12 10:51:47 +010036# BUG(484): This test which we thought was originally corrected in r5236
37# is re-appearing. Disabled until bug in test is fixed. This only fails
38# when snapshot is on, so I am marking it PASS || FAIL
39test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL
40
Steve Block3ce2e202009-11-05 08:53:23 +000041# These tests always fail. They are here to test test.py. If
42# they don't fail then test.py has failed.
43test-serialize/TestThatAlwaysFails: FAIL
44test-serialize/DependentTestThatAlwaysFails: FAIL
45
Ben Murdoch3ef787d2012-04-12 10:51:47 +010046# TODO(gc): Temporarily disabled in the GC branch.
47test-log/EquivalenceOfLoggingAndTraversal: PASS || FAIL
48
49# BUG(1261): Flakey test.
50test-profile-generator/RecordStackTraceAtStartProfiling: PASS || FAIL
51
Ben Murdoch69a99ed2011-11-30 16:03:39 +000052# We do not yet shrink weak maps after they have been emptied by the GC
53test-weakmaps/Shrinking: FAIL
54
Ben Murdochb0fe1622011-05-05 13:52:32 +010055##############################################################################
Steve Blocka7e24c12009-10-30 11:49:00 +000056[ $arch == arm ]
57
Steve Blocka7e24c12009-10-30 11:49:00 +000058# We cannot assume that we can throw OutOfMemory exceptions in all situations.
59# Apparently our ARM box is in such a state. Skip the test as it also runs for
60# a long time.
61test-api/OutOfMemory: SKIP
62test-api/OutOfMemoryNested: SKIP
63
64# BUG(355): Test crashes on ARM.
65test-log/ProfLazyMode: SKIP
Andrei Popescu31002712010-02-23 13:46:05 +000066
Ben Murdochb0fe1622011-05-05 13:52:32 +010067# BUG(945): Socket connect fails on ARM
Ben Murdoch3fb3ca82011-12-02 17:19:32 +000068test-debug/DebuggerAgent: SKIP
Ben Murdochb0fe1622011-05-05 13:52:32 +010069test-debug/DebuggerAgentProtocolOverflowHeader: SKIP
70test-sockets/Socket: SKIP
71
Ben Murdoch8b112d22011-06-08 16:22:53 +010072# BUG(1075): Unresolved crashes.
Ben Murdoch257744e2011-11-30 15:57:28 +000073test-serialize/Deserialize: SKIP
74test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP
75test-serialize/DeserializeAndRunScript2: SKIP
76test-serialize/DeserializeFromSecondSerialization: SKIP
Ben Murdoch8b112d22011-06-08 16:22:53 +010077
Ben Murdochb0fe1622011-05-05 13:52:32 +010078##############################################################################
79[ $arch == arm && $crankshaft ]
80
Ben Murdochb0fe1622011-05-05 13:52:32 +010081# Tests that time out with crankshaft.
82test-debug/ThreadedDebugging: SKIP
83test-debug/DebugBreakLoop: SKIP
84
85
86##############################################################################
Ben Murdoch3ef787d2012-04-12 10:51:47 +010087[ $arch == mips && $crankshaft ]
Ben Murdochc7cc0282012-03-05 14:35:55 +000088
Ben Murdoch3ef787d2012-04-12 10:51:47 +010089# Tests that time out with crankshaft.
90test-debug/ThreadedDebugging: SKIP
91test-debug/DebugBreakLoop: SKIP