Commit 226be1d6 authored by Alexey Kozyatinskiy's avatar Alexey Kozyatinskiy Committed by Commit Bot

[DevTools] prepare tests for better top level function return location

TBR=dgozman@chromium.org

Bug: v8:7858
Change-Id: I69bc4521dd8950e9ebbc3731850f2cebbfeb1dc9
Reviewed-on: https://chromium-review.googlesource.com/1104309Reviewed-by: default avatarAleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568049}
parent a7c9db23
......@@ -2714,6 +2714,14 @@ crbug.com/694525 external/wpt/content-security-policy/style-src/inline-style-all
crbug.com/694525 external/wpt/content-security-policy/style-src/style-blocked.sub.html [ Skip ]
crbug.com/694525 external/wpt/content-security-policy/unsafe-eval/eval-blocked-in-about-blank-iframe.sub.html [ Skip ]
crbug.com/v8/7858 http/tests/devtools/persistence/persistence-external-change-breakpoints.js [ Skip ]
crbug.com/v8/7858 http/tests/devtools/sources/debugger-step/debugger-step-into-document-write.js [ Skip ]
crbug.com/v8/7858 http/tests/devtools/sources/debugger-step/debugger-step-into-inlined-scripts.js [ Skip ]
crbug.com/v8/7858 http/tests/devtools/sources/debugger-step/debugger-step-out-document-write.js [ Skip ]
crbug.com/v8/7858 http/tests/devtools/sources/debugger-step/debugger-step-over-document-write.js [ Skip ]
crbug.com/v8/7858 http/tests/devtools/sources/debugger-step/debugger-step-over-inlined-scripts.js [ Skip ]
crbug.com/v8/7858 inspector-protocol/debugger/debugger-doesnt-step-into-injected-script.js [ Skip ]
# These tests will be added back soon:
crbug.com/706350 external/wpt/html/browsers/browsing-the-web/history-traversal/window-name-after-cross-origin-aux-frame-navigation.sub.html [ Skip ]
crbug.com/706350 external/wpt/html/browsers/browsing-the-web/history-traversal/window-name-after-cross-origin-main-frame-navigation.sub.html [ Skip ]
......
......@@ -8,7 +8,6 @@ breakpoint at 2
inline breakpoint at (2, 0)
inline breakpoint at (2, 17) disabled
inline breakpoint at (2, 22) disabled
inline breakpoint at (2, 23) disabled
Running: addCommitToFilesystemUISourceCode
breakpoint at 2
......
......@@ -28,7 +28,7 @@ Call stack:
Executing StepInto...
Call stack:
0) (debugger-step-into-document-write.html:4)
0) (debugger-step-into-document-write.html:5)
Executing StepInto...
Call stack:
......@@ -36,7 +36,7 @@ Call stack:
Executing StepInto...
Call stack:
0) (debugger-step-into-document-write.html:8)
0) (debugger-step-into-document-write.html:9)
Executing Resume...
Page reloaded.
......
......@@ -12,7 +12,7 @@ Call stack:
Executing StepInto...
Call stack:
0) (debugger-step-into-inlined-scripts.html:9)
0) (debugger-step-into-inlined-scripts.html:10)
Executing StepInto...
Call stack:
......@@ -30,7 +30,7 @@ Call stack:
Executing StepInto...
Call stack:
0) (debugger-step-into-inlined-scripts.html:17)
0) (debugger-step-into-inlined-scripts.html:18)
Executing Resume...
Page reloaded.
......
......@@ -19,7 +19,7 @@ Call stack:
Executing StepOut...
Call stack:
0) (debugger-step-out-document-write.html:14)
0) (debugger-step-out-document-write.html:15)
Executing StepOut...
Call stack:
......
......@@ -6,7 +6,7 @@ Call stack:
Executing StepOver...
Call stack:
0) (debugger-step-over-document-write.html:4)
0) (debugger-step-over-document-write.html:5)
Executing StepOver...
Call stack:
......@@ -14,7 +14,7 @@ Call stack:
Executing StepOver...
Call stack:
0) (debugger-step-over-document-write.html:8)
0) (debugger-step-over-document-write.html:9)
Executing Resume...
Page reloaded.
......
......@@ -12,7 +12,7 @@ Call stack:
Executing StepOver...
Call stack:
0) (debugger-step-over-inlined-scripts.html:9)
0) (debugger-step-over-inlined-scripts.html:10)
Executing StepOver...
Call stack:
......@@ -20,7 +20,7 @@ Call stack:
Executing StepOver...
Call stack:
0) (debugger-step-over-inlined-scripts.html:17)
0) (debugger-step-over-inlined-scripts.html:18)
Executing Resume...
Page reloaded.
......
......@@ -10,7 +10,7 @@ boo:0:48
Perform stepInto
Stack trace:
:0:51
:0:52
Perform stepInto
Stack trace:
......
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