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

Unified Diff: tests/lib/lib.status

Issue 2642443002: Support FutureOr<T> in the VM (fixes #28010). (Closed)
Patch Set: Created 3 years, 11 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/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index 6ea31a25a89d2f3f1d1488d56e04e07fa2647be7..e15fd0e35fe98231d99da64c298e6e733883a39d 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -279,10 +279,6 @@ mirrors/symbol_validation_test: RuntimeError # Issue 13596
mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a specification, and dart:mirrors is not required to hide declarations that are not covered by any MirrorsUsed annotation.
-async/future_or_bad_type_test/00: RuntimeError # Issue 28010
-async/future_or_bad_type_test/01: RuntimeError # Issue 28010
-async/future_or_bad_type_test/implements: Fail # Issue 28010
-async/future_or_non_strong_test: RuntimeError # Issue 28010
async/future_or_strong_test: RuntimeError, OK
[ $compiler == none && ($runtime == drt || $runtime == dartium) ]

Powered by Google App Engine
This is Rietveld 408576698