| Index: client/tests/client/client.status
|
| diff --git a/client/tests/client/client.status b/client/tests/client/client.status
|
| index 0b3778fc201acd7187bfb5cdb28294aaa7f81534..b903e5afb0bdb92000bfdccbcbaa872570ad4ecc 100644
|
| --- a/client/tests/client/client.status
|
| +++ b/client/tests/client/client.status
|
| @@ -24,6 +24,7 @@ dom/TypedArrays1Test: Skip
|
|
|
| [ $component == frogium || $component == webdriver ]
|
| dom/WindowNSMETest: Fail # Issue 1837, frog puts top-level members in the global JS namespace.
|
| +dom/HiddenDom2Test: Fail # Issue 1912, frog exposes natives not defined in the class
|
|
|
| [ $component == frogium || ($component == webdriver && ($browser == chrome || $browser == ff || $browser == safari || $browser == ie)) ]
|
| # TODO(vsm): Triage DOM tests.
|
| @@ -44,6 +45,11 @@ html/html_tests: Fail
|
| # TODO(vsm): Triage DOM failures on other browsers.
|
| dom/*: Skip
|
|
|
| +# TODO(nweiz): enable this test again once the functionality being tested
|
| +# is supported.
|
| +[ $component == frogium || ($component == webdriver && ($browser == safari || $browser == ie))]
|
| +html/frog_html_tests: Skip # Issue 1884
|
| +
|
| [ $component == webdriver && $browser == ie && ($system == linux || $system == mac) ]
|
| *: Skip
|
|
|
|
|