blob: 7689371a08f18a47289a39f16ac355de962c1d24 [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
Steve Blocka7e24c12009-10-30 11:49:00 +000032# BUG(281): This test fails on some Linuxes.
33test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux
34
35# BUG(382): Weird test. Can't guarantee that it never times out.
36test-api/ApplyInterruption: PASS || TIMEOUT
37
Steve Block3ce2e202009-11-05 08:53:23 +000038# These tests always fail. They are here to test test.py. If
39# they don't fail then test.py has failed.
40test-serialize/TestThatAlwaysFails: FAIL
41test-serialize/DependentTestThatAlwaysFails: FAIL
42
Steve Blocka7e24c12009-10-30 11:49:00 +000043[ $arch == arm ]
44
Steve Blocka7e24c12009-10-30 11:49:00 +000045# BUG(240): Test seems flaky on ARM.
46test-api/RegExpInterruption: SKIP
47
48# We cannot assume that we can throw OutOfMemory exceptions in all situations.
49# Apparently our ARM box is in such a state. Skip the test as it also runs for
50# a long time.
51test-api/OutOfMemory: SKIP
52test-api/OutOfMemoryNested: SKIP
53
54# BUG(355): Test crashes on ARM.
55test-log/ProfLazyMode: SKIP
Andrei Popescu31002712010-02-23 13:46:05 +000056
57[ $arch == mips ]
58test-accessors: SKIP
59test-alloc: SKIP
60test-api: SKIP
61test-compiler: SKIP
Steve Block6ded16b2010-05-10 14:33:55 +010062test-cpu-profiler: SKIP
Andrei Popescu31002712010-02-23 13:46:05 +000063test-debug: SKIP
64test-decls: SKIP
65test-func-name-inference: SKIP
66test-heap: SKIP
67test-heap-profiler: SKIP
68test-log: SKIP
69test-log-utils: SKIP
70test-mark-compact: SKIP
71test-regexp: SKIP
72test-serialize: SKIP
73test-sockets: SKIP
74test-strings: SKIP
75test-threads: SKIP
76test-thread-termination: SKIP