| Index: client/tests/client/client.status
|
| diff --git a/client/tests/client/client.status b/client/tests/client/client.status
|
| index e6aff540712adad7c37a898561843a9706cef43c..1b2a9868b1a42443a7c5ba41b22f62d82b96c73d 100644
|
| --- a/client/tests/client/client.status
|
| +++ b/client/tests/client/client.status
|
| @@ -3,14 +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
|
|
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
| -html/html_tests: Pass, Fail # Issue 1946.
|
| dom/IndexedDB3Test: Fail # UnsupportedOperationException 'IDBCursorImplementation.get:key'
|
| dom/IndexedDB4Test: Skip # Hangs in dartium. IDBKeyRange constructors not implemented.
|
|
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) && $checked ]
|
| html/TypedArrays1Test: Fail # Fails only on checked mode.
|
| +html/MeasurementTest: Fail
|
|
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debug ]
|
| dom/NativeGCTest: Skip # Issue 2538.
|
| @@ -21,28 +24,42 @@ dom/AudioContextTest: 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.
|
|
|
| -[ $compiler == frog && $runtime == drt ]
|
| -html/html_tests: Skip # Issue 2657
|
| -
|
| [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera || ($runtime == drt && $compiler == frog)]
|
| # 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 ]
|
| +[ $runtime == chrome ]
|
| dom/ImplementationTest: Fail
|
| -html/html_tests: Pass, Fail # "Measurement measurement is async but before" See issue 1946.
|
| +html/CSSStyleDeclarationTest: Fail
|
| +
|
| +[ $runtime == ff ]
|
| +dom/ImplementationTest: Fail
|
| +html/CSSStyleDeclarationTest: Fail
|
| +html/ElementTest: Fail
|
| +html/DocumentFragmentTest: Fail
|
| +html/XHRTest: Fail
|
| +html/LocalStorageTest: Fail
|
| +html/MeasurementTest: Fail
|
| +html/SVGElementTest: Fail
|
|
|
| [ $runtime == safari || $runtime == ie ]
|
| -html/html_tests: Fail
|
| +dom/ImplementationTest: Fail
|
| # TODO(vsm): Triage DOM failures on other browsers.
|
| dom/*: Skip
|
| +html/CSSStyleDeclarationTest: Pass, Fail
|
| +html/ElementTest: Pass, Fail
|
| +html/DocumentFragmentTest: Pass, Fail
|
| +html/XHRTest: Pass, Fail
|
| +html/LocalStorageTest: Pass, Fail
|
| +html/MeasurementTest: Pass, Fail
|
| +html/SVGElementTest: Pass, Fail
|
| +html/NodeTest: Pass, Fail
|
|
|
| [ $runtime == ff ]
|
| dom/AudioContextTest: Fail # FF only has Audio element
|
| @@ -83,11 +100,6 @@ 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]
|
| -html/frog_html_tests: Skip # Issue 1884
|
| -
|
| [ $runtime == ie && ($system == linux || $system == mac) ]
|
| *: Skip
|
|
|
|
|