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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode. | 106 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode. |
107 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode. | 107 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode. |
108 'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug. | 108 'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug. |
109 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap deb
ug. | 109 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap deb
ug. |
110 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode. | 110 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode. |
111 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st
ress. | 111 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st
ress. |
112 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and
gc-stress. | 112 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and
gc-stress. |
113 'debug-listbreakpoints': [PASS, NO_VARIANTS], # arm64 nosnap with turbofan | 113 'debug-listbreakpoints': [PASS, NO_VARIANTS], # arm64 nosnap with turbofan |
114 'debug-enable-disable-breakpoints': [PASS, NO_VARIANTS], #arm64 nosnap with t
urbofan. | 114 'debug-enable-disable-breakpoints': [PASS, NO_VARIANTS], #arm64 nosnap with t
urbofan. |
115 | 115 |
116 # TODO(jarin): Fix for-in deopt points in turbofan. | |
117 'for-in-opt': [PASS, NO_VARIANTS], | |
118 | |
119 # TODO(mstarzinger): Optimizing top-level code flushed out some correctness | 116 # TODO(mstarzinger): Optimizing top-level code flushed out some correctness |
120 # issues on ARM and ARM64. | 117 # issues on ARM and ARM64. |
121 'es6/math-log2-log10': [PASS, NO_VARIANTS], # on ARM and ARM64. | 118 'es6/math-log2-log10': [PASS, NO_VARIANTS], # on ARM and ARM64. |
122 'mirror-script': [PASS, NO_VARIANTS], # on ARM64 only. | 119 'mirror-script': [PASS, NO_VARIANTS], # on ARM64 only. |
123 | 120 |
124 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. | 121 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
125 'debug-evaluate-const': [PASS, NO_VARIANTS], | 122 'debug-evaluate-const': [PASS, NO_VARIANTS], |
126 'debug-evaluate-locals': [PASS, NO_VARIANTS], | 123 'debug-evaluate-locals': [PASS, NO_VARIANTS], |
127 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. | 124 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. |
128 'debug-liveedit-double-call': [PASS, NO_VARIANTS], | 125 'debug-liveedit-double-call': [PASS, NO_VARIANTS], |
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
632 'regress/regress-2653': [SKIP], | 629 'regress/regress-2653': [SKIP], |
633 }], # 'deopt_fuzzer == True' | 630 }], # 'deopt_fuzzer == True' |
634 | 631 |
635 ############################################################################## | 632 ############################################################################## |
636 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 633 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
637 | 634 |
638 # take too long with the simulator. | 635 # take too long with the simulator. |
639 'regress/regress-1132': [SKIP], | 636 'regress/regress-1132': [SKIP], |
640 }], # 'arch == ppc and simulator_run == True' | 637 }], # 'arch == ppc and simulator_run == True' |
641 ] | 638 ] |
OLD | NEW |