Home | History | Annotate | Download | only in cctest
      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(382): Weird test. Can't guarantee that it never times out.
     34 test-api/ApplyInterruption: PASS || TIMEOUT
     35 
     36 # BUG(484): This test which we thought was originally corrected in r5236
     37 # is re-appearing. Disabled until bug in test is fixed. This only fails
     38 # when snapshot is on, so I am marking it PASS || FAIL
     39 test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL
     40 
     41 # These tests always fail.  They are here to test test.py.  If
     42 # they don't fail then test.py has failed.
     43 test-serialize/TestThatAlwaysFails: FAIL
     44 test-serialize/DependentTestThatAlwaysFails: FAIL
     45 
     46 # TODO(gc): Temporarily disabled in the GC branch.
     47 test-log/EquivalenceOfLoggingAndTraversal: PASS || FAIL
     48 
     49 # BUG(1261): Flakey test.
     50 test-profile-generator/RecordStackTraceAtStartProfiling: PASS || FAIL
     51 
     52 # We do not yet shrink weak maps after they have been emptied by the GC
     53 test-weakmaps/Shrinking: FAIL
     54 
     55 ##############################################################################
     56 [ $arch == arm ]
     57 
     58 # We cannot assume that we can throw OutOfMemory exceptions in all situations.
     59 # Apparently our ARM box is in such a state. Skip the test as it also runs for
     60 # a long time.
     61 test-api/OutOfMemory: SKIP
     62 test-api/OutOfMemoryNested: SKIP
     63 
     64 # BUG(355): Test crashes on ARM.
     65 test-log/ProfLazyMode: SKIP
     66 
     67 # BUG(945): Socket connect fails on ARM
     68 test-debug/DebuggerAgent: SKIP
     69 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP
     70 test-sockets/Socket: SKIP
     71 
     72 # BUG(1075): Unresolved crashes.
     73 test-serialize/Deserialize: SKIP
     74 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP
     75 test-serialize/DeserializeAndRunScript2: SKIP
     76 test-serialize/DeserializeFromSecondSerialization: SKIP
     77 
     78 ##############################################################################
     79 [ $arch == arm && $crankshaft ]
     80 
     81 # Tests that time out with crankshaft.
     82 test-debug/ThreadedDebugging: SKIP
     83 test-debug/DebugBreakLoop: SKIP
     84 
     85 
     86 ##############################################################################
     87 [ $arch == mips && $crankshaft ]
     88 
     89 # Tests that time out with crankshaft.
     90 test-debug/ThreadedDebugging: SKIP
     91 test-debug/DebugBreakLoop: SKIP
     92