Home | History | Annotate | Download | only in mjsunit
      1 # Copyright 2012 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 mjsunit
     29 
     30 # All tests in the bug directory are expected to fail.
     31 bugs: FAIL
     32 
     33 ##############################################################################
     34 # Fails.
     35 regress/regress-1119: FAIL
     36 
     37 ##############################################################################
     38 
     39 # NewGC: BUG(1719) slow to collect arrays over several contexts.
     40 regress/regress-524: SKIP
     41 
     42 ##############################################################################
     43 # Too slow in debug mode with --stress-opt
     44 compiler/regress-stacktrace-methods: PASS, SKIP if $mode == debug
     45 compiler/regress-funcaller: PASS, SKIP if $mode == debug
     46 regress/regress-create-exception: PASS, SKIP if $mode == debug
     47 
     48 ##############################################################################
     49 # This one uses a built-in that's only present in debug mode. It takes
     50 # too long to run in debug mode on ARM and MIPS.
     51 fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm || $arch == mips)
     52 
     53 big-object-literal: PASS, SKIP if ($arch == arm)
     54 
     55 # Issue 488: this test sometimes times out.
     56 array-constructor: PASS || TIMEOUT
     57 
     58 # Very slow on ARM and MIPS, contains no architecture dependent code.
     59 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm || $arch == mips)
     60 
     61 # Skip long running test in debug and allow it to timeout in release mode.
     62 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug
     63 
     64 # Stack manipulations in LiveEdit are buggy - see bug 915
     65 debug-liveedit-check-stack: SKIP
     66 debug-liveedit-patch-positions-replace: SKIP
     67 
     68 # Test Crankshaft compilation time.  Expected to take too long in debug mode.
     69 regress/regress-1969: PASS, SKIP if $mode == debug
     70 
     71 ##############################################################################
     72 [ $isolates ]
     73 
     74 # This test sets the umask on a per-process basis and hence cannot be
     75 # used in multi-threaded runs.
     76 d8-os: SKIP
     77 
     78 ##############################################################################
     79 [ $arch == arm ]
     80 
     81 # Slow tests which times out in debug mode.
     82 try: PASS, SKIP if $mode == debug
     83 debug-scripts-request: PASS, SKIP if $mode == debug
     84 array-constructor: PASS, SKIP if $mode == debug
     85 
     86 # Flaky test that can hit compilation-time stack overflow in debug mode.
     87 unicode-test: PASS, (PASS || FAIL) if $mode == debug
     88 
     89 # Times out often in release mode on ARM.
     90 compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
     91 array-splice: PASS || TIMEOUT
     92 
     93 # Long running test.
     94 mirror-object: PASS || TIMEOUT
     95 string-indexof-2: PASS || TIMEOUT
     96 
     97 # BUG(3251035): Timeouts in long looping crankshaft optimization
     98 # tests. Skipping because having them timeout takes too long on the
     99 # buildbot.
    100 compiler/alloc-number: SKIP
    101 compiler/array-length: SKIP
    102 compiler/assignment-deopt: SKIP
    103 compiler/deopt-args: SKIP
    104 compiler/inline-compare: SKIP
    105 compiler/inline-global-access: SKIP
    106 compiler/optimized-function-calls: SKIP
    107 compiler/pic: SKIP
    108 compiler/property-calls: SKIP
    109 compiler/recursive-deopt: SKIP
    110 compiler/regress-4: SKIP
    111 compiler/regress-funcaller: SKIP
    112 compiler/regress-gvn: SKIP
    113 compiler/regress-rep-change: SKIP
    114 compiler/regress-arguments: SKIP
    115 compiler/regress-funarguments: SKIP
    116 compiler/regress-or: SKIP
    117 compiler/regress-3249650: SKIP
    118 compiler/simple-deopt: SKIP
    119 regress/regress-490: SKIP
    120 regress/regress-634: SKIP
    121 regress/regress-create-exception: SKIP
    122 regress/regress-3218915: SKIP
    123 regress/regress-3247124: SKIP
    124 
    125 # Requires bigger stack size in the Genesis and if stack size is increased,
    126 # the test requires too much time to run.  However, the problem test covers
    127 # should be platform-independent.
    128 regress/regress-1132: SKIP
    129 
    130 ##############################################################################
    131 [ $arch == mips ]
    132 
    133 # Slow tests which times out in debug mode.
    134 try: PASS, SKIP if $mode == debug
    135 debug-scripts-request: PASS, SKIP if $mode == debug
    136 array-constructor: PASS, SKIP if $mode == debug
    137 
    138 # Times out often in release mode on MIPS.
    139 compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
    140 array-splice: PASS || TIMEOUT
    141 
    142 # Long running test.
    143 mirror-object: PASS || TIMEOUT
    144 string-indexof-2: PASS || TIMEOUT
    145 
    146 # BUG(3251035): Timeouts in long looping crankshaft optimization
    147 # tests. Skipping because having them timeout takes too long on the
    148 # buildbot.
    149 compiler/alloc-number: SKIP
    150 compiler/array-length: SKIP
    151 compiler/assignment-deopt: SKIP
    152 compiler/deopt-args: SKIP
    153 compiler/inline-compare: SKIP
    154 compiler/inline-global-access: SKIP
    155 compiler/optimized-function-calls: SKIP
    156 compiler/pic: SKIP
    157 compiler/property-calls: SKIP
    158 compiler/recursive-deopt: SKIP
    159 compiler/regress-4: SKIP
    160 compiler/regress-funcaller: SKIP
    161 compiler/regress-gvn: SKIP
    162 compiler/regress-rep-change: SKIP
    163 compiler/regress-arguments: SKIP
    164 compiler/regress-funarguments: SKIP
    165 compiler/regress-or: SKIP
    166 compiler/regress-3249650: SKIP
    167 compiler/simple-deopt: SKIP
    168 regress/regress-490: SKIP
    169 regress/regress-634: SKIP
    170 regress/regress-create-exception: SKIP
    171 regress/regress-3218915: SKIP
    172 regress/regress-3247124: SKIP
    173 
    174 # Requires bigger stack size in the Genesis and if stack size is increased,
    175 # the test requires too much time to run.  However, the problem test covers
    176 # should be platform-independent.
    177 regress/regress-1132: SKIP
    178