Chromium Code Reviews| Index: tests/lib/lib.status |
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status |
| index fb3ca9b441353ab10ffa03843c7c18558fd1175e..6e76c0d903350b4437a90f921038120087e58509 100644 |
| --- a/tests/lib/lib.status |
| +++ b/tests/lib/lib.status |
| @@ -18,6 +18,7 @@ mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 |
| [ $csp ] |
| mirrors/delegate_test: RuntimeError # Issue 13864 |
| async/deferred/deferred_in_isolate_test: RuntimeError # Issue 16898 |
| +mirrors/deferred_mirrors_metadata_test: Fail # http://dartbug.com/16898 |
|
floitsch
2014/03/03 16:06:44
Use "Issue 16898" as in the line above.
sigurdm
2014/03/04 08:06:39
Done.
|
| [ $compiler == dart2js && $checked && $runtime == drt && $nocsp ] |
| async/stream_transform_test: RuntimeError # Issue 16719 |
| @@ -284,9 +285,6 @@ async/deferred/deferred_fail_to_load_test: Fail |
| # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. |
| async/deferred/deferred_in_isolate_test: Fail |
| -[ $csp ] |
| -mirrors/deferred_mirrors_metadata_test: Fail # http://dartbug.com/16898 |
| - |
| [ $compiler == dart2js ] |
| async/schedule_microtask_test: Fail # Issue 9002 |