1 # Copyright 2011 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 28 prefix cctest 29 30 test-api/Bug*: FAIL 31 32 ############################################################################## 33 # BUG(281): This test fails on some Linuxes. 34 test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux 35 36 # BUG(382): Weird test. Can't guarantee that it never times out. 37 test-api/ApplyInterruption: PASS || TIMEOUT 38 39 # These tests always fail. They are here to test test.py. If 40 # they don't fail then test.py has failed. 41 test-serialize/TestThatAlwaysFails: FAIL 42 test-serialize/DependentTestThatAlwaysFails: FAIL 43 44 ############################################################################## 45 [ $arch == arm ] 46 47 # We cannot assume that we can throw OutOfMemory exceptions in all situations. 48 # Apparently our ARM box is in such a state. Skip the test as it also runs for 49 # a long time. 50 test-api/OutOfMemory: SKIP 51 test-api/OutOfMemoryNested: SKIP 52 53 # BUG(355): Test crashes on ARM. 54 test-log/ProfLazyMode: SKIP 55 56 # BUG(945): Socket connect fails on ARM 57 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP 58 test-sockets/Socket: SKIP 59 60 # BUG(1075): Unresolved crashes. 61 cctest/test-serialize/Deserialize: PASS || FAIL 62 cctest/test-serialize/DeserializeFromSecondSerializationAndRunScript2: PASS || FAIL 63 cctest/test-serialize/DeserializeAndRunScript2: PASS || FAIL 64 cctest/test-serialize/DeserializeFromSecondSerialization: PASS || FAIL 65 66 ############################################################################## 67 [ $arch == arm && $crankshaft ] 68 69 # Tests that time out with crankshaft. 70 test-debug/ThreadedDebugging: SKIP 71 test-debug/DebugBreakLoop: SKIP 72 73 74 ############################################################################## 75 [ $arch == mips ] 76 test-accessors: SKIP 77 test-alloc: SKIP 78 test-api: SKIP 79 test-compiler: SKIP 80 test-cpu-profiler: SKIP 81 test-debug: SKIP 82 test-decls: SKIP 83 test-deoptimization: SKIP 84 test-func-name-inference: SKIP 85 test-heap: SKIP 86 test-heap-profiler: SKIP 87 test-log: SKIP 88 test-log-utils: SKIP 89 test-mark-compact: SKIP 90 test-parsing: SKIP 91 test-profile-generator: SKIP 92 test-regexp: SKIP 93 test-serialize: SKIP 94 test-sockets: SKIP 95 test-strings: SKIP 96 test-threads: SKIP 97 test-thread-termination: SKIP 98 99 ############################################################################## 100 # Tests that time out with Isolates 101