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

Unified Diff: tests/co19/co19-runtime.status

Issue 14070010: Refactor Future constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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
Index: tests/co19/co19-runtime.status
diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
index caf1431124db17b5dafbfd1a0d86dec03b06bf64..d3ebb2947c45ac111d0994cee1c0d638d865af70 100644
--- a/tests/co19/co19-runtime.status
+++ b/tests/co19/co19-runtime.status
@@ -198,6 +198,16 @@ LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim
Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # issue 6085
+LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issues TODO
+LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors have changed # issues TODO
+LibTest/async/Future/asStream_A01_t01: Fail # Future constructors have changed # issue TODO
+LibTest/async/Future/Future.immediate_A01_t01: Fail # Future constructors have changed # issue TODO
+LibTest/async/Future/then_A01_t03: Fail # Future constructors have changed # issue TODO
+LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issue TODO
+LibTest/async/Future/forEach_A03_t01: Fail # Future constructors have changed # issue TODO
+LibTest/async/Future/asStream_A01_t02: Fail # Future constructors have changed # issue TODO
+LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors have changed # issue TODO
+LibTest/async/Future/asStream_A02_t01: Fail # Future constructors have changed # issue TODO
[ $compiler == none && $runtime == vm && $checked ]
Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage this failure.

Powered by Google App Engine
This is Rietveld 408576698