| Index: tests/co19/co19-dartium.status
|
| diff --git a/tests/co19/co19-dartium.status b/tests/co19/co19-dartium.status
|
| index b17428029a45fef7efeb08ec6a4d2961a3fcce3b..5f37f97f74b0d4307e22f9dcd2898ad59b552ddc 100644
|
| --- a/tests/co19/co19-dartium.status
|
| +++ b/tests/co19/co19-dartium.status
|
| @@ -5,6 +5,11 @@
|
| [ $compiler == none && $runtime == drt ]
|
| *: Skip # running co19 tests on content_shell would make our dartium cycle-times very long
|
|
|
| +[ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid || $runtime == drt) ]
|
| +LibTest/html/Window/document_A01_t01: RuntimeError # Issue 20146
|
| +LibTest/html/Window/postMessage_A01_t02: RuntimeError # Issue 20146
|
| +LibTest/html/Window/moveBy_A01_t01: RuntimeError # Issue 20146
|
| +
|
| [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid) ]
|
| # Temporarily skip tests, to narrow down new breakage to a particular test by binary search:
|
| LayoutTests/fast/dom: Skip # Unknown tests are breaking the test infrastructure. Issue 18558
|
|
|