| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 8c9ecd6cc9f66609eab4505f5ff4322891ac97aa..3b1858a6cd603c05fb45edfa36c2b10cbdef8083 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -10,9 +10,11 @@ mirrors/*: Skip
|
| async/stream_event_transform_test: Fail # Issue 7733.
|
| async/stream_transform_test: Fail # Issue 7733.
|
| async/stream_from_iterable_test: Fail # Issue 7733.
|
| +async/slow_consumer3_test: Fail # Issue 7733.
|
| +
|
| +[ $compiler == dart2js && $checked && ( $runtime == safari || $runtime == ie9 || $runtime == ie10 || $runtime == chrome || $runtime == opera) ]
|
| async/slow_consumer_test: Fail # Issue 7733.
|
| async/slow_consumer2_test: Fail # Issue 7733.
|
| -async/slow_consumer3_test: Fail # Issue 7733.
|
|
|
| [ $compiler == dart2js && $jscl ]
|
| async/future_test: Fail # Timer interface not supported; dartbug.com/7728.
|
|
|