| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 compiler/regress-funcaller: PASS, SKIP if $mode == debug | 49 compiler/regress-funcaller: PASS, SKIP if $mode == debug |
| 50 regress/regress-2318: PASS, SKIP if $mode == debug | 50 regress/regress-2318: PASS, SKIP if $mode == debug |
| 51 regress/regress-create-exception: PASS, SKIP if $mode == debug | 51 regress/regress-create-exception: PASS, SKIP if $mode == debug |
| 52 regress/regress-2612: PASS, SKIP if $mode == debug | 52 regress/regress-2612: PASS, SKIP if $mode == debug |
| 53 | 53 |
| 54 ############################################################################## | 54 ############################################################################## |
| 55 # Too slow in debug mode for GC stress mode. | 55 # Too slow in debug mode for GC stress mode. |
| 56 regress/regress-crbug-217858: PASS, SKIP if $mode == debug | 56 regress/regress-crbug-217858: PASS, SKIP if $mode == debug |
| 57 | 57 |
| 58 ############################################################################## | 58 ############################################################################## |
| 59 # Too slow in debug mode for GC stress mode. |
| 60 regress/regress-crbug-217858: PASS, SKIP if $mode == debug |
| 61 |
| 62 ############################################################################## |
| 59 # These use a built-in that's only present in debug mode. They take | 63 # These use a built-in that's only present in debug mode. They take |
| 60 # too long to run in debug mode on ARM and MIPS. | 64 # too long to run in debug mode on ARM and MIPS. |
| 61 fuzz-natives-part*: PASS, SKIP if ($mode == release || $arch == arm || $arch ==
android_arm || $arch == mipsel) | 65 fuzz-natives-part*: PASS, SKIP if ($mode == release || $arch == arm || $arch ==
android_arm || $arch == mipsel) |
| 62 | 66 |
| 63 big-object-literal: PASS, SKIP if ($arch == arm || $arch == android_arm) | 67 big-object-literal: PASS, SKIP if ($arch == arm || $arch == android_arm) |
| 64 | 68 |
| 65 # Issue 488: this test sometimes times out. | 69 # Issue 488: this test sometimes times out. |
| 66 array-constructor: PASS || TIMEOUT | 70 array-constructor: PASS || TIMEOUT |
| 67 | 71 |
| 68 # Very slow on ARM and MIPS, contains no architecture dependent code. | 72 # Very slow on ARM and MIPS, contains no architecture dependent code. |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 # Requires bigger stack size in the Genesis and if stack size is increased, | 230 # Requires bigger stack size in the Genesis and if stack size is increased, |
| 227 # the test requires too much time to run. However, the problem test covers | 231 # the test requires too much time to run. However, the problem test covers |
| 228 # should be platform-independent. | 232 # should be platform-independent. |
| 229 regress/regress-1132: SKIP | 233 regress/regress-1132: SKIP |
| 230 | 234 |
| 231 # Poor performance for NaCl V8 causes an assertion failure for this test. | 235 # Poor performance for NaCl V8 causes an assertion failure for this test. |
| 232 regress/regress-165637: SKIP | 236 regress/regress-165637: SKIP |
| 233 | 237 |
| 234 # Skip long running test that times out in debug mode and goes OOM on NaCl. | 238 # Skip long running test that times out in debug mode and goes OOM on NaCl. |
| 235 regress/regress-crbug-160010: SKIP | 239 regress/regress-crbug-160010: SKIP |
| OLD | NEW |