| Index: tests/lib/lib.status
|
| ===================================================================
|
| --- tests/lib/lib.status (revision 16969)
|
| +++ tests/lib/lib.status (working copy)
|
| @@ -6,7 +6,7 @@
|
| math/*: Skip
|
| mirrors/*: Skip
|
|
|
| -[ $compiler == dart2js && $runtime == d8 ]
|
| +[ $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.
|
| async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| @@ -28,17 +28,3 @@
|
|
|
| [ $runtime == vm && $arch == x64 ]
|
| async/slow_consumer2_test: Fail # Issue 7726
|
| -
|
| -[ $compiler == dart2js && $runtime == jsshell ]
|
| -async/future_delayed_error_test: Fail # TODO(ngeoffray): Please triage these failure.
|
| -async/futures_test: Fail # TODO(ngeoffray): Please triage these failure.
|
| -async/future_test: Fail # TODO(ngeoffray): Please triage these failure.
|
| -async/merge_stream_test: Fail # TODO(ngeoffray): Please triage these failure.
|
| -async/slow_consumer2_test: Fail # TODO(ngeoffray): Please triage these failure.
|
| -async/slow_consumer3_test: Fail # TODO(ngeoffray): Please triage these failure.
|
| -async/slow_consumer_test: Fail # TODO(ngeoffray): Please triage these failure.
|
| -async/stream_controller_async_test: Fail # TODO(ngeoffray): Please triage these failure.
|
| -async/stream_from_iterable_test: Fail # TODO(ngeoffray): Please triage these failure.
|
| -async/stream_min_max_test: Fail # TODO(ngeoffray): Please triage these failure.
|
| -async/stream_single_test: Fail # TODO(ngeoffray): Please triage these failure.
|
| -async/stream_single_to_multi_subscriber_test: Fail # TODO(ngeoffray): Please triage these failure.
|
|
|