Index: test/inspector/debugger/get-possible-breakpoints-lazy-error-expected.txt |
diff --git a/test/inspector/debugger/get-possible-breakpoints-lazy-error-expected.txt b/test/inspector/debugger/get-possible-breakpoints-lazy-error-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3269b5a6d0b337346924f4ba8e7e327d87622acc |
--- /dev/null |
+++ b/test/inspector/debugger/get-possible-breakpoints-lazy-error-expected.txt |
@@ -0,0 +1,44 @@ |
+getPossibleBreakpoints should not crash during lazy compilation (crbug.com/715334) |
+{ |
+ method : Debugger.scriptParsed |
+ params : { |
+ endColumn : 21 |
+ endLine : 2 |
+ executionContextId : <executionContextId> |
+ hasSourceURL : true |
+ hash : FA2A959297747012766FE9C5006E7F522D88FA72 |
+ isLiveEdit : false |
+ isModule : false |
+ length : 52 |
+ scriptId : <scriptId> |
+ sourceMapURL : |
+ startColumn : 0 |
+ startLine : 0 |
+ url : test.js |
+ } |
+} |
+{ |
+ method : Debugger.scriptFailedToParse |
+ params : { |
+ endColumn : 21 |
+ endLine : 2 |
+ executionContextId : <executionContextId> |
+ hasSourceURL : true |
+ hash : FA2A959297747012766FE9C5006E7F522D88FA72 |
+ isModule : false |
+ length : 52 |
+ scriptId : <scriptId> |
+ sourceMapURL : |
+ startColumn : 0 |
+ startLine : 0 |
+ url : test.js |
+ } |
+} |
+One script is reported twice |
+{ |
+ id : <messageId> |
+ result : { |
+ locations : [ |
+ ] |
+ } |
+} |