| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 'regress/regress-2612': [PASS, NO_VARIANTS], | 69 'regress/regress-2612': [PASS, NO_VARIANTS], |
| 70 | 70 |
| 71 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does | 71 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does |
| 72 # not work, but we expect it to not crash. | 72 # not work, but we expect it to not crash. |
| 73 'debug-step-turbofan': [PASS, FAIL], | 73 'debug-step-turbofan': [PASS, FAIL], |
| 74 | 74 |
| 75 # TODO(mstarzinger): Optimizing top-level code revealed some issues. Fix! | 75 # TODO(mstarzinger): Optimizing top-level code revealed some issues. Fix! |
| 76 'bitops-info': [PASS, NO_VARIANTS], # fails on ARM hardware. | 76 'bitops-info': [PASS, NO_VARIANTS], # fails on ARM hardware. |
| 77 'md5': [PASS, NO_VARIANTS], # fails on ARM hardware. | 77 'md5': [PASS, NO_VARIANTS], # fails on ARM hardware. |
| 78 'debug-break-inline': [PASS, NO_VARIANTS], # very flaky. | 78 'debug-break-inline': [PASS, NO_VARIANTS], # very flaky. |
| 79 'debug-evaluate-closure': [PASS, NO_VARIANTS], |
| 79 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], | 80 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], |
| 80 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], | 81 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], |
| 81 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug. | 82 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug. |
| 82 'debug-setbreakpoint': [PASS, NO_VARIANTS], # only in no-snap debug. | 83 'debug-setbreakpoint': [PASS, NO_VARIANTS], # only in no-snap debug. |
| 83 'debug-step': [PASS, NO_VARIANTS], # windows only. | 84 'debug-step': [PASS, NO_VARIANTS], # windows only. |
| 84 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode. | 85 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode. |
| 85 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode. | 86 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode. |
| 86 'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug. | 87 'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug. |
| 87 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap deb
ug. | 88 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap deb
ug. |
| 88 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode. | 89 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode. |
| 89 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st
ress. | 90 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st
ress. |
| 90 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and
gc-stress. | 91 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and
gc-stress. |
| 91 'debug-listbreakpoints': [PASS, NO_VARIANTS], # arm64 nosnap with turbofan | 92 'debug-listbreakpoints': [PASS, NO_VARIANTS], # arm64 nosnap with turbofan |
| 92 'debug-enable-disable-breakpoints': [PASS, NO_VARIANTS], #arm64 nosnap with t
urbofan. | 93 'debug-enable-disable-breakpoints': [PASS, NO_VARIANTS], #arm64 nosnap with t
urbofan. |
| 93 | 94 |
| 94 # Issue 4035: unexpected frame->context() in debugger | |
| 95 'regress/regress-crbug-107996': [PASS, NO_VARIANTS], | |
| 96 'regress/regress-crbug-171715': [PASS, NO_VARIANTS], | |
| 97 'regress/regress-crbug-222893': [PASS, NO_VARIANTS], | |
| 98 'regress/regress-crbug-323936': [PASS, NO_VARIANTS], | |
| 99 'regress/regress-crbug-491943': [PASS, NO_VARIANTS], | |
| 100 'regress/regress-325676': [PASS, NO_VARIANTS], | |
| 101 'debug-evaluate-closure': [PASS, NO_VARIANTS], | |
| 102 'debug-evaluate-with': [PASS, NO_VARIANTS], | |
| 103 | |
| 104 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. | 95 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
| 105 'debug-evaluate-locals': [PASS, NO_VARIANTS], | 96 'debug-evaluate-locals': [PASS, NO_VARIANTS], |
| 106 'debug-evaluate-locals-capturing': [PASS, NO_VARIANTS], | 97 'debug-evaluate-locals-capturing': [PASS, NO_VARIANTS], |
| 107 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. | 98 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. |
| 108 'debug-liveedit-double-call': [PASS, NO_VARIANTS], | 99 'debug-liveedit-double-call': [PASS, NO_VARIANTS], |
| 109 'debug-set-variable-value': [PASS, NO_VARIANTS], | 100 'debug-set-variable-value': [PASS, NO_VARIANTS], |
| 110 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], | 101 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], |
| 111 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], | 102 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], |
| 112 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], | 103 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], |
| 113 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], | 104 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], |
| (...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 851 ############################################################################## | 842 ############################################################################## |
| 852 ['gcov_coverage', { | 843 ['gcov_coverage', { |
| 853 # Tests taking too long. | 844 # Tests taking too long. |
| 854 'array-functions-prototype-misc': [SKIP], | 845 'array-functions-prototype-misc': [SKIP], |
| 855 | 846 |
| 856 # Stack overflow. | 847 # Stack overflow. |
| 857 'big-array-literal': [SKIP], | 848 'big-array-literal': [SKIP], |
| 858 }], # 'gcov_coverage' | 849 }], # 'gcov_coverage' |
| 859 | 850 |
| 860 ] | 851 ] |
| OLD | NEW |