| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 [ $compiler == none && $runtime == drt ] | 5 [ $compiler == none && $runtime == drt ] |
| 6 *: Skip # running co19 tests on content_shell would make our dartium cycle-times
very long | 6 *: Skip # running co19 tests on content_shell would make our dartium cycle-times
very long |
| 7 | 7 |
| 8 [ $compiler == none && $runtime == dartium && $system == macos ] | 8 [ $compiler == none && $runtime == dartium && $system == macos ] |
| 9 LayoutTests/fast/writing-mode/broken-ideographic-font_t01: Skip # Timing out on
the bots. Please triage this failure. | 9 LayoutTests/fast/writing-mode/broken-ideographic-font_t01: Skip # Timing out on
the bots. Please triage this failure. |
| 10 LayoutTests/fast/css-generated-content/pseudo-animation-before-onload_t01: Skip
# Depends on animation timing, commented as known to be flaky in test. Will not
fix. | 10 LayoutTests/fast/css-generated-content/pseudo-animation-before-onload_t01: Skip
# Depends on animation timing, commented as known to be flaky in test. Will not
fix. |
| 11 LayoutTests/fast/writing-mode/vertical-inline-block-hittest_t01: Pass, RuntimeEr
ror # Issue 21605 | 11 LayoutTests/fast/writing-mode/vertical-inline-block-hittest_t01: Pass, RuntimeEr
ror # Issue 21605 |
| 12 LayoutTests/fast/writing-mode/flipped-blocks-hit-test-overflow_t01: Pass, Runtim
eError # Issue 21605 | 12 LayoutTests/fast/writing-mode/flipped-blocks-hit-test-overflow_t01: Pass, Runtim
eError # Issue 21605 |
| 13 | 13 |
| 14 [ $compiler == none && $runtime == dartium && $system == windows ] | 14 [ $compiler == none && $runtime == dartium && $system == windows ] |
| 15 LayoutTests/fast/writing-mode/vertical-inline-block-hittest_t01: Pass, RuntimeEr
ror # Issue 21605 | 15 LayoutTests/fast/writing-mode/vertical-inline-block-hittest_t01: Pass, RuntimeEr
ror # Issue 21605 |
| 16 | 16 |
| 17 [ $compiler == none && $runtime == dartium ] | 17 [ $compiler == none && $runtime == dartium ] |
| 18 LayoutTests/fast/dom/custom/document-register-basic_t01: RuntimeError # Bad test
can't register HtmlElement. | 18 LayoutTests/fast/dom/custom/document-register-basic_t01: RuntimeError # Bad test
can't register HtmlElement. |
| 19 LayoutTests/fast/dom/StyleSheet/css-medialist-item_t01: RuntimeError # Dartium J
SInterop failure | 19 LayoutTests/fast/dom/StyleSheet/css-medialist-item_t01: RuntimeError # Dartium J
SInterop failure |
| 20 LayoutTests/fast/dom/navigatorcontentutils/is-protocol-handler-registered_t01: R
untimeError # Dartium JSInterop failure | 20 LayoutTests/fast/dom/navigatorcontentutils/is-protocol-handler-registered_t01: R
untimeError # Dartium JSInterop failure |
| 21 LayoutTests/fast/dom/navigatorcontentutils/unregister-protocol-handler_t01: Runt
imeError # Dartium JSInterop failure | 21 LayoutTests/fast/dom/navigatorcontentutils/unregister-protocol-handler_t01: Runt
imeError # Dartium JSInterop failure |
| 22 LayoutTests/fast/events/remove-event-listener_t01: RuntimeError # Dartium JSInte
rop failure | 22 LayoutTests/fast/events/remove-event-listener_t01: RuntimeError # Dartium JSInte
rop failure |
| 23 LayoutTests/fast/xpath/4XPath/Core/test_parser_t01: RuntimeError # Dartium JSInt
erop failure | 23 LayoutTests/fast/xpath/4XPath/Core/test_parser_t01: RuntimeError # Dartium JSInt
erop failure |
| 24 LayoutTests/fast/xpath/attr-namespace_t01: RuntimeError # Dartium JsInterop fail
ure | 24 LayoutTests/fast/xpath/attr-namespace_t01: RuntimeError # Dartium JsInterop fail
ure |
| 25 LayoutTests/fast/xpath/py-dom-xpath/abbreviations_t01: RuntimeError # Dartium JS
Interop failure | 25 LayoutTests/fast/xpath/py-dom-xpath/abbreviations_t01: RuntimeError # Dartium JS
Interop failure |
| 26 LayoutTests/fast/xpath/py-dom-xpath/axes_t01: RuntimeError # Dartium JSInterop f
ailure | 26 LayoutTests/fast/xpath/py-dom-xpath/axes_t01: RuntimeError # Dartium JSInterop f
ailure |
| 27 WebPlatformTest/custom-elements/instantiating/isAttribute_A02_t01: RuntimeError
# Dartium JSInterop failure | 27 WebPlatformTest/custom-elements/instantiating/isAttribute_A02_t01: RuntimeError
# Dartium JSInterop failure |
| 28 WebPlatformTest/shadow-dom/events/retargeting-focus-events/test-001_t01: Pass, R
untimeError # Flaky with Dartium JsInterop. Seems like timing issues in the test
. | 28 WebPlatformTest/shadow-dom/events/retargeting-focus-events/test-001_t01: Pass, R
untimeError # Flaky with Dartium JsInterop. Seems like timing issues in the test
. |
| 29 LibTest/html/IFrameElement/IFrameElement.created_A01_t01: RuntimeError # Issue 2
4568 | 29 LibTest/html/IFrameElement/IFrameElement.created_A01_t01: RuntimeError # Issue 2
4568 |
| 30 LibTest/html/Window/document_A01_t01: RuntimeError # Issue 24585 |
| 30 | 31 |
| 31 [ $compiler == none && $runtime == dartium && $checked ] | 32 [ $compiler == none && $runtime == dartium && $checked ] |
| 32 LayoutTests/fast/css/style-scoped/style-scoped-scoping-nodes-different-order_t01
: RuntimeError # Dartium JSInterop failure | 33 LayoutTests/fast/css/style-scoped/style-scoped-scoping-nodes-different-order_t01
: RuntimeError # Dartium JSInterop failure |
| 34 LibTest/html/Window/requestFileSystem_A02_t01: Skip # Times out. Issue 24585. T
his also has an untriaged dartium failure, in the section below. |
| 35 WebPlatformTest/html/browsers/browsing-the-web/read-text/load-text-plain_t01: Ru
ntimeError # Issue 24585 |
| 33 | 36 |
| 34 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] | 37 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] |
| 35 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444_t01
: Skip # Issue 20540 | 38 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444_t01
: Skip # Issue 20540 |
| 36 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565_t01:
Skip # Issue 20540 | 39 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565_t01:
Skip # Issue 20540 |
| 37 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551_t01
: Skip # Issue 20540 | 40 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551_t01
: Skip # Issue 20540 |
| 38 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video_t01: Skip #
Issue 20540 | 41 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video_t01: Skip #
Issue 20540 |
| 39 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t01: Fail # Issue 22007 | 42 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t01: Fail # Issue 22007 |
| 40 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t03: Fail # Issue 22007 | 43 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t03: Fail # Issue 22007 |
| 41 Language/14_Libraries_and_Scripts/3_Parts_A01_t05: Skip # Times out flakily. Iss
ue 20881 | 44 Language/14_Libraries_and_Scripts/3_Parts_A01_t05: Skip # Times out flakily. Iss
ue 20881 |
| 42 LayoutTests/fast/speechsynthesis/*: Skip # Times out on Dartium. Fails elsewhere
. Issue 22017 | 45 LayoutTests/fast/speechsynthesis/*: Skip # Times out on Dartium. Fails elsewhere
. Issue 22017 |
| (...skipping 1276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1319 LayoutTests/fast/css/fontfaceset-events_t01: Pass, RuntimeError # Issue 23433 | 1322 LayoutTests/fast/css/fontfaceset-events_t01: Pass, RuntimeError # Issue 23433 |
| 1320 LayoutTests/fast/events/clipboard-dataTransferItemList-remove_t01: RuntimeError
# Issue 22532 | 1323 LayoutTests/fast/events/clipboard-dataTransferItemList-remove_t01: RuntimeError
# Issue 22532 |
| 1321 LayoutTests/fast/forms/textarea-paste-newline_t01: Pass, RuntimeError # Issue 23
433 | 1324 LayoutTests/fast/forms/textarea-paste-newline_t01: Pass, RuntimeError # Issue 23
433 |
| 1322 LayoutTests/fast/canvas/canvas-currentTransform_t01: RuntimeError # Feature is b
ehind a flag in Chrome | 1325 LayoutTests/fast/canvas/canvas-currentTransform_t01: RuntimeError # Feature is b
ehind a flag in Chrome |
| 1323 LayoutTests/fast/files/blob-close-revoke_t01: RuntimeError # Experimental featur
e not exposed anywhere yet | 1326 LayoutTests/fast/files/blob-close-revoke_t01: RuntimeError # Experimental featur
e not exposed anywhere yet |
| 1324 LayoutTests/fast/forms/file/file-input-capture_t01: RuntimeError # Experimental
feature not exposed in Chrome yet | 1327 LayoutTests/fast/forms/file/file-input-capture_t01: RuntimeError # Experimental
feature not exposed in Chrome yet |
| 1325 LayoutTests/fast/forms/input-inputmode_t01: RuntimeError # Experimental feature
not exposed in Chrome yet | 1328 LayoutTests/fast/forms/input-inputmode_t01: RuntimeError # Experimental feature
not exposed in Chrome yet |
| 1326 | 1329 |
| 1327 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) && $system != windows ] | 1330 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) && $system != windows ] |
| 1328 LayoutTests/fast/css/font-face-unicode-range-monospace_t01: RuntimeError # co19-
roll r761: Please triage this failure. | 1331 LayoutTests/fast/css/font-face-unicode-range-monospace_t01: RuntimeError # co19-
roll r761: Please triage this failure. |
| OLD | NEW |