| 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 7d04c8be8f03d5c9175f9e85e64fc6bb54891d8e..9a7b95aaf0d4decd1d17a5be7d0736daf9bad57a 100644
|
| --- a/tests/lib_2/lib_2_dart2js.status
|
| +++ b/tests/lib_2/lib_2_dart2js.status
|
| @@ -10,10 +10,10 @@ async/catch_errors20_test: Fail # Timer interface not supported: Issue 7728.
|
| async/catch_errors28_test: Fail # Timer interface not supported: Issue 7728.
|
| async/future_test: RuntimeError # Timer interface not supported; Issue 7728.
|
| async/future_constructor2_test: Fail # Timer interface not supported: Issue 7728.
|
| +async/multiple_timer_test: RuntimeError,OK # Needs Timer to run.
|
|
|
| [ $compiler == dart2js ]
|
| async/future_or_strong_test: RuntimeError
|
|
|
| [ $compiler != dart2js ]
|
| async/dart2js_uncaught_error_test: Skip # JS-integration only test
|
| -async/multiple_timer_test: RuntimeError,OK # Needs Timer to run.
|
|
|