Index: client/tests/client/client-leg.status |
=================================================================== |
--- client/tests/client/client-leg.status (revision 5416) |
+++ client/tests/client/client-leg.status (working copy) |
@@ -23,10 +23,11 @@ |
dom/WindowOpenTest: Fail # TypeError: Object [object Window] has no method 'close$0' |
dom/HTMLElementTest: Fail # TypeError: Object #<HTMLDivElement> has no method 'get$dataset' |
-# Missing Isolate support |
-dom/DOMIsolatesTest: Fail # cannot read dart:isolate |
-dom/IsolatesTest: Fail # cannot read dart:isolate |
-dom/IsolateLightTest: Fail # cannot read dart:isolate |
# We don't support is checks with generic types. |
dom/TypedArrays1Test: Fail # Expect.isTrue(false) fails. |
+ |
+# TODO(ngeoffray): Investigate |
+dom/IsolatesTest: Skip # Timeout |
+dom/IsolateLightTest: Skip # Timeout |
+dom/DOMIsolatesTest: Fail # cannot read dart:isolate |