blob: b0564033eae8d4c0dae0bd74da3bc9563e450187 [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
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000030test-api/Bug*: FAIL
31
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000032# The problem is that a code object can get a different optimizable flag
33# in crankshaft after creation.
34test-log/EquivalenceOfLoggingAndTraversal: SKIP
35
kasperl@chromium.orga5551262010-12-07 12:49:48 +000036
37##############################################################################
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000038# BUG(281): This test fails on some Linuxes.
39test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux
40
ager@chromium.org5aa501c2009-06-23 07:57:28 +000041# BUG(382): Weird test. Can't guarantee that it never times out.
42test-api/ApplyInterruption: PASS || TIMEOUT
43
kasperl@chromium.orga5551262010-12-07 12:49:48 +000044# BUG(484): This test which we thought was originally corrected in r5236
45# is re-appearing. Disabled until bug in test is fixed. This only fails
46# when snapshot is on, so I am marking it PASS || FAIL
47test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL
48
ager@chromium.org3811b432009-10-28 14:53:37 +000049# These tests always fail. They are here to test test.py. If
50# they don't fail then test.py has failed.
51test-serialize/TestThatAlwaysFails: FAIL
52test-serialize/DependentTestThatAlwaysFails: FAIL
53
kasperl@chromium.orga5551262010-12-07 12:49:48 +000054
55##############################################################################
56[ $arch == x64 ]
57
58# Optimization is currently not working on crankshaft x64 and ARM.
59test-heap/TestInternalWeakLists: PASS || FAIL
60test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL
61
62
63##############################################################################
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +000064[ $arch == x64 && $crankshaft ]
65
66# Tests that fail with crankshaft.
67test-deoptimization/DeoptimizeBinaryOperationADDString: FAIL
68test-deoptimization/DeoptimizeBinaryOperationADD: FAIL
69test-deoptimization/DeoptimizeBinaryOperationSUB: FAIL
70test-deoptimization/DeoptimizeBinaryOperationMUL: FAIL
71test-deoptimization/DeoptimizeBinaryOperationMOD: FAIL
72test-deoptimization/DeoptimizeBinaryOperationDIV: FAIL
73test-deoptimization/DeoptimizeLoadICStoreIC: FAIL
74test-deoptimization/DeoptimizeLoadICStoreICNested: FAIL
75test-deoptimization/DeoptimizeCompare: FAIL
76
77# Tests that time out with crankshaft.
78test-api/Threading: SKIP
79
ager@chromium.org0ee099b2011-01-25 14:06:47 +000080# BUG(1069): Context serialization fails on optimized functions.
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000081test-serialize/ContextSerialization: SKIP
82test-serialize/ContextDeserialization: SKIP
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +000083
84##############################################################################
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000085[ $arch == arm ]
86
kasperl@chromium.orga5551262010-12-07 12:49:48 +000087# Optimization is currently not working on crankshaft x64 and ARM.
88test-heap/TestInternalWeakLists: PASS || FAIL
89test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL
90
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000091# We cannot assume that we can throw OutOfMemory exceptions in all situations.
92# Apparently our ARM box is in such a state. Skip the test as it also runs for
93# a long time.
94test-api/OutOfMemory: SKIP
95test-api/OutOfMemoryNested: SKIP
96
kasperl@chromium.org71affb52009-05-26 05:44:31 +000097# BUG(355): Test crashes on ARM.
98test-log/ProfLazyMode: SKIP
ager@chromium.org5c838252010-02-19 08:53:10 +000099
kasperl@chromium.orga5551262010-12-07 12:49:48 +0000100# BUG(945): Socket connect fails on ARM
101test-debug/DebuggerAgentProtocolOverflowHeader: SKIP
102test-sockets/Socket: SKIP
103
104
105##############################################################################
ager@chromium.org5f0c45f2010-12-17 08:51:21 +0000106[ $arch == arm && $crankshaft ]
107
ager@chromium.org5f0c45f2010-12-17 08:51:21 +0000108# Tests that time out with crankshaft.
109test-debug/ThreadedDebugging: SKIP
110test-debug/DebugBreakLoop: SKIP
111
112
113##############################################################################
ager@chromium.org5c838252010-02-19 08:53:10 +0000114[ $arch == mips ]
115test-accessors: SKIP
116test-alloc: SKIP
117test-api: SKIP
118test-compiler: SKIP
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +0000119test-cpu-profiler: SKIP
ager@chromium.org5c838252010-02-19 08:53:10 +0000120test-debug: SKIP
121test-decls: SKIP
122test-func-name-inference: SKIP
123test-heap: SKIP
124test-heap-profiler: SKIP
125test-log: SKIP
126test-log-utils: SKIP
127test-mark-compact: SKIP
128test-regexp: SKIP
129test-serialize: SKIP
130test-sockets: SKIP
131test-strings: SKIP
132test-threads: SKIP
133test-thread-termination: SKIP