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

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

Issue 23534043: Don't wait for asynchronous error handlers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use _asyncSetError. Created 7 years, 3 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
« sdk/lib/async/future_impl.dart ('K') | « sdk/lib/async/future_impl.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/async/catch_errors15_test.dart
diff --git a/tests/lib/async/catch_errors15_test.dart b/tests/lib/async/catch_errors15_test.dart
index e76a070849d3303775ab21e870166fef86e7ff7d..7e1219dc2f8770659d3fef905d970b8097600984 100644
--- a/tests/lib/async/catch_errors15_test.dart
+++ b/tests/lib/async/catch_errors15_test.dart
@@ -36,6 +36,8 @@ main() {
"after inner",
"main exit",
"i catch error",
+ // We guarantee the order of one stream but not any
+ // global order.
Lasse Reichstein Nielsen 2013/09/05 09:17:25 Why then are we testing the exact order here? How
floitsch 2013/09/05 09:23:08 I could, but this was just easier. I don't expect
"o inner throw",
"i future error",
"i future error2",
« sdk/lib/async/future_impl.dart ('K') | « sdk/lib/async/future_impl.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698