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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 'debug-compile-event-newfunction': [PASS, NO_VARIANTS], | 99 'debug-compile-event-newfunction': [PASS, NO_VARIANTS], |
100 'debug-conditional-breakpoints': [PASS, NO_VARIANTS], | 100 'debug-conditional-breakpoints': [PASS, NO_VARIANTS], |
101 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], | 101 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], |
102 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], | 102 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], |
103 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug. | 103 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug. |
104 'debug-step': [PASS, NO_VARIANTS], # windows only. | 104 'debug-step': [PASS, NO_VARIANTS], # windows only. |
105 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode. | 105 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode. |
106 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode. | 106 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode. |
107 'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug. | 107 'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug. |
108 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap deb
ug. | 108 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap deb
ug. |
109 'regress/regress-3717':[PASS, NO_VARIANTS], # only in no-snap mode. | 109 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode. |
| 110 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st
ress. |
| 111 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and
gc-stress. |
110 | 112 |
111 # TODO(mstarzinger): Optimizing top-level code flushed out some correctness | 113 # TODO(mstarzinger): Optimizing top-level code flushed out some correctness |
112 # issues on ARM and ARM64. | 114 # issues on ARM and ARM64. |
113 'es6/math-log2-log10': [PASS, NO_VARIANTS], # on ARM and ARM64. | 115 'es6/math-log2-log10': [PASS, NO_VARIANTS], # on ARM and ARM64. |
114 'mirror-script': [PASS, NO_VARIANTS], # on ARM64 only. | 116 'mirror-script': [PASS, NO_VARIANTS], # on ARM64 only. |
115 | 117 |
116 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. | 118 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
117 'debug-evaluate-const': [PASS, NO_VARIANTS], | 119 'debug-evaluate-const': [PASS, NO_VARIANTS], |
118 'debug-evaluate-locals': [PASS, NO_VARIANTS], | 120 'debug-evaluate-locals': [PASS, NO_VARIANTS], |
119 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. | 121 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. |
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
620 'regress/regress-2653': [SKIP], | 622 'regress/regress-2653': [SKIP], |
621 }], # 'deopt_fuzzer == True' | 623 }], # 'deopt_fuzzer == True' |
622 | 624 |
623 ############################################################################## | 625 ############################################################################## |
624 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 626 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
625 | 627 |
626 # take too long with the simulator. | 628 # take too long with the simulator. |
627 'regress/regress-1132': [SKIP], | 629 'regress/regress-1132': [SKIP], |
628 }], # 'arch == ppc and simulator_run == True' | 630 }], # 'arch == ppc and simulator_run == True' |
629 ] | 631 ] |
OLD | NEW |