Chromium Code Reviews| 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.
|