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

Unified Diff: test/codegen/language/async_star_test.dart

Issue 1316723003: implement null aware ops, fixes #249 (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 4 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/browser/language_tests.js ('k') | test/codegen/language/conditional_access_helper.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/language/async_star_test.dart
diff --git a/test/codegen/language/async_star_test.dart b/test/codegen/language/async_star_test.dart
index 1e8cef6a8c3a230bff374711744570a70e622e68..7ba3962af8eccef2df9b6fed7142bf42e51cd998 100644
--- a/test/codegen/language/async_star_test.dart
+++ b/test/codegen/language/async_star_test.dart
@@ -738,8 +738,7 @@ main() {
expect(list, equals(["*1", 1, "*2"])); /// 02: continued
}); /// 02: continued
}); /// 02: continued
- }, skip: "other impls aren't passing this test, see "
- "https://github.com/dart-lang/sdk/issues/22853"); /// 02: continued
+ }); /// 02: continued
});
group("await for", () {
@@ -871,8 +870,7 @@ main() {
return f(sc.stream).then((v) { /// 05: continued
expect(v, equals(10)); /// 05: continued
}); /// 05: continued
- }, skip: "other impls aren't passing this test, see "
- "https://github.com/dart-lang/sdk/issues/22853"); /// 05: continued
+ }); /// 05: continued
});
}
« no previous file with comments | « test/browser/language_tests.js ('k') | test/codegen/language/conditional_access_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698