Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Side by Side Diff: test/mjsunit/mjsunit.status

Issue 2127423002: [turbofan] Re-enable debugger tests that no longer fail. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_issue-4055
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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-step': [PASS, NO_VARIANTS], # windows only.
80 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode.
81 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode.
82 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st ress.
83 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and gc-stress.
84
85 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.
79 'debug-evaluate-closure': [PASS, NO_VARIANTS], 86 'debug-evaluate-closure': [PASS, NO_VARIANTS],
87 'debug-evaluate-locals': [PASS, NO_VARIANTS],
88 'debug-evaluate-locals-capturing': [PASS, NO_VARIANTS],
80 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], 89 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS],
81 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], 90 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS],
82 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug. 91 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug.
83 'debug-setbreakpoint': [PASS, NO_VARIANTS], # only in no-snap debug.
84 'debug-step': [PASS, NO_VARIANTS], # windows only.
85 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode.
86 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode.
87 'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug.
88 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap deb ug.
89 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode.
90 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st ress.
91 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and gc-stress.
92 'debug-listbreakpoints': [PASS, NO_VARIANTS], # arm64 nosnap with turbofan
93 'debug-enable-disable-breakpoints': [PASS, NO_VARIANTS], #arm64 nosnap with t urbofan.
94
95 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.
96 'debug-evaluate-locals': [PASS, NO_VARIANTS],
97 'debug-evaluate-locals-capturing': [PASS, NO_VARIANTS],
98 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. 92 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode.
99 'debug-liveedit-double-call': [PASS, NO_VARIANTS], 93 'debug-liveedit-double-call': [PASS, NO_VARIANTS],
100 'debug-set-variable-value': [PASS, NO_VARIANTS], 94 'debug-set-variable-value': [PASS, NO_VARIANTS],
101 'debug-stepout-scope-part1': [PASS, NO_VARIANTS],
102 'debug-stepout-scope-part2': [PASS, NO_VARIANTS],
103 'debug-stepout-scope-part3': [PASS, NO_VARIANTS],
104 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], 95 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS],
105 96
106 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points 97 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points
107 'result-table-min': [PASS, NO_VARIANTS], 98 'result-table-min': [PASS, NO_VARIANTS],
108 'result-table-max': [PASS, NO_VARIANTS], 99 'result-table-max': [PASS, NO_VARIANTS],
109 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification. 100 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification.
110 'regress/regress-1122': [PASS, NO_VARIANTS], 101 'regress/regress-1122': [PASS, NO_VARIANTS],
111 102
112 # Assumptions about optimization need investigation in TurboFan. 103 # Assumptions about optimization need investigation in TurboFan.
113 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], 104 'regress-sync-optimized-lists': [PASS, NO_VARIANTS],
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 ############################################################################## 834 ##############################################################################
844 ['gcov_coverage', { 835 ['gcov_coverage', {
845 # Tests taking too long. 836 # Tests taking too long.
846 'array-functions-prototype-misc': [SKIP], 837 'array-functions-prototype-misc': [SKIP],
847 838
848 # Stack overflow. 839 # Stack overflow.
849 'big-array-literal': [SKIP], 840 'big-array-literal': [SKIP],
850 }], # 'gcov_coverage' 841 }], # 'gcov_coverage'
851 842
852 ] 843 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698