Index: test/inspector/debugger/continue-to-location-strategy-expected.txt |
diff --git a/test/inspector/debugger/continue-to-location-strategy-expected.txt b/test/inspector/debugger/continue-to-location-strategy-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..bb64039119b9afa6884ee9fd657d6099d95c4458 |
--- /dev/null |
+++ b/test/inspector/debugger/continue-to-location-strategy-expected.txt |
@@ -0,0 +1,81 @@ |
+Check that continue-to-location works with different strategies. |
+ |
+Running test: testAwaitDefault |
+(anonymous) (expr.js:0:0) |
+ |
+asyncFact (test.js:9:2) |
+(anonymous) (expr.js:0:0) |
+ |
+asyncFact (test.js:11:2) |
+-- async function -- |
+asyncFact (test.js:8:24) |
+asyncFact (test.js:10:20) |
+asyncFact (test.js:10:20) |
+asyncFact (test.js:10:20) |
+(anonymous) (expr.js:0:0) |
+ |
+ |
+Running test: testAwaitInCurrentFrame |
+(anonymous) (expr.js:0:0) |
+ |
+asyncFact (test.js:9:2) |
+(anonymous) (expr.js:0:0) |
+ |
+asyncFact (test.js:11:2) |
+-- async function -- |
+asyncFact (test.js:8:24) |
+(anonymous) (expr.js:0:0) |
+ |
+ |
+Running test: testDefault |
+(anonymous) (expr.js:0:0) |
+ |
+fact (test.js:16:2) |
+(anonymous) (expr.js:0:0) |
+ |
+fact (test.js:18:2) |
+fact (test.js:17:14) |
+fact (test.js:17:14) |
+fact (test.js:17:14) |
+(anonymous) (expr.js:0:0) |
+ |
+ |
+Running test: testInCurrentFrame |
+(anonymous) (expr.js:0:0) |
+ |
+fact (test.js:16:2) |
+(anonymous) (expr.js:0:0) |
+ |
+fact (test.js:18:2) |
+(anonymous) (expr.js:0:0) |
+ |
+ |
+Running test: testTopLevelDefault |
+(anonymous) (expr.js:0:0) |
+ |
+topLevel (test.js:23:2) |
+(anonymous) (expr.js:0:0) |
+ |
+(anonymous) (:1:10) |
+topLevel (test.js:23:2) |
+(anonymous) (expr.js:0:0) |
+ |
+(anonymous) (:4:10) |
+topLevel (test.js:23:2) |
+(anonymous) (expr.js:0:0) |
+ |
+ |
+Running test: testTopLevelInCurrentFrame |
+(anonymous) (expr.js:0:0) |
+ |
+topLevel (test.js:23:2) |
+(anonymous) (expr.js:0:0) |
+ |
+(anonymous) (:1:10) |
+topLevel (test.js:23:2) |
+(anonymous) (expr.js:0:0) |
+ |
+(anonymous) (:4:10) |
+topLevel (test.js:23:2) |
+(anonymous) (expr.js:0:0) |
+ |