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 25 matching lines...) Expand all Loading... |
36 | 36 |
37 # Issue 1719: Slow to collect arrays over several contexts. | 37 # Issue 1719: Slow to collect arrays over several contexts. |
38 regress/regress-524: SKIP | 38 regress/regress-524: SKIP |
39 # When that bug is fixed, revert the expectation to: | 39 # When that bug is fixed, revert the expectation to: |
40 # Skip long running test in debug and allow it to timeout in release mode. | 40 # Skip long running test in debug and allow it to timeout in release mode. |
41 # regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug | 41 # regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug |
42 | 42 |
43 # This test non-deterministically runs out of memory on Windows ia32. | 43 # This test non-deterministically runs out of memory on Windows ia32. |
44 regress/regress-crbug-160010: SKIP | 44 regress/regress-crbug-160010: SKIP |
45 | 45 |
46 # Deferred stack trace formatting is temporarily disabled. | |
47 stack-traces-gc: PASS || FAIL | |
48 | |
49 ############################################################################## | 46 ############################################################################## |
50 # Too slow in debug mode with --stress-opt mode. | 47 # Too slow in debug mode with --stress-opt mode. |
51 compiler/regress-stacktrace-methods: PASS, SKIP if $mode == debug | 48 compiler/regress-stacktrace-methods: PASS, SKIP if $mode == debug |
52 compiler/regress-funcaller: PASS, SKIP if $mode == debug | 49 compiler/regress-funcaller: PASS, SKIP if $mode == debug |
53 regress/regress-2318: PASS, SKIP if $mode == debug | 50 regress/regress-2318: PASS, SKIP if $mode == debug |
54 regress/regress-create-exception: PASS, SKIP if $mode == debug | 51 regress/regress-create-exception: PASS, SKIP if $mode == debug |
55 regress/regress-2612: PASS, SKIP if $mode == debug | 52 regress/regress-2612: PASS, SKIP if $mode == debug |
56 | 53 |
57 ############################################################################## | 54 ############################################################################## |
58 # Too slow in debug mode for GC stress mode. | 55 # Too slow in debug mode for GC stress mode. |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 # Requires bigger stack size in the Genesis and if stack size is increased, | 277 # Requires bigger stack size in the Genesis and if stack size is increased, |
281 # the test requires too much time to run. However, the problem test covers | 278 # the test requires too much time to run. However, the problem test covers |
282 # should be platform-independent. | 279 # should be platform-independent. |
283 regress/regress-1132: SKIP | 280 regress/regress-1132: SKIP |
284 | 281 |
285 # Poor performance for NaCl V8 causes an assertion failure for this test. | 282 # Poor performance for NaCl V8 causes an assertion failure for this test. |
286 regress/regress-165637: SKIP | 283 regress/regress-165637: SKIP |
287 | 284 |
288 # Skip long running test that times out in debug mode and goes OOM on NaCl. | 285 # Skip long running test that times out in debug mode and goes OOM on NaCl. |
289 regress/regress-crbug-160010: SKIP | 286 regress/regress-crbug-160010: SKIP |
| 287 |
| 288 ############################################################################## |
| 289 [ $deopt_fuzzer == True ] |
| 290 |
| 291 # Skip tests that are not suitable for deoptimization fuzzing. |
| 292 assert-opt-and-deopt: SKIP |
| 293 never-optimize: SKIP |
| 294 regress/regress-2185-2: SKIP |
| 295 harmony/object-observe: SKIP |
| 296 readonly: SKIP |
| 297 array-feedback: SKIP |
| 298 |
| 299 # Deopt every n garbage collections collides with the deopt every n times flag. |
| 300 regress/regress-2653: SKIP |
| 301 |
| 302 # Issue 2795: |
| 303 array-store-and-grow: SKIP if $mode == debug |
| 304 |
| 305 |
OLD | NEW |