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

Unified Diff: tests/lib/async/zone_debug_test.dart

Issue 25027004: Add second argument to Future error handlers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 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 | « tests/lib/async/stack_trace23_test.dart ('k') | tests/lib/async/zone_run_guarded_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/async/zone_debug_test.dart
diff --git a/tests/lib/async/zone_debug_test.dart b/tests/lib/async/zone_debug_test.dart
index 10d43fcc2f79f8956f7d0ac759448f5330c7af69..3d41edbef15dbdcfe38e7efce5bd1401114e7c5d 100644
--- a/tests/lib/async/zone_debug_test.dart
+++ b/tests/lib/async/zone_debug_test.dart
@@ -48,7 +48,8 @@ debugZoneRunUnary(Zone self, ZoneDelegate parent, Zone origin, f(arg), arg) {
List expectedDebugTrace;
-debugUncaughtHandler(Zone self, ZoneDelegate parent, Zone origin, error) {
+debugUncaughtHandler(
+ Zone self, ZoneDelegate parent, Zone origin, error, StackTrace stackTrace) {
events.add("handling uncaught error $error");
Expect.listEquals(expectedDebugTrace, restoredStackTrace);
// Suppress the error and don't propagate to parent.
« no previous file with comments | « tests/lib/async/stack_trace23_test.dart ('k') | tests/lib/async/zone_run_guarded_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698