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/css-generated-content/pseudo-animation-before-onload_t01: Skip
# Depends on animation timing, commented as known to be flaky in test. Will not
fix. | 9 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/forms/input-value-sanitization_t01: RuntimeError # 45 roll | 10 LayoutTests/fast/forms/input-value-sanitization_t01: RuntimeError # 45 roll |
11 LayoutTests/fast/writing-mode/broken-ideographic-font_t01: Skip # Timing out on
the bots. Please triage this failure. | 11 LayoutTests/fast/writing-mode/broken-ideographic-font_t01: Skip # Timing out on
the bots. Please triage this failure. |
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 LayoutTests/fast/writing-mode/vertical-inline-block-hittest_t01: Pass, RuntimeEr
ror # Issue 21605 | 13 LayoutTests/fast/writing-mode/vertical-inline-block-hittest_t01: Pass, RuntimeEr
ror # Issue 21605 |
| 14 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timing out on the bot
s. Please triage this failure. |
| 15 WebPlatformTest/custom-elements/concepts/type_A07_t01: Skip # Timing out on the
bots. Please triage this failure. |
14 | 16 |
15 [ $compiler == none && $runtime == dartium && $system == windows ] | 17 [ $compiler == none && $runtime == dartium && $system == windows ] |
16 LayoutTests/fast/writing-mode/vertical-inline-block-hittest_t01: Pass, RuntimeEr
ror # Issue 21605 | 18 LayoutTests/fast/writing-mode/vertical-inline-block-hittest_t01: Pass, RuntimeEr
ror # Issue 21605 |
17 WebPlatformTest/shadow-dom/events/retargeting-focus-events/test-001_t01: Skip #
Timesout Issue 26134 | 19 WebPlatformTest/shadow-dom/events/retargeting-focus-events/test-001_t01: Skip #
Timesout Issue 26134 |
18 WebPlatformTest/shadow-dom/events/retargeting-focus-events/test-002_t01: Skip #
Timesout sporadically | 20 WebPlatformTest/shadow-dom/events/retargeting-focus-events/test-002_t01: Skip #
Timesout sporadically |
19 WebPlatformTest/shadow-dom/events/retargeting-focus-events/test-003_t01: Skip #
Timesout sporadically | 21 WebPlatformTest/shadow-dom/events/retargeting-focus-events/test-003_t01: Skip #
Timesout sporadically |
20 LayoutTests/fast/css/MarqueeLayoutTest_t01: Pass, RuntimeError # Please triage t
his failure | 22 LayoutTests/fast/css/MarqueeLayoutTest_t01: Pass, RuntimeError # Please triage t
his failure |
21 | 23 |
22 [ $compiler == none && $runtime == dartium && $system != windows ] | 24 [ $compiler == none && $runtime == dartium && $system != windows ] |
23 LayoutTests/fast/css/font-face-unicode-range-monospace_t01: RuntimeError # co19-
roll r761: Please triage this failure. | 25 LayoutTests/fast/css/font-face-unicode-range-monospace_t01: RuntimeError # co19-
roll r761: Please triage this failure. |
(...skipping 1298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1322 LibTest/html/Document/text_A01_t01: RuntimeError # Issue 26134 | 1324 LibTest/html/Document/text_A01_t01: RuntimeError # Issue 26134 |
1323 LibTest/html/Document/insertBefore_A01_t01: RuntimeError # Issue 26134 | 1325 LibTest/html/Document/insertBefore_A01_t01: RuntimeError # Issue 26134 |
1324 LibTest/html/Document/insertAllBefore_A01_t01: RuntimeError # Issue 26134 | 1326 LibTest/html/Document/insertAllBefore_A01_t01: RuntimeError # Issue 26134 |
1325 LibTest/html/IFrameElement/insertBefore_A01_t01: RuntimeError # Issue 26134 | 1327 LibTest/html/IFrameElement/insertBefore_A01_t01: RuntimeError # Issue 26134 |
1326 LibTest/html/IFrameElement/insertAllBefore_A01_t01: RuntimeError # Issue 26134 | 1328 LibTest/html/IFrameElement/insertAllBefore_A01_t01: RuntimeError # Issue 26134 |
1327 LibTest/html/Element/text_A01_t01: RuntimeError # Issue 26134 | 1329 LibTest/html/Element/text_A01_t01: RuntimeError # Issue 26134 |
1328 LibTest/html/Element/insertBefore_A01_t01: RuntimeError # Issue 26134 | 1330 LibTest/html/Element/insertBefore_A01_t01: RuntimeError # Issue 26134 |
1329 LibTest/html/Element/insertAllBefore_A01_t01: RuntimeError # Issue 26134 | 1331 LibTest/html/Element/insertAllBefore_A01_t01: RuntimeError # Issue 26134 |
1330 LibTest/html/CanvasRenderingContext2D/addEventListener_A01_t06: Skip # Issue 261
34, timeout | 1332 LibTest/html/CanvasRenderingContext2D/addEventListener_A01_t06: Skip # Issue 261
34, timeout |
1331 html/cross_domain_iframe_test: RuntimeError # Issue 26134 | 1333 html/cross_domain_iframe_test: RuntimeError # Issue 26134 |
OLD | NEW |