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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 'debug-evaluate-const': [PASS, NO_VARIANTS], | 94 'debug-evaluate-const': [PASS, NO_VARIANTS], |
95 'debug-evaluate-locals': [PASS, NO_VARIANTS], | 95 'debug-evaluate-locals': [PASS, NO_VARIANTS], |
96 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. | 96 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. |
97 'debug-liveedit-double-call': [PASS, NO_VARIANTS], | 97 'debug-liveedit-double-call': [PASS, NO_VARIANTS], |
98 'debug-step-stub-callfunction': [PASS, NO_VARIANTS], | 98 'debug-step-stub-callfunction': [PASS, NO_VARIANTS], |
99 'debug-set-variable-value': [PASS, NO_VARIANTS], | 99 'debug-set-variable-value': [PASS, NO_VARIANTS], |
100 'debug-stepin-accessor': [PASS, NO_VARIANTS], | 100 'debug-stepin-accessor': [PASS, NO_VARIANTS], |
101 'debug-stepin-builtin': [PASS, NO_VARIANTS], | 101 'debug-stepin-builtin': [PASS, NO_VARIANTS], |
102 'debug-stepin-constructor': [PASS, NO_VARIANTS], | 102 'debug-stepin-constructor': [PASS, NO_VARIANTS], |
103 'debug-stepin-function-call': [PASS, NO_VARIANTS], | 103 'debug-stepin-function-call': [PASS, NO_VARIANTS], |
| 104 'debug-stepin-positions': [PASS, NO_VARIANTS], |
| 105 'debug-stepin-property-function-call': [PASS, NO_VARIANTS], |
104 'debug-stepnext-do-while': [PASS, NO_VARIANTS], | 106 'debug-stepnext-do-while': [PASS, NO_VARIANTS], |
105 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], | 107 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], |
106 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], | 108 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], |
107 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], | 109 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], |
108 'es6/debug-stepin-microtasks': [PASS, NO_VARIANTS], | 110 'es6/debug-stepin-microtasks': [PASS, NO_VARIANTS], |
109 'es6/debug-stepnext-for': [PASS, NO_VARIANTS], | 111 'es6/debug-stepnext-for': [PASS, NO_VARIANTS], |
110 'harmony/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], | 112 'harmony/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], |
111 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], | 113 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], |
112 | 114 |
113 ############################################################################## | 115 ############################################################################## |
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
588 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 590 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
589 | 591 |
590 # take too long with the simulator. | 592 # take too long with the simulator. |
591 'regress/regress-1132': [SKIP], | 593 'regress/regress-1132': [SKIP], |
592 'asm/embenchen/box2d': [SKIP], | 594 'asm/embenchen/box2d': [SKIP], |
593 | 595 |
594 # issues to be investigate4d | 596 # issues to be investigate4d |
595 'es6/collections': [SKIP], | 597 'es6/collections': [SKIP], |
596 }], # 'arch == ppc and simulator_run == True' | 598 }], # 'arch == ppc and simulator_run == True' |
597 ] | 599 ] |
OLD | NEW |