| Index: client/tests/client/client.status
|
| diff --git a/client/tests/client/client.status b/client/tests/client/client.status
|
| index b715a8298e752ef2362f81fd96f7d9a9255cbc4c..207f87a3c5772821723a0f8f805cf31a16d17dfd 100644
|
| --- a/client/tests/client/client.status
|
| +++ b/client/tests/client/client.status
|
| @@ -14,7 +14,6 @@ dom/HTMLElementTest: Fail
|
| dom/IsolateLightTest: Fail
|
| dom/NativeGCTest: Fail # Issue 1448.
|
| dom/TypingTest: Fail
|
| -dom/XHRTest: Fail
|
|
|
| [ $component == dartium && $mode == debug ]
|
| # TODO(vsm): Triage Dartium failures.
|
| @@ -23,16 +22,6 @@ dom/DOMIsolatesTest: Skip
|
| dom/NativeGCTest: Skip
|
| dom/TypedArrays1Test: Skip
|
|
|
| -[ $component == chromium ]
|
| -html/html_tests: Skip # Doesn't recognize SVGElement constructors
|
| -# TODO(vsm): Triage DOM tests.
|
| -dom/AsyncWindowTest: Skip # This test appears to interact badly with other tests.
|
| -dom/DOMIsolatesTest: Fail
|
| -dom/DocumentTest: Fail
|
| -dom/HTMLElementTest: Fail
|
| -dom/TypingTest: Fail
|
| -dom/XHRTest: Fail
|
| -
|
| [ $component == frogium || ($component == webdriver && ($browser == chrome || $browser == ff || $browser == safari || $browser == ie)) ]
|
| # TODO(vsm): Triage DOM tests.
|
| dom/DocumentTest: Fail
|
| @@ -40,7 +29,6 @@ dom/DOMIsolatesTest: Fail
|
| dom/HTMLElementTest: Fail
|
| dom/TypingTest: Fail
|
| dom/WindowOpenTest: Fail
|
| -dom/XHRTest: Fail
|
|
|
| [ ($component == frogium || ($component == webdriver && ($browser == chrome || $browser == ff || $browser == safari || $browser == ie))) && $checked ]
|
|
|
| @@ -59,8 +47,9 @@ dom/*: Skip
|
| [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
|
| *: Skip
|
|
|
| -[ $component == chromium && $mode == release ]
|
| -
|
| +# dartc (used by 'chromium') no longer generates code.
|
| +[ $component == chromium ]
|
| +*: Skip
|
|
|
| # 'client' tests import the DOM library, so they only make sense in
|
| # a browser environment.
|
|
|