Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

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: a Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/inspector/runtime/evaluate-async-with-wrap-error.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c4e411ede9635a618f204e8c2e301f7fc7dfef17
--- /dev/null
+++ b/test/inspector/runtime/evaluate-async-with-wrap-error-expected.txt
@@ -0,0 +1,8 @@
+Test that Runtime.evaluate correctly process errors during wrapping async result.
+{
+ error : {
+ code : -32000
+ message : Object couldn't be returned by value
+ }
+ id : 0
+}
« no previous file with comments | « test/inspector/runtime/evaluate-async-with-wrap-error.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698