Index: client/tests/client/client-leg.status |
=================================================================== |
--- client/tests/client/client-leg.status (revision 5159) |
+++ client/tests/client/client-leg.status (working copy) |
@@ -4,8 +4,6 @@ |
[ $component == legium ] |
-dom/TypedArrays1Test: Fail # Expect.isTrue(false) fails. |
-dom/WrapperTest: Fail # Expect.stringEquals(expected: <HTMLCanvasElement>", <null>) fails |
dom/EventsTest: Fail # CONSOLE MESSAGE: line 7608: Uncaught TypeError: Cannot read property 'is$ExpectException' of undefined |
# DOM can return null or undefined |
@@ -27,3 +25,6 @@ |
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. |