Chromium Code Reviews

Unified Diff: test/inspector/runtime/evaluate-async-with-wrap-error-expected.txt

Issue 2381693002: [inspector] added a test for crash in wrapping async evaluate result (Closed)
Patch Set: rebased Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: test/inspector/runtime/evaluate-async-with-wrap-error-expected.txt
diff --git a/test/inspector/runtime/evaluate-async-with-wrap-error-expected.txt b/test/inspector/runtime/evaluate-async-with-wrap-error-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..21730c74dcaba809b6072847bdfbcb2b39a48ec4
--- /dev/null
+++ b/test/inspector/runtime/evaluate-async-with-wrap-error-expected.txt
@@ -0,0 +1,7 @@
+{
+ error : {
+ code : -32000
+ message : Object couldn't be returned by value
+ }
+ id : 0
+}

Powered by Google App Engine