| 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 'debug-stepin-constructor': [PASS, NO_VARIANTS], | 103 'debug-stepin-constructor': [PASS, NO_VARIANTS], |
| 104 'debug-stepin-function-call': [PASS, NO_VARIANTS], | 104 'debug-stepin-function-call': [PASS, NO_VARIANTS], |
| 105 'debug-stepin-positions': [PASS, NO_VARIANTS], | 105 'debug-stepin-positions': [PASS, NO_VARIANTS], |
| 106 'debug-stepin-property-function-call': [PASS, NO_VARIANTS], | 106 'debug-stepin-property-function-call': [PASS, NO_VARIANTS], |
| 107 'debug-stepnext-do-while': [PASS, NO_VARIANTS], | 107 'debug-stepnext-do-while': [PASS, NO_VARIANTS], |
| 108 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], | 108 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], |
| 109 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], | 109 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], |
| 110 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], | 110 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], |
| 111 'es6/debug-stepin-microtasks': [PASS, NO_VARIANTS], | 111 'es6/debug-stepin-microtasks': [PASS, NO_VARIANTS], |
| 112 'es6/debug-stepnext-for': [PASS, NO_VARIANTS], | 112 'es6/debug-stepnext-for': [PASS, NO_VARIANTS], |
| 113 'harmony/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], | 113 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], |
| 114 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], | 114 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], |
| 115 | 115 |
| 116 ############################################################################## | 116 ############################################################################## |
| 117 # Too slow in debug mode with --stress-opt mode. | 117 # Too slow in debug mode with --stress-opt mode. |
| 118 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 118 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
| 119 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 119 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
| 120 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 120 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
| 121 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 121 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
| 122 | 122 |
| 123 ############################################################################## | 123 ############################################################################## |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 'array-constructor-feedback': [SKIP], | 201 'array-constructor-feedback': [SKIP], |
| 202 'array-feedback': [SKIP], | 202 'array-feedback': [SKIP], |
| 203 'array-literal-feedback': [SKIP], | 203 'array-literal-feedback': [SKIP], |
| 204 'd8-performance-now': [SKIP], | 204 'd8-performance-now': [SKIP], |
| 205 'debug-stepout-scope-part8': [PASS, ['arch == arm ', FAIL]], | 205 'debug-stepout-scope-part8': [PASS, ['arch == arm ', FAIL]], |
| 206 'elements-kind': [SKIP], | 206 'elements-kind': [SKIP], |
| 207 'elements-transition-hoisting': [SKIP], | 207 'elements-transition-hoisting': [SKIP], |
| 208 'fast-prototype': [SKIP], | 208 'fast-prototype': [SKIP], |
| 209 'field-type-tracking': [SKIP], | 209 'field-type-tracking': [SKIP], |
| 210 'getters-on-elements': [SKIP], | 210 'getters-on-elements': [SKIP], |
| 211 'harmony/block-let-crankshaft': [SKIP], | 211 'es6/block-let-crankshaft': [SKIP], |
| 212 'opt-elements-kind': [SKIP], | 212 'opt-elements-kind': [SKIP], |
| 213 'osr-elements-kind': [SKIP], | 213 'osr-elements-kind': [SKIP], |
| 214 'regress/regress-crbug-137689': [SKIP], | 214 'regress/regress-crbug-137689': [SKIP], |
| 215 'regress/regress-165637': [SKIP], | 215 'regress/regress-165637': [SKIP], |
| 216 'regress/regress-2249': [SKIP], | 216 'regress/regress-2249': [SKIP], |
| 217 # Tests taking too long | 217 # Tests taking too long |
| 218 'debug-stepout-scope-part8': [SKIP], | 218 'debug-stepout-scope-part8': [SKIP], |
| 219 'mirror-object': [SKIP], | 219 'mirror-object': [SKIP], |
| 220 'packed-elements': [SKIP], | 220 'packed-elements': [SKIP], |
| 221 'regress/regress-1122': [SKIP], | 221 'regress/regress-1122': [SKIP], |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 591 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 591 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 592 | 592 |
| 593 # take too long with the simulator. | 593 # take too long with the simulator. |
| 594 'regress/regress-1132': [SKIP], | 594 'regress/regress-1132': [SKIP], |
| 595 'asm/embenchen/box2d': [SKIP], | 595 'asm/embenchen/box2d': [SKIP], |
| 596 | 596 |
| 597 # issues to be investigated based on latest uplevel | 597 # issues to be investigated based on latest uplevel |
| 598 'debug-references': [SKIP], | 598 'debug-references': [SKIP], |
| 599 }], # 'arch == ppc and simulator_run == True' | 599 }], # 'arch == ppc and simulator_run == True' |
| 600 ] | 600 ] |
| OLD | NEW |