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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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': [SKIP], | 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-create-exception': [PASS, ['mode == debug', SKIP]], | 73 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
73 | 74 |
74 ############################################################################## | 75 ############################################################################## |
75 # Too slow in debug mode for validation of elements. | 76 # Too slow in debug mode for validation of elements. |
76 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], | 77 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], |
77 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], | 78 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], |
78 | 79 |
79 ############################################################################## | 80 ############################################################################## |
80 # Too slow in debug mode for GC stress mode. | 81 # Too slow in debug mode for GC stress mode. |
81 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], | 82 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 ############################################################################## | 129 ############################################################################## |
129 # Long running test that reproduces memory leak and should be run manually. | 130 # Long running test that reproduces memory leak and should be run manually. |
130 'regress/regress-2073': [SKIP], | 131 'regress/regress-2073': [SKIP], |
131 | 132 |
132 ############################################################################## | 133 ############################################################################## |
133 # Tests verifying CHECK and ASSERT. | 134 # Tests verifying CHECK and ASSERT. |
134 'verify-check-false': [FAIL, NO_VARIANTS], | 135 'verify-check-false': [FAIL, NO_VARIANTS], |
135 'verify-assert-false': [NO_VARIANTS, ['mode == release and dcheck_always_on ==
False', PASS], ['mode == debug or dcheck_always_on == True', FAIL]], | 136 'verify-assert-false': [NO_VARIANTS, ['mode == release and dcheck_always_on ==
False', PASS], ['mode == debug or dcheck_always_on == True', FAIL]], |
136 | 137 |
137 ############################################################################## | 138 ############################################################################## |
138 # BUG(5581): Broken tests with exceptions thrown in debug listener. | |
139 'es6/debug-step-into-constructor': [FAIL], | |
140 'es6/default-parameters-debug': [FAIL], | |
141 'regress/regress-2296': [FAIL], | |
142 'regress/regress-2318': [FAIL], | |
143 'regress/regress-4703': [FAIL], | |
144 'regress/regress-5071': [FAIL], | |
145 'regress/regress-998565': [FAIL], | |
146 'regress/regress-crbug-107996': [FAIL], | |
147 | |
148 ############################################################################## | |
149 # Tests with different versions for release and debug. | 139 # Tests with different versions for release and debug. |
150 'compiler/alloc-number': [PASS, ['mode == debug', SKIP]], | 140 'compiler/alloc-number': [PASS, ['mode == debug', SKIP]], |
151 'compiler/alloc-number-debug': [PASS, ['mode == release', SKIP]], | 141 'compiler/alloc-number-debug': [PASS, ['mode == release', SKIP]], |
152 'regress/regress-634-debug': [PASS, ['mode == release', SKIP]], | 142 'regress/regress-634-debug': [PASS, ['mode == release', SKIP]], |
153 | 143 |
154 # BUG(336820). TODO(bmeurer): Investigate. | 144 # BUG(336820). TODO(bmeurer): Investigate. |
155 'regress/regress-336820': [PASS, FAIL], | 145 'regress/regress-336820': [PASS, FAIL], |
156 | 146 |
157 # BUG(v8:2989). PASS/FAIL on linux32 because crankshaft is turned off for | 147 # BUG(v8:2989). PASS/FAIL on linux32 because crankshaft is turned off for |
158 # nosse2. Also for arm novfp3. | 148 # nosse2. Also for arm novfp3. |
(...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
794 'lithium/*': [SKIP], | 784 'lithium/*': [SKIP], |
795 'third_party/*': [SKIP], | 785 'third_party/*': [SKIP], |
796 'tools/*': [SKIP], | 786 'tools/*': [SKIP], |
797 'apply': [SKIP], | 787 'apply': [SKIP], |
798 'math-*': [SKIP], | 788 'math-*': [SKIP], |
799 'unicode-test': [SKIP], | 789 'unicode-test': [SKIP], |
800 'whitespaces': [SKIP], | 790 'whitespaces': [SKIP], |
801 }], # variant == asm_wasm | 791 }], # variant == asm_wasm |
802 | 792 |
803 ] | 793 ] |
OLD | NEW |