Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: client/tests/client/client-leg.status

Issue 10207033: Make CanvasPixelArray pretent to be Uint8ClampedArray (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: client/tests/client/client-leg.status
diff --git a/client/tests/client/client-leg.status b/client/tests/client/client-leg.status
index 8f0a0b35139d4db6a9479830555ff5500589b1f9..179390ab227ffd5184546b3fc88788db61cd6973 100644
--- a/client/tests/client/client-leg.status
+++ b/client/tests/client/client-leg.status
@@ -6,25 +6,19 @@
dom/DOMIsolatesTest: Fail # error: cannot resolve spawnDomIsolate
dom/RequestAnimationFrameTest: Skip # Async test hangs.
html/RequestAnimationFrameTest: Skip # Async test hangs.
+dom/IndexedDB3Test: Fail # Uncaught TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction'
+dom/IndexedDB4Test: Fail # Uncaught TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction'
+dom/IsolatesTest: Skip # Timeout because leg does not support web workers.
+dom/TypedArrays1Test: Fail # dart2js doesn't support is checks with generic types.
[ $compiler == dart2js && $runtime == drt ]
-
# Unknown error - should investigate.
html/html_tests: Fail
# DOM errors.
dom/WindowOpenTest: Fail # TypeError: Object [object Window] has no method 'close$0'
dom/HTMLElementTest: Fail # TypeError: Object #<HTMLDivElement> has no method 'get$dataset'
-
-
-# We don't support is checks with generic types.
-dom/TypedArrays1Test: Fail # Expect.isTrue(false) fails.
-
-dom/IsolatesTest: Skip # Timeout because leg does not support web workers.
-
dom/IndexedDB2Test: Fail # Uncaught error
-dom/IndexedDB3Test: Fail # Uncaught TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction'
-dom/IndexedDB4Test: Fail # Uncaught TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction'
[ $compiler == dart2js && $runtime == none ]
*: Fail, Pass # TODO(ahe): Triage these tests.

Powered by Google App Engine
This is Rietveld 408576698