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

Unified Diff: test/message/for-of-throw-in-body.out

Issue 1842953003: Preserve exception message in iterator finalization. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Turbofan Created 4 years, 9 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
« src/ast/ast.h ('K') | « test/message/for-of-throw-in-body.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/for-of-throw-in-body.out
diff --git a/test/fuzzer/fuzzer.status b/test/message/for-of-throw-in-body.out
similarity index 65%
copy from test/fuzzer/fuzzer.status
copy to test/message/for-of-throw-in-body.out
index df922bbf4e6d398165322c804085e757128071c9..4bc48ebdade048ecfd8a90cce73a6aeb69b13247 100644
--- a/test/fuzzer/fuzzer.status
+++ b/test/message/for-of-throw-in-body.out
@@ -1,7 +1,6 @@
# Copyright 2016 the V8 project authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-
-[
-
-]
+*%(basename)s:5: 42
+for (var x of [1, 2, 3]) { throw 42 }
+ ^
« src/ast/ast.h ('K') | « test/message/for-of-throw-in-body.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698