Index: tests/co19/co19-dartium.status |
diff --git a/tests/co19/co19-dartium.status b/tests/co19/co19-dartium.status |
index 4b68427321bc4998daa21b55a0d497a8ee12b9e4..7fbd13ccc010a2973a9cce850675fa18b3cc3384 100644 |
--- a/tests/co19/co19-dartium.status |
+++ b/tests/co19/co19-dartium.status |
@@ -2,6 +2,24 @@ |
# for details. All rights reserved. Use of this source code is governed by a |
# BSD-style license that can be found in the LICENSE file. |
+[ $compiler == none && $runtime == drt ] |
+*: Skip # running co19 tests on content_shell would make our dartium cycle-times very long |
+ |
+[ $compiler == none && $runtime == dartium && $system == macos ] |
+LayoutTests/fast/writing-mode/broken-ideographic-font_t01: Skip # Timing out on the bots |
+ |
+[ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] |
+LayoutTests/fast/canvas/canvas-lineDash-input-sequence_t01: Skip # Issue 20867 |
+LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444_t01: Skip # Issue 20540 |
+LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565_t01: Skip # Issue 20540 |
+LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551_t01: Skip # Issue 20540 |
+LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video_t01: Skip # Issue 20540 |
+ |
+[ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid) ] |
+LayoutTests/fast/events/event-on-xhr-document_t01: RuntimeError # Issue 21525 |
+LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-document_t01 # Issue 21525 |
+LayoutTests/fast/xmlhttprequest/xmlhttprequest-responseXML-xml-document-responsetype_t01 # Issue 21525 |
+LayoutTests/fast/xpath/4XPath/Borrowed/od_20000608_t01 # Issue 21525 |
LayoutTests/fast/borders/border-radius-child_t01: Skip # co19 issue 732. |
LayoutTests/fast/css-generated-content/hit-test-generated-content_t01: Skip # co19 issue 732. |
LayoutTests/fast/css/collapsed-whitespace-reattach-in-style-recalc_t01: Skip # co19 issue 732. |
@@ -17,21 +35,6 @@ LayoutTests/fast/sub-pixel/inline-block-with-padding_t01: Skip # co19 issue 732. |
LayoutTests/fast/sub-pixel/size-of-span-with-different-positions_t01: Skip # co19 issue 732. |
LayoutTests/fast/text/international/complex-text-rectangle_t01: Skip # co19 issue 732. |
LayoutTests/fast/text/line-breaks-after-hyphen-before-number_t01: Skip # co19 issue 732. |
- |
-[ $compiler == none && $runtime == drt ] |
-*: Skip # running co19 tests on content_shell would make our dartium cycle-times very long |
- |
-[ $compiler == none && $runtime == dartium && $system == macos ] |
-LayoutTests/fast/writing-mode/broken-ideographic-font_t01: Skip # Timing out on the bots |
- |
-[ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] |
-LayoutTests/fast/canvas/canvas-lineDash-input-sequence_t01: Skip # Issue 20867 |
-LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444_t01: Skip # Issue 20540 |
-LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565_t01: Skip # Issue 20540 |
-LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551_t01: Skip # Issue 20540 |
-LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video_t01: Skip # Issue 20540 |
- |
-[ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid) ] |
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 |