blob: 616f7124d074c59e7da841b41c7d630145e7bb44 [file] [log] [blame]
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00001# Copyright 2011 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
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +000030# All tests prefixed with 'Bug' are expected to fail.
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000031test-api/Bug*: FAIL
32
kasperl@chromium.orga5551262010-12-07 12:49:48 +000033##############################################################################
ager@chromium.org5aa501c2009-06-23 07:57:28 +000034# BUG(382): Weird test. Can't guarantee that it never times out.
35test-api/ApplyInterruption: PASS || TIMEOUT
36
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000037# BUG(484): This test which we thought was originally corrected in r5236
38# is re-appearing. Disabled until bug in test is fixed. This only fails
39# when snapshot is on, so I am marking it PASS || FAIL
40test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL
41
ager@chromium.org3811b432009-10-28 14:53:37 +000042# These tests always fail. They are here to test test.py. If
43# they don't fail then test.py has failed.
44test-serialize/TestThatAlwaysFails: FAIL
45test-serialize/DependentTestThatAlwaysFails: FAIL
46
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +000047# This test always fails. It tests that LiveEdit causes abort when turned off.
48test-debug/LiveEditDisabled: FAIL
49
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000050# TODO(gc): Temporarily disabled in the GC branch.
51test-log/EquivalenceOfLoggingAndTraversal: PASS || FAIL
52
53# BUG(1261): Flakey test.
54test-profile-generator/RecordStackTraceAtStartProfiling: PASS || FAIL
55
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000056# We do not yet shrink weak maps after they have been emptied by the GC
57test-weakmaps/Shrinking: FAIL
58
yangguo@chromium.org46a2a512013-01-18 16:29:40 +000059# Deferred stack trace formatting is temporarily disabled.
60test-heap/ReleaseStackTraceData: PASS || FAIL
61
kasperl@chromium.orga5551262010-12-07 12:49:48 +000062##############################################################################
yangguo@chromium.org304cc332012-07-24 07:59:48 +000063[ $arch == arm ]
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000064
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000065# We cannot assume that we can throw OutOfMemory exceptions in all situations.
66# Apparently our ARM box is in such a state. Skip the test as it also runs for
67# a long time.
68test-api/OutOfMemory: SKIP
69test-api/OutOfMemoryNested: SKIP
70
kasperl@chromium.org71affb52009-05-26 05:44:31 +000071# BUG(355): Test crashes on ARM.
72test-log/ProfLazyMode: SKIP
ager@chromium.org5c838252010-02-19 08:53:10 +000073
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000074# BUG(1075): Unresolved crashes.
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000075test-serialize/Deserialize: SKIP
76test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP
77test-serialize/DeserializeAndRunScript2: SKIP
78test-serialize/DeserializeFromSecondSerialization: SKIP
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000079
yangguo@chromium.org304cc332012-07-24 07:59:48 +000080##############################################################################
81[ $arch == android_arm || $arch == android_ia32 ]
82
83# Tests crash as there is no /tmp directory in Android.
84test-log/LogAccessorCallbacks: SKIP
85test-log/LogCallbacks: SKIP
86test-log/ProfLazyMode: SKIP
87
88# platform-tls.h does not contain an ANDROID-related header.
89test-platform-tls/FastTLS: SKIP
rossberg@chromium.org89e18f52012-10-22 13:09:53 +000090
91# This test times out.
92test-threads/ThreadJoinSelf: SKIP
mstarzinger@chromium.orge27d6172013-04-17 11:51:44 +000093
94##############################################################################
95[ $arch == nacl_ia32 || $arch == nacl_x64 ]
96
97# These tests fail as there is no /tmp directory in Native Client.
98test-log/LogAccessorCallbacks: SKIP
99test-log/LogCallbacks: SKIP
100test-log/ProfLazyMode: SKIP
101
102# Native Client doesn't support sockets.
103test-debug/DebuggerAgent: SKIP
104test-debug/DebuggerAgentProtocolOverflowHeader: SKIP
105test-sockets/Socket: SKIP