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

Unified Diff: tests/lib/lib.status

Issue 2564563003: Add tests for `FutureOr<T>`. (Closed)
Patch Set: Update status file for dart2js. 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
Index: tests/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index 2e7457fb913a564390fd8f7fb5a69115e765b8e3..d81da080ac65cb68d3f7f9a180537b48b4896e54 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
+
math/double_pow_test: RuntimeError
math/low_test: RuntimeError
math/random_big_test: RuntimeError # Using bigint seeds for random.
« tests/lib/async/future_or_strong_test.dart ('K') | « 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