| Index: tests/dom/dom.status
|
| diff --git a/tests/dom/dom.status b/tests/dom/dom.status
|
| index bcffe2d10875ce46b80aeb1130c573ac293486f8..28d9d979c905c7fc32671750d221711775723359 100644
|
| --- a/tests/dom/dom.status
|
| +++ b/tests/dom/dom.status
|
| @@ -2,39 +2,11 @@
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| -webgl_1_test: Skip # Issue 1495
|
| -audiocontext_test: Fail # Issue 2770
|
| -
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
| indexeddb_3_test: Fail # UnsupportedOperationException 'IDBCursorImplementation.get:key'
|
| indexeddb_4_test: Skip # Hangs in dartium. IDBKeyRange constructors not implemented.
|
| -request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not implemented
|
| -dart_object_local_storage_test: Skip
|
| -wrapper_test: Skip
|
| -
|
| -[ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debug ]
|
| -native_gc_test: Skip # Issue 2538.
|
| -
|
| -[ $compiler == none && $runtime == drt && $system == windows]
|
| -audiocontext_test: Skip
|
| -
|
| -[ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera) ]
|
| -window_nosuchmethod_test: Fail # Issue 1837, frog puts top-level members in the global JS namespace.
|
| -cross_frame_test: Fail # Issue 2774, iframe.contentDocument is accessible in dart:html frog.
|
| -
|
| -[ $compiler == frog && $runtime == drt ]
|
| -request_animation_frame_test: Skip # drt hangs
|
| -
|
| -[ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera || ($runtime == drt && $compiler == frog)]
|
| -# TODO(vsm): Triage DOM tests.
|
| -dom_isolates_test: Fail
|
| -indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps correctly.
|
| -
|
| -htmlelement_test: Fail
|
| -window_open_test: Fail
|
| -
|
| -[ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == opera ]
|
| -history_test: Fail
|
| +dart_object_local_storage_test: Skip # dart:dom is deprecated in dartium.
|
| +wrapper_test: Skip # dart:dom is deprecated in dartium.
|
|
|
| [ $runtime == ie ]
|
| # TODO(vsm): Triage DOM failures.
|
| @@ -45,37 +17,10 @@ history_test: Fail
|
| *: Skip
|
|
|
| [ $runtime == ff ]
|
| -audiocontext_test: Fail # FF only has Audio element
|
| -css_test: Fail # No analogue to WebKitCSSMatrix
|
| -callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame
|
| -canvas_test: Fail # No setFillColor() method. Use fillstyle attribute instead.
|
| -canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribute instead.
|
| dart_object_local_storage_test: Fail # sessionStorage NS_ERROR_DOM_NOT_SUPPORTED_ERR
|
| -exceptions_test: Fail # Uses webkitotifications, no analogue in moz
|
| -# _toDartException fails to translate TypeError for call to x.set$onfocus(null)
|
| -hidden_dom_1_test: Fail
|
| -# _toDartException fails to translate TypeError for call to x.appendChild$_(y)
|
| -hidden_dom_2_test: Fail
|
| -indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIndexedDB
|
| -indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIndexedDB
|
| indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIndexedDB
|
| indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIndexedDB
|
| -instance_of_test: Fail # Issue 2535
|
| -# setup code fails. prepare. (DOM callback has errors) Caught [object Event]
|
| inner_frame_test: Skip
|
| -# Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable
|
| -svg_3_test: Fail
|
| -# document.getElementsByTagName('body') returns an HTMLCollection, not a NodeList.
|
| -# TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs.
|
| -# Note this test now passes for the wrong reasons. It used to be that the only
|
| -# forEach in this program was in NodeList. Due to dependencies from the unittest
|
| -# framework, frog no longer resolves forEach statically, and instead it
|
| -# dynamically binds forEach on a bunch of classes, including HTMLCollection.
|
| -typing_test: Pass
|
| -websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket.
|
| -# Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4
|
| -# (NS_ERROR_DOM_BAD_URI) ...
|
| -xhr_test: Fail
|
|
|
| [ $runtime == ie && ($system == linux || $system == mac) ]
|
| *: Skip
|
| @@ -101,18 +46,5 @@ xhr_test: Fail
|
| [ $compiler == frog && $runtime == none ]
|
| *: Skip
|
|
|
| -[ $compiler == dart2js ]
|
| -dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate
|
| -
|
| -[ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ]
|
| -request_animation_frame_test: Skip # Async test hangs.
|
| -isolates_test: Skip # Timeout because leg does not support web workers.
|
| -typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types.
|
| -
|
| -# DOM errors.
|
| -window_open_test: Fail # TypeError: Object [object Window] has no method 'close$0'
|
| -htmlelement_test: Fail # TypeError: Object #<HTMLDivElement> has no method 'get$dataset'
|
| -indexeddb_2_test: Fail # Uncaught error
|
| -
|
| [ $compiler == dart2js && $runtime == none ]
|
| *: Fail, Pass # TODO(ahe): Triage these tests.
|
|
|