Index: dart/client/tests/client/client-leg.status |
diff --git a/dart/client/tests/client/client-leg.status b/dart/client/tests/client/client-leg.status |
index 4ca3fa7886ac8ab83c9c9f70ba398e17b9ad0628..68cb80e6155c49bf01780c0a7711f6dc6c442fde 100644 |
--- a/dart/client/tests/client/client-leg.status |
+++ b/dart/client/tests/client/client-leg.status |
@@ -2,8 +2,8 @@ |
# for details. All rights reserved. Use of this source code is governed by a |
# BSD-style license that can be found in the LICENSE file. |
-[ $component == dart2js ] |
-*: Fail, OK # Needs to run inside browser, compiled to detect crashes. |
+[ $component == dart2js || $component == legium ] |
+dom/DOMIsolatesTest: Fail # error: cannot resolve spawnDomIsolate |
[ $component == legium ] |
@@ -20,6 +20,3 @@ dom/HTMLElementTest: Fail # TypeError: Object #<HTMLDivElement> has no method 'g |
dom/TypedArrays1Test: Fail # Expect.isTrue(false) fails. |
dom/IsolatesTest: Skip # Timeout because leg does not support web workers. |
- |
-# Uses 'exploratory API' (see client/dom/src/spawnDomIsolate). |
-dom/DOMIsolatesTest: Fail, OK # error: cannot resolve spawnDomIsolate |