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

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

Issue 10222001: 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
« no previous file with comments | « no previous file | client/tests/client/client-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/client/client.status
diff --git a/client/tests/client/client.status b/client/tests/client/client.status
index 5a83be0360d020015880c9896d80a1efb00f0bec..5f56c70085d81583350e067effd5f72c508487aa 100644
--- a/client/tests/client/client.status
+++ b/client/tests/client/client.status
@@ -35,15 +35,25 @@ dom/WindowOpenTest: Fail
[ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == opera ]
dom/HistoryTest: Fail
-dom/InstanceOfTest: Skip # Temporary skipped due to recent changes in IDL.
[ $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == opera ]
dom/ImplementationTest: Fail
html/html_tests: Pass, Fail # "Measurement measurement is async but before" See issue 1946.
-[ $runtime == safari || $runtime == ie ]
+[ $runtime == ie ]
+html/TypedArrays1Test: Skip # ie9 does not have typed arrays.
+html/TypedArrays2Test: Skip
+html/TypedArrays3Test: Skip
+html/TypedArrays4Test: Skip
+html/CanvasPixelArrayTypeAliasTest: Fail # Verify is CanvasPixelArray.
+html/html_tests: Fail
+# TODO(vsm): Triage DOM failures.
+dom/*: Skip
+
+[ $runtime == safari ]
html/html_tests: Fail
-# TODO(vsm): Triage DOM failures on other browsers.
+html/CanvasPixelArrayTypeAliasTest: Fail # Caught TypeError: 'undefined' is not a function
+# TODO(vsm): Triage DOM failures.
dom/*: Skip
[ $runtime == ff ]
@@ -79,12 +89,6 @@ dom/WebSocketTest: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket
# (NS_ERROR_DOM_BAD_URI) ...
dom/XHRTest: Fail
-[ $runtime == ie ]
-html/TypedArrays1Test: Skip # ie9 does not have typed arrays.
-html/TypedArrays2Test: Skip
-html/TypedArrays3Test: Skip
-html/TypedArrays4Test: Skip
-
# TODO(nweiz): enable this test again once the functionality being tested
# is supported.
[ ($compiler == frog && $runtime == drt) || $runtime == safari || $runtime == ie]
« no previous file with comments | « no previous file | client/tests/client/client-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698