| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode. | 111 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode. |
| 112 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st
ress. | 112 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st
ress. |
| 113 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and
gc-stress. | 113 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and
gc-stress. |
| 114 'debug-listbreakpoints': [PASS, NO_VARIANTS], # arm64 nosnap with turbofan | 114 'debug-listbreakpoints': [PASS, NO_VARIANTS], # arm64 nosnap with turbofan |
| 115 'debug-enable-disable-breakpoints': [PASS, NO_VARIANTS], #arm64 nosnap with t
urbofan. | 115 'debug-enable-disable-breakpoints': [PASS, NO_VARIANTS], #arm64 nosnap with t
urbofan. |
| 116 | 116 |
| 117 # Issue 4035: unexpected frame->context() in debugger | 117 # Issue 4035: unexpected frame->context() in debugger |
| 118 'regress/regress-crbug-107996': [PASS, NO_VARIANTS], | 118 'regress/regress-crbug-107996': [PASS, NO_VARIANTS], |
| 119 'regress/regress-crbug-171715': [PASS, NO_VARIANTS], | 119 'regress/regress-crbug-171715': [PASS, NO_VARIANTS], |
| 120 'regress/regress-crbug-222893': [PASS, NO_VARIANTS], | 120 'regress/regress-crbug-222893': [PASS, NO_VARIANTS], |
| 121 'regress/regress-crbug-323936': [PASS, NO_VARIANTS], |
| 121 'regress/regress-crbug-491943': [PASS, NO_VARIANTS], | 122 'regress/regress-crbug-491943': [PASS, NO_VARIANTS], |
| 122 'regress/regress-325676': [PASS, NO_VARIANTS], | 123 'regress/regress-325676': [PASS, NO_VARIANTS], |
| 123 'debug-evaluate-closure': [PASS, NO_VARIANTS], | 124 'debug-evaluate-closure': [PASS, NO_VARIANTS], |
| 124 'debug-evaluate-with': [PASS, NO_VARIANTS], | 125 'debug-evaluate-with': [PASS, NO_VARIANTS], |
| 125 | 126 |
| 126 # TODO(mstarzinger): Optimizing top-level code flushed out some correctness | 127 # TODO(mstarzinger): Optimizing top-level code flushed out some correctness |
| 127 # issues on ARM and ARM64. | 128 # issues on ARM and ARM64. |
| 128 'es6/math-log2-log10': [PASS, NO_VARIANTS], # on ARM and ARM64. | 129 'es6/math-log2-log10': [PASS, NO_VARIANTS], # on ARM and ARM64. |
| 129 'mirror-script': [PASS, NO_VARIANTS], # on ARM64 only. | 130 'mirror-script': [PASS, NO_VARIANTS], # on ARM64 only. |
| 130 | 131 |
| (...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 662 'regress/regress-2653': [SKIP], | 663 'regress/regress-2653': [SKIP], |
| 663 }], # 'deopt_fuzzer == True' | 664 }], # 'deopt_fuzzer == True' |
| 664 | 665 |
| 665 ############################################################################## | 666 ############################################################################## |
| 666 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 667 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 667 | 668 |
| 668 # take too long with the simulator. | 669 # take too long with the simulator. |
| 669 'regress/regress-1132': [SKIP], | 670 'regress/regress-1132': [SKIP], |
| 670 }], # 'arch == ppc and simulator_run == True' | 671 }], # 'arch == ppc and simulator_run == True' |
| 671 ] | 672 ] |
| OLD | NEW |