Commit fa19266b authored by kozyatinskiy's avatar kozyatinskiy Committed by Commit bot

[inspector] fixed suspended-generator-scopes.js with --aways-opt

BUG=v8:6171
TBR=dgozman@chromium.org

Review-Url: https://codereview.chromium.org/2785523004
Cr-Commit-Position: refs/heads/master@{#44245}
parent 5615e5b8
...@@ -14,6 +14,7 @@ function testSuspendedGenerator() ...@@ -14,6 +14,7 @@ function testSuspendedGenerator()
g.next(); g.next();
debugger; debugger;
return g;
}`); }`);
Protocol.Debugger.enable().then(testSuite); Protocol.Debugger.enable().then(testSuite);
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
'cpu-profiler/console-profile-end-parameterless-crash': [SKIP], 'cpu-profiler/console-profile-end-parameterless-crash': [SKIP],
# Issue 6171. Timeout. # Issue 6171. Timeout.
'debugger/set-blackbox-patterns': [SKIP], 'debugger/set-blackbox-patterns': [SKIP],
'debugger/suspended-generator-scopes': [SKIP],
}], # variant != default }], # variant != default
############################################################################## ##############################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment