| OLD | NEW |
| 1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 the V8 project authors. All rights reserved. |
| 2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
| 3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
| 4 # met: | 4 # met: |
| 5 # | 5 # |
| 6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
| 7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
| 8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
| 9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
| 10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 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. | 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | 27 |
| 28 [ | 28 [ |
| 29 [ALWAYS, { | 29 [ALWAYS, { |
| 30 # All tests in the bug directory are expected to fail. | 30 # All tests in the bug directory are expected to fail. |
| 31 'bugs/*': [FAIL], | 31 'bugs/*': [FAIL], |
| 32 | 32 |
| 33 # TODO(mvstanton) Re-enable when the performance is bearable again. | 33 ############################################################################## |
| 34 'regress/regress-2185-2': [SKIP], | 34 # Flaky tests. |
| 35 # BUG(v8:2921). |
| 36 'debug-step-4-in-frame': [PASS, FLAKY], |
| 35 | 37 |
| 36 ############################################################################## | 38 ############################################################################## |
| 37 # Fails. | 39 # Fails. |
| 38 'regress/regress-1119': [FAIL], | 40 'regress/regress-1119': [FAIL], |
| 39 | 41 |
| 40 # Issue 1719: Slow to collect arrays over several contexts. | 42 # Issue 1719: Slow to collect arrays over several contexts. |
| 41 'regress/regress-524': [SKIP], | 43 'regress/regress-524': [SKIP], |
| 42 # When that bug is fixed, revert the expectation to: | 44 # When that bug is fixed, revert the expectation to: |
| 43 # Skip long running test in debug and allow it to timeout in release mode. | 45 # Skip long running test in debug and allow it to timeout in release mode. |
| 44 # regress/regress-524: [PASS, TIMEOUT, ['mode == debug', SKIP]], | 46 # regress/regress-524: [PASS, TIMEOUT, ['mode == debug', SKIP]], |
| 45 | 47 |
| 46 # This test non-deterministically runs out of memory on Windows ia32. | 48 # This test non-deterministically runs out of memory on Windows ia32. |
| 47 'regress/regress-crbug-160010': [SKIP], | 49 'regress/regress-crbug-160010': [SKIP], |
| 48 | 50 |
| 49 ############################################################################## | 51 ############################################################################## |
| 50 # Too slow in debug mode with --stress-opt mode. | 52 # Too slow in debug mode with --stress-opt mode. |
| 51 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 53 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
| 52 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 54 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
| 53 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 55 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
| 54 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 56 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
| 55 'regress/regress-2612': [PASS, ['mode == debug', SKIP]], | |
| 56 | 57 |
| 57 ############################################################################## | 58 ############################################################################## |
| 58 # Too slow in debug mode for GC stress mode. | 59 # Too slow in debug mode for GC stress mode. |
| 59 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], | 60 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], |
| 60 | 61 |
| 61 ############################################################################## | 62 ############################################################################## |
| 63 # Only regexp stuff tested, no need for extensive Crankshaft tests. |
| 64 'regexp-global': [PASS, NO_VARIANTS], |
| 65 |
| 66 ############################################################################## |
| 62 # No need to waste time for this test. | 67 # No need to waste time for this test. |
| 63 'd8-performance-now': [PASS, NO_VARIANTS], | 68 'd8-performance-now': [PASS, NO_VARIANTS], |
| 64 | 69 |
| 65 ############################################################################## | 70 ############################################################################## |
| 66 # These use a built-in that's only present in debug mode. They take | 71 # These use a built-in that's only present in debug mode. They take |
| 67 # too long to run in debug mode on ARM and MIPS. | 72 # too long to run in debug mode on ARM and MIPS. |
| 68 'fuzz-natives-part*': [PASS, ['mode == release or arch == arm or arch == andro
id_arm or arch == mipsel', SKIP]], | 73 'fuzz-natives-part*': [PASS, ['mode == release or arch == arm or arch == andro
id_arm or arch == mipsel', SKIP]], |
| 69 | 74 |
| 70 'big-object-literal': [PASS, ['arch == arm or arch == android_arm', SKIP]], | 75 'big-object-literal': [PASS, ['arch == arm or arch == android_arm', SKIP]], |
| 71 | 76 |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 # Requires bigger stack size in the Genesis and if stack size is increased, | 247 # Requires bigger stack size in the Genesis and if stack size is increased, |
| 243 # the test requires too much time to run. However, the problem test covers | 248 # the test requires too much time to run. However, the problem test covers |
| 244 # should be platform-independent. | 249 # should be platform-independent. |
| 245 'regress/regress-1132': [SKIP], | 250 'regress/regress-1132': [SKIP], |
| 246 | 251 |
| 247 # Poor performance for NaCl V8 causes an assertion failure for this test. | 252 # Poor performance for NaCl V8 causes an assertion failure for this test. |
| 248 'regress/regress-165637': [SKIP], | 253 'regress/regress-165637': [SKIP], |
| 249 | 254 |
| 250 # Skip long running test that times out in debug mode and goes OOM on NaCl. | 255 # Skip long running test that times out in debug mode and goes OOM on NaCl. |
| 251 'regress/regress-crbug-160010': [SKIP], | 256 'regress/regress-crbug-160010': [SKIP], |
| 257 |
| 258 # Bug(v8:2978). |
| 259 'lithium/MathExp': [PASS, FAIL], |
| 252 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 260 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 253 | 261 |
| 254 ############################################################################## | 262 ############################################################################## |
| 255 ['deopt_fuzzer == True', { | 263 ['deopt_fuzzer == True', { |
| 256 | 264 |
| 257 # Skip tests that are not suitable for deoptimization fuzzing. | 265 # Skip tests that are not suitable for deoptimization fuzzing. |
| 258 'assert-opt-and-deopt': [SKIP], | 266 'assert-opt-and-deopt': [SKIP], |
| 259 'never-optimize': [SKIP], | 267 'never-optimize': [SKIP], |
| 260 'regress/regress-2185-2': [SKIP], | 268 'regress/regress-2185-2': [SKIP], |
| 261 'harmony/object-observe': [SKIP], | 269 'harmony/object-observe': [SKIP], |
| 262 'readonly': [SKIP], | 270 'readonly': [SKIP], |
| 263 'array-feedback': [SKIP], | 271 'array-feedback': [SKIP], |
| 264 | 272 |
| 265 # Deopt every n garbage collections collides with deopt every n times. | 273 # Deopt every n garbage collections collides with deopt every n times. |
| 266 'regress/regress-2653': [SKIP], | 274 'regress/regress-2653': [SKIP], |
| 267 }], # 'deopt_fuzzer == True' | 275 }], # 'deopt_fuzzer == True' |
| 268 ] | 276 ] |
| OLD | NEW |