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

Unified Diff: tests/lib_2/lib_2_dart2js.status

Issue 2999943002: Migrated test block 168 to Dart 2.0. (Closed)
Patch Set: Fixed async/future_test.dart Created 3 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
Index: tests/lib_2/lib_2_dart2js.status
diff --git a/tests/lib_2/lib_2_dart2js.status b/tests/lib_2/lib_2_dart2js.status
index e4355f294eb8487c9926841e96a57ca565c0764d..05a0a48e80bd7db013d0f90f297c0b1b110234e3 100644
--- a/tests/lib_2/lib_2_dart2js.status
+++ b/tests/lib_2/lib_2_dart2js.status
@@ -8,3 +8,10 @@ async/catch_errors18_test: Fail # Timer interface not supported: Issue 7728.
async/catch_errors19_test: Fail # Timer interface not supported: Issue 7728.
async/catch_errors20_test: Fail # Timer interface not supported: Issue 7728.
async/catch_errors28_test: Fail # Timer interface not supported: Issue 7728.
+async/first_regression_test: RuntimeError
+async/future_test: RuntimeError # Timer interface not supported; Issue 7728.
+async/future_timeout_test: Fail # Timer interface not supported: Issue 7728.
+async/future_constructor2_test: Fail # Timer interface not supported: Issue 7728.
+
+[ $compiler == dart2js ]
+async/future_or_strong_test: RuntimeError, OK
Bob Nystrom 2017/08/16 22:27:20 Remove the ", OK" part. It was OK before 2.0, but
bkonyi 2017/08/16 23:44:13 Done.

Powered by Google App Engine
This is Rietveld 408576698