| Index: client/tests/client/client.status
|
| diff --git a/client/tests/client/client.status b/client/tests/client/client.status
|
| index 52191a3794467032055d5e585200ab9b9ee1df62..0029b3cbaec33d6978a3e1515487269238d87022 100644
|
| --- a/client/tests/client/client.status
|
| +++ b/client/tests/client/client.status
|
| @@ -3,13 +3,17 @@
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| dom/WebGL1Test: Skip # Issue 1495
|
| +html/EventTest: Skip # Issue 1996
|
| +html/XMLDocumentTest: Skip # XML in dart:html is incomplete
|
| +html/XMLElementTest: Skip # XML in dart:html is incomplete
|
| +html/MeasurementTest: Pass, Fail # Issue 1940
|
|
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
| -html/html_test: Pass, Fail # Issue 1946.
|
| dom/IndexedDB3Test: Fail # UnsupportedOperationException 'IDBCursorImplementation.get:key'
|
| dom/IndexedDB4Test: Skip # Hangs in dartium. IDBKeyRange constructors not implemented.
|
| dom/RequestAnimationFrameTest: Skip # drt hangs; requestAnimationFrame not implemented
|
| html/RequestAnimationFrameTest: Skip # drt hangs; requestAnimationFrame not implemented
|
| +html/DocumentFragmentTest: Fail
|
|
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debug ]
|
| dom/NativeGCTest: Skip # Issue 2538.
|
| @@ -21,7 +25,6 @@ dom/AudioContextTest: Skip
|
| dom/WindowNSMETest: Fail # Issue 1837, frog puts top-level members in the global JS namespace.
|
|
|
| [ $compiler == frog && $runtime == drt ]
|
| -html/html_test: Skip # Issue 2657
|
| dom/RequestAnimationFrameTest: Skip # drt hangs
|
| html/RequestAnimationFrameTest: Skip # drt hangs
|
|
|
| @@ -29,29 +32,32 @@ html/RequestAnimationFrameTest: Skip # drt hangs
|
| # TODO(vsm): Triage DOM tests.
|
| dom/DOMIsolatesTest: Fail
|
| dom/IndexedDB2Test: Fail # Issue 1883 - IndexedDB methods don't handle maps correctly.
|
| -
|
| dom/HTMLElementTest: Fail
|
| dom/WindowOpenTest: Fail
|
|
|
| [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == opera ]
|
| dom/HistoryTest: Fail
|
|
|
| -[ $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == opera ]
|
| -dom/ImplementationTest: Fail
|
| -html/html_test: Pass, Fail # "Measurement measurement is async but before" See issue 1946.
|
| +[ $runtime == chrome ]
|
| +html/CSSStyleDeclarationTest: Fail
|
|
|
| [ $runtime == ie ]
|
| +html/CanvasPixelArrayTypeAliasTest: Fail # Verify is CanvasPixelArray.
|
| +html/CSSStyleDeclarationTest: Fail
|
| +html/DocumentFragmentTest: Fail
|
| +html/ElementTest: Fail
|
| +html/LocalStorageTest: Fail
|
| +html/NodeTest: Fail
|
| +html/SVGElementTest: Fail
|
| 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_test: Fail
|
| +html/XHRTest: Fail
|
| # TODO(vsm): Triage DOM failures.
|
| dom/*: Skip
|
|
|
| [ $runtime == safari ]
|
| -html/html_test: Fail
|
| html/CanvasPixelArrayTypeAliasTest: Fail # Caught TypeError: 'undefined' is not a function
|
| # TODO(vsm): Triage DOM failures.
|
| dom/*: Skip
|
| @@ -88,6 +94,12 @@ dom/WebSocketTest: 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) ...
|
| dom/XHRTest: Fail
|
| +html/CSSStyleDeclarationTest: Fail
|
| +html/DocumentFragmentTest: Fail
|
| +html/ElementTest: Fail
|
| +html/LocalStorageTest: Fail
|
| +html/SVGElementTest: Fail
|
| +html/XHRTest: Fail
|
|
|
| [ $runtime == ie && ($system == linux || $system == mac) ]
|
| *: Skip
|
|
|