| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 | 45 |
| 46 # This test non-deterministically runs out of memory on Windows ia32. | 46 # This test non-deterministically runs out of memory on Windows ia32. |
| 47 'regress/regress-crbug-160010': [SKIP], | 47 'regress/regress-crbug-160010': [SKIP], |
| 48 | 48 |
| 49 ############################################################################## | 49 ############################################################################## |
| 50 # Too slow in debug mode with --stress-opt mode. | 50 # Too slow in debug mode with --stress-opt mode. |
| 51 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 51 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
| 52 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 52 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
| 53 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 53 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
| 54 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 54 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
| 55 'regress/regress-2612': [PASS, ['mode == debug', SKIP]], | |
| 56 | 55 |
| 57 ############################################################################## | 56 ############################################################################## |
| 58 # Too slow in debug mode for GC stress mode. | 57 # Too slow in debug mode for GC stress mode. |
| 59 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], | 58 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], |
| 60 | 59 |
| 61 ############################################################################## | 60 ############################################################################## |
| 62 # No need to waste time for this test. | 61 # No need to waste time for this test. |
| 63 'd8-performance-now': [PASS, NO_VARIANTS], | 62 'd8-performance-now': [PASS, NO_VARIANTS], |
| 64 | 63 |
| 65 ############################################################################## | 64 ############################################################################## |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 'never-optimize': [SKIP], | 258 'never-optimize': [SKIP], |
| 260 'regress/regress-2185-2': [SKIP], | 259 'regress/regress-2185-2': [SKIP], |
| 261 'harmony/object-observe': [SKIP], | 260 'harmony/object-observe': [SKIP], |
| 262 'readonly': [SKIP], | 261 'readonly': [SKIP], |
| 263 'array-feedback': [SKIP], | 262 'array-feedback': [SKIP], |
| 264 | 263 |
| 265 # Deopt every n garbage collections collides with deopt every n times. | 264 # Deopt every n garbage collections collides with deopt every n times. |
| 266 'regress/regress-2653': [SKIP], | 265 'regress/regress-2653': [SKIP], |
| 267 }], # 'deopt_fuzzer == True' | 266 }], # 'deopt_fuzzer == True' |
| 268 ] | 267 ] |
| OLD | NEW |