| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index dafb4d951f7dd8fee1f40f96c8c0fb4fa2e668ac..ec4c12a9b414585997ffc32aab7a2159fd53816e 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -17,6 +17,8 @@ typeddata/*: Skip
|
| [ $compiler == dart2js ]
|
| math/*: Skip
|
| mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this.
|
| +mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
|
| +mirrors/library_uri_package_test: Fail # dart:mirrors not fully implemented.
|
| async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug.com/9002
|
| async/run_async4_test: Pass, Fail # no global exception handler in isolates. http://dartbug.com/9012
|
|
|
|
|