Chromium Code Reviews| Index: tests/lib/lib.status |
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status |
| index bfa79c33eb9bc3fdff3a0d54f95539ce29d00116..c90f58464b73a6df26af07a4a68025db61b60826 100644 |
| --- a/tests/lib/lib.status |
| +++ b/tests/lib/lib.status |
| @@ -271,6 +271,13 @@ mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag |
| # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. |
| async/timer_isolate_test: Fail |
| +[ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == vm) ] |
| +# Deferred loading is not implemented in the VM so the error-handling will never be triggered. |
| +async/deferred/deferred_fail_to_load_test: Fail, OK |
|
Florian Schneider
2014/02/14 12:56:22
If it is always failing, the expectation should be
sigurdm
2014/02/14 13:08:17
Done.
|
| +# Deferred loading is not implemented in the VM so the error-handling will never be triggered. |
| +# Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. |
| +async/deferred/deferred_in_isolate_test: Fail, OK |
|
Florian Schneider
2014/02/14 12:56:22
If it is always failing, the expectation should be
sigurdm
2014/02/14 13:08:17
Done.
|
| + |
| [ $compiler == dart2js ] |
| async/schedule_microtask_test: Fail # Issue 9002 |