| Index: client/tests/client/client.status
|
| diff --git a/client/tests/client/client.status b/client/tests/client/client.status
|
| index e86e4547e60abd8c89ea7e6ce58805a5fb2c19e3..0d81d1a7a41b7b3eea6b0dd82c4c3d5564deafe2 100644
|
| --- a/client/tests/client/client.status
|
| +++ b/client/tests/client/client.status
|
| @@ -10,7 +10,9 @@ dom/AudioContextTest: Fail
|
| dom/HTMLElementTest: Fail
|
| dom/IsolateLightTest: Fail
|
| dom/NativeGCTest: Fail # Issue 1448.
|
| +dom/TypedArrays2Test: Pass, Fail # Dartium needs to implement 3 arg constructor
|
| html/frog_html_tests: Skip
|
| +html/TypedArrays2Test: Pass, Fail # Dartium dart:html needs to implement 3 arg constructor
|
|
|
| [ $component == dartium && $system == windows ]
|
| dom/DOMIsolatesTest: Skip
|
| @@ -36,11 +38,15 @@ dom/ImplementationTest: Fail
|
| dom/HistoryTest: Fail
|
| html/html_tests: Pass, Fail # "Measurement measurement is async but before" See issue 1946.
|
|
|
| -[ $runtime == ff || $runtime == safari || $runtime == ie) ]
|
| +[ $runtime == ff || $runtime == safari || $runtime == ie ]
|
| html/html_tests: Fail
|
| # TODO(vsm): Triage DOM failures on other browsers.
|
| dom/*: Skip
|
|
|
| +[ $runtime == ie ]
|
| +html/TypedArrays1Test: Skip # ie9 does not have typed arrays.
|
| +html/TypedArrays2Test: Skip
|
| +
|
| # TODO(nweiz): enable this test again once the functionality being tested
|
| # is supported.
|
| [ ($compiler == frog && $runtime == drt) || $runtime == safari || $runtime == ie]
|
|
|