[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}
This commit is contained in:
parent
5615e5b866
commit
fa19266b8c
@ -14,6 +14,7 @@ function testSuspendedGenerator()
|
||||
g.next();
|
||||
|
||||
debugger;
|
||||
return g;
|
||||
}`);
|
||||
|
||||
Protocol.Debugger.enable().then(testSuite);
|
||||
|
@ -25,7 +25,6 @@
|
||||
'cpu-profiler/console-profile-end-parameterless-crash': [SKIP],
|
||||
# Issue 6171. Timeout.
|
||||
'debugger/set-blackbox-patterns': [SKIP],
|
||||
'debugger/suspended-generator-scopes': [SKIP],
|
||||
}], # variant != default
|
||||
|
||||
##############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user