| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 098b947a59a5ee8e20dc7733ab0039653fb01752..3d118ea9f82c8cbcb584614cf8fa5150ccbd4b66 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -80,6 +80,9 @@ async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7
|
| async/run_zoned7_test: Fail # Timer interface not supported: dartbug.com/7728.
|
| async/catch_errors22_test: Fail # Timer interface not supported: dartbug.com/7728.
|
| async/timer_isActive_test: Fail # Timer interface not supported: dartbug.com/7728.
|
| +async/zone_empty_description2_test: Fail # Timer interface not supported: dartbug.com/7728.
|
| +async/zone_create_timer2_test: Fail # Timer interface not supported: dartbug.com/7728.
|
| +async/zone_create_periodic_timer_test: Fail # Timer interface not supported: dartbug.com/7728.
|
|
|
| [ $compiler == dart2js && $browser ]
|
| async/timer_not_available_test: Fail, OK # only meant to test when there is no way to
|
|
|