Index: client/tests/client/client.status |
diff --git a/client/tests/client/client.status b/client/tests/client/client.status |
index 20fc2ec6ed4aed50c95ec39c7427e22f1f9ef26a..e16c5244a2c23fb4abe2babb9354dfcb6f876a8a 100644 |
--- a/client/tests/client/client.status |
+++ b/client/tests/client/client.status |
@@ -15,6 +15,13 @@ html/html_tests: Pass, Fail # Issue 1946. |
[ $compiler == none && $runtime == drt && $system == windows] |
dom/AudioContextTest: Skip |
+[ $compiler == none && $runtime == drt && $mode == debug ] |
+# TODO(vsm): Triage Dartium failures. |
+dom/CSSTest: Skip |
+dom/DOMIsolatesTest: Skip |
+dom/NativeGCTest: Skip |
+dom/TypedArrays1Test: Skip |
+ |
[ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera) ] |
dom/WindowNSMETest: Fail # Issue 1837, frog puts top-level members in the global JS namespace. |
@@ -29,11 +36,36 @@ dom/ImplementationTest: Fail |
dom/HistoryTest: Fail |
html/html_tests: Pass, Fail # "Measurement measurement is async but before" See issue 1946. |
-[ $runtime == ff || $runtime == safari || $runtime == ie ] |
+[ $runtime == safari || $runtime == ie ] |
html/html_tests: Fail |
# TODO(vsm): Triage DOM failures on other browsers. |
dom/*: Skip |
+[ $runtime == ff ] |
+dom/AudioContextTest: Fail # FF only has Audio element |
+dom/CSSTest: Fail # No analogue to WebKitCSSMatrix |
+dom/CallbacksTest: Fail # (webkit|moz|ms)RequestAnimationFrame |
+dom/CanvasTest: Fail # No setFillColor() method. Use fillstyle attribute instead. |
+dom/CanvasUsingHtmlTest: Fail # No setFillColor() method. Use fillstyle attribute instead. |
+dom/DartObjectLocalStorageTest: Fail # sessionStorage NS_ERROR_DOM_NOT_SUPPORTED_ERR |
+dom/ExceptionsTest: Fail # Uses webkitotifications, no analogue in moz |
+# _toDartException fails to translate TypeError for call to x.set$onfocus(null) |
+dom/HiddenDom1Test: Fail |
+# _toDartException fails to translate TypeError for call to x.appendChild$_(y) |
+dom/HiddenDom2Test: Fail |
+dom/IndexedDB1Test: Fail # Need window.mozIndexedDB instead of window.webkitIndexedDB |
+dom/InstanceOfTest: Fail # FF context.createImageData returns Uint8ClampedArray, not ImageData. |
+# setup code fails. prepare. (DOM callback has errors) Caught [object Event] |
+dom/InnerFrameTest: Fail |
+# Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable |
+dom/SVG3Test: Fail |
+# document.getElementsByTagName('body') returns an HTMLCollection, not a NodeList. |
+# TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs. |
+dom/TypingTest: Fail |
+# Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4 |
+# (NS_ERROR_DOM_BAD_URI) ... |
+dom/XHRTest: Fail |
+ |
[ $runtime == ie ] |
html/TypedArrays1Test: Skip # ie9 does not have typed arrays. |
html/TypedArrays2Test: Skip |