Chromium Code Reviews| Index: tests/lib/lib.status |
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status |
| index 2a5af2f8b37caf5dfdfe25cad3bf7d53a21c84ab..29b87fa12c29c2b96e14463f97d51cfc52e18417 100644 |
| --- a/tests/lib/lib.status |
| +++ b/tests/lib/lib.status |
| @@ -23,6 +23,7 @@ mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. |
| mirrors/null_test : Fail # Issue 12129 |
| mirrors/library_metadata_test: Fail # Issue 10905 |
| mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. |
| +mirrors/reflected_type_test: Fail # Issue 6433 |
|
ahe
2013/08/21 11:20:16
Wrong bug number. Either use 6490 or file a new da
|
| mirrors/unnamed_library_test: Fail # Issue 10580 |
| 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 |