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

Unified Diff: tests/lib/lib.status

Issue 2564563003: Add tests for `FutureOr<T>`. (Closed)
Patch Set: Address comments. Created 4 years 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/future_or_strong_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index 2e7457fb913a564390fd8f7fb5a69115e765b8e3..fd463908d2d14677904e407aec6fc0589ddcb181 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -8,6 +8,12 @@ mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
[ $compiler == dart2js ]
async/schedule_microtask6_test: RuntimeError # global error handling is not supported. Issue 5958
+async/future_or_bad_type_test/00: RuntimeError # Issue 28011
+async/future_or_bad_type_test/01: RuntimeError # Issue 28011
+async/future_or_bad_type_test/implements: MissingCompileTimeError # Issue 28011
+async/future_or_non_strong_test: RuntimeError # Issue 28011
+async/future_or_strong_test: RuntimeError, OK
Lasse Reichstein Nielsen 2016/12/12 13:21:55 Should this be skipped if not in strong mode?
+
math/double_pow_test: RuntimeError
math/low_test: RuntimeError
math/random_big_test: RuntimeError # Using bigint seeds for random.
@@ -265,6 +271,12 @@ 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: MissingCompileTimeError # Issue 28010
+async/future_or_non_strong_test: RuntimeError # Issue 28010
+async/future_or_strong_test: RuntimeError, OK
+
[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly final as of Dart 1.21
async/schedule_microtask6_test: Fail # Issue 10910
@@ -297,6 +309,11 @@ mirrors/null_test: Fail # Issue 16831
async/schedule_microtask_test: Fail # Preamble file does not correctly implement scheduleImmediate.
[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
+async/future_or_bad_type_test/00: MissingStaticWarning # Issue 28008
+async/future_or_bad_type_test/implements: MissingCompileTimeError # Issue 28008
+async/future_or_non_strong_test: StaticWarning # Issue 28008
+async/future_or_strong_test: StaticWarning # Issue 28008
+
mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue
mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>'
« no previous file with comments | « tests/lib/async/future_or_strong_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698