| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 'es6/debug-promises/reject-with-throw-in-reject': [FAIL], | 58 'es6/debug-promises/reject-with-throw-in-reject': [FAIL], |
| 59 'es6/debug-promises/reject-with-undefined-reject': [FAIL], | 59 'es6/debug-promises/reject-with-undefined-reject': [FAIL], |
| 60 'es6/debug-promises/reject-with-invalid-reject': [FAIL], | 60 'es6/debug-promises/reject-with-invalid-reject': [FAIL], |
| 61 | 61 |
| 62 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does | 62 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does |
| 63 # not work, but we expect it to not crash. | 63 # not work, but we expect it to not crash. |
| 64 'debug-step-turbofan': [PASS, FAIL], | 64 'debug-step-turbofan': [PASS, FAIL], |
| 65 | 65 |
| 66 # Issue 5587: The eval'ed code is piped through Ignition and fails when being | 66 # Issue 5587: The eval'ed code is piped through Ignition and fails when being |
| 67 # live edited. This needs investigation. | 67 # live edited. This needs investigation. |
| 68 'debug-liveedit-double-call': [PASS, FAIL], | 68 'debug-liveedit-double-call': [SKIP], |
| 69 | 69 |
| 70 ############################################################################## | 70 ############################################################################## |
| 71 # Too slow in debug mode with --stress-opt mode. | 71 # Too slow in debug mode with --stress-opt mode. |
| 72 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 72 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
| 73 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 73 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
| 74 | 74 |
| 75 ############################################################################## | 75 ############################################################################## |
| 76 # Too slow in debug mode for validation of elements. | 76 # Too slow in debug mode for validation of elements. |
| 77 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], | 77 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], |
| 78 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], | 78 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], |
| (...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 784 'lithium/*': [SKIP], | 784 'lithium/*': [SKIP], |
| 785 'third_party/*': [SKIP], | 785 'third_party/*': [SKIP], |
| 786 'tools/*': [SKIP], | 786 'tools/*': [SKIP], |
| 787 'apply': [SKIP], | 787 'apply': [SKIP], |
| 788 'math-*': [SKIP], | 788 'math-*': [SKIP], |
| 789 'unicode-test': [SKIP], | 789 'unicode-test': [SKIP], |
| 790 'whitespaces': [SKIP], | 790 'whitespaces': [SKIP], |
| 791 }], # variant == asm_wasm | 791 }], # variant == asm_wasm |
| 792 | 792 |
| 793 ] | 793 ] |
| OLD | NEW |