blob: 4dfe51aac8c3a5b34559f7f00ceefe19c28d30a4 [file] [log] [blame]
Steve Blocka7e24c12009-10-30 11:49:00 +00001# Copyright 2008 the V8 project authors. All rights reserved.
2# 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
33##############################################################################
Steve Blocka7e24c12009-10-30 11:49:00 +000034# BUG(281): This test fails on some Linuxes.
35test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux
36
37# BUG(382): Weird test. Can't guarantee that it never times out.
38test-api/ApplyInterruption: PASS || TIMEOUT
39
Ben Murdochb0fe1622011-05-05 13:52:32 +010040# BUG(484): This test which we thought was originally corrected in r5236
41# is re-appearing. Disabled until bug in test is fixed. This only fails
42# when snapshot is on, so I am marking it PASS || FAIL
43test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL
44
Steve Block3ce2e202009-11-05 08:53:23 +000045# These tests always fail. They are here to test test.py. If
46# they don't fail then test.py has failed.
47test-serialize/TestThatAlwaysFails: FAIL
48test-serialize/DependentTestThatAlwaysFails: FAIL
49
Ben Murdochb0fe1622011-05-05 13:52:32 +010050
51##############################################################################
52[ $arch == x64 ]
53
54# Optimization is currently not working on crankshaft x64 and ARM.
55test-heap/TestInternalWeakLists: PASS || FAIL
56test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL
57
58
59##############################################################################
Steve Blocka7e24c12009-10-30 11:49:00 +000060[ $arch == arm ]
61
Ben Murdochb0fe1622011-05-05 13:52:32 +010062# Optimization is currently not working on crankshaft x64 and ARM.
63test-heap/TestInternalWeakLists: PASS || FAIL
64test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL
65
Steve Blocka7e24c12009-10-30 11:49:00 +000066# We cannot assume that we can throw OutOfMemory exceptions in all situations.
67# Apparently our ARM box is in such a state. Skip the test as it also runs for
68# a long time.
69test-api/OutOfMemory: SKIP
70test-api/OutOfMemoryNested: SKIP
71
72# BUG(355): Test crashes on ARM.
73test-log/ProfLazyMode: SKIP
Andrei Popescu31002712010-02-23 13:46:05 +000074
Ben Murdochb0fe1622011-05-05 13:52:32 +010075# BUG(945): Socket connect fails on ARM
76test-debug/DebuggerAgentProtocolOverflowHeader: SKIP
77test-sockets/Socket: SKIP
78
79
80##############################################################################
81[ $arch == arm && $crankshaft ]
82
83# Tests that fail with crankshaft.
84test-deoptimization/DeoptimizeBinaryOperationMOD: FAIL
85
86# Tests that time out with crankshaft.
87test-debug/ThreadedDebugging: SKIP
88test-debug/DebugBreakLoop: SKIP
89
90
91##############################################################################
Andrei Popescu31002712010-02-23 13:46:05 +000092[ $arch == mips ]
93test-accessors: SKIP
94test-alloc: SKIP
95test-api: SKIP
96test-compiler: SKIP
Steve Block6ded16b2010-05-10 14:33:55 +010097test-cpu-profiler: SKIP
Andrei Popescu31002712010-02-23 13:46:05 +000098test-debug: SKIP
99test-decls: SKIP
100test-func-name-inference: SKIP
101test-heap: SKIP
102test-heap-profiler: SKIP
103test-log: SKIP
104test-log-utils: SKIP
105test-mark-compact: SKIP
106test-regexp: SKIP
107test-serialize: SKIP
108test-sockets: SKIP
109test-strings: SKIP
110test-threads: SKIP
111test-thread-termination: SKIP