| Index: client/tests/client/client.status
|
| diff --git a/client/tests/client/client.status b/client/tests/client/client.status
|
| index 92ec25f995d0925eba832c7a22b7b36d70a9cc87..ab7f49fd34f54755c250528ecadb37dcbd424378 100644
|
| --- a/client/tests/client/client.status
|
| +++ b/client/tests/client/client.status
|
| @@ -14,7 +14,7 @@ layout/layout_tests: Skip # Issue 152.
|
| touch/touch_tests: Skip # Issue 157.
|
| html/html_tests: Skip # Doesn't recognize SVGElement constructors
|
|
|
| -[ $component == frogium ]
|
| +[ $component == frogium || ($component == webdriver && $browser == chrome) ]
|
| touch/touch_tests: Fail # Issue 157.
|
| layout/layout_tests: Skip # Issue 152, also seems flaky
|
| samples/dartcombat/dartcombat_tests: Skip # passes locally but timeout on bot?
|
| @@ -25,6 +25,15 @@ samples/total/total_tests: Skip # Issue 867.
|
| [ $component == frogium && $checked ]
|
| html/html_tests: Fail # HTMLDivElement not assignable to EventTarget
|
|
|
| +[ $component == webdriver && $browser == ff ]
|
| +*: Skip
|
| +
|
| +[ $component == webdriver && $browser == ie && ($system == linux || $system == mac) ]
|
| +*: Skip
|
| +
|
| +[ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
|
| +*: Skip
|
| +
|
| [ $component == chromium && $mode == release ]
|
|
|
|
|
|
|