Index: tests/isolate/isolate.status |
diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status |
index 700d27cb7a6171410c28e0ab12805ea3c2634feb..0c43808750e8308a9b22bf565e9fbc0a235c9fff 100644 |
--- a/tests/isolate/isolate.status |
+++ b/tests/isolate/isolate.status |
@@ -89,7 +89,7 @@ mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952 |
[ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome ) ] |
isolate_stress_test: Pass, Slow # Issue 10697 |
-[ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
+[ $compiler == none && $runtime == drt ] |
isolate_stress_test: Skip # Issue 12537 |
spawn_uri_multi_test/01: Fail # Issue 13615 |
@@ -99,3 +99,6 @@ spawn_uri_test: Fail # http://dartbug.com/13454 |
[ $jscl || $runtime == ie9 ] |
spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 |
+ |
+[ $compiler == none && $runtime == dartium ] |
+global_error_handler2_test: Fail # Issue 13719: Please triage this failure. |