Chromium Code Reviews| Index: dart/tests/isolate/isolate.status |
| diff --git a/dart/tests/isolate/isolate.status b/dart/tests/isolate/isolate.status |
| index ac41555f00eef55a8d61a659e0b141fe1fd163f9..9b0e7fcbe977566db4a7cb72c0c805437853056f 100644 |
| --- a/dart/tests/isolate/isolate.status |
| +++ b/dart/tests/isolate/isolate.status |
| @@ -82,6 +82,9 @@ spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 |
| [ $compiler == none && $runtime == dartium ] |
| spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. |
| +spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649 |
| +spawn_uri_missing_test: Skip # Times out. |
|
vsm
2014/05/27 13:04:00
$runtime == drt
as well?
|
| + |
| [ $compiler == none && $runtime == dartium ] |
| isolate_stress_test: Skip # Issue 14463 |