| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index dfa33a833299ab69c5e917b8512416e3707656fe..88cf41b85b71b3992e0041c0257631d630d32627 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -34,6 +34,9 @@ mirrors/reflect_uninstantiated_class_test: Fail # Issue 6490
|
| mirrors/superclass_test: Fail # Issue 6490
|
| mirrors/to_string_test: Fail # Issue 6490
|
|
|
| +[ $compiler == dart2js && $checked ]
|
| +async/stream_event_transform_test: Fail # Issue 7733.
|
| +
|
| [ $compiler == dart2js && $jscl ]
|
| async/future_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/7728.
|
|
|