| 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 |
| (...skipping 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1378 LayoutTests/fast/events/clipboard-dataTransferItemList-remove_t01: Skip # Issue
26134, timesout | 1378 LayoutTests/fast/events/clipboard-dataTransferItemList-remove_t01: Skip # Issue
26134, timesout |
| 1379 LibTest/html/Document/text_A01_t01: RuntimeError # Issue 26134 | 1379 LibTest/html/Document/text_A01_t01: RuntimeError # Issue 26134 |
| 1380 LibTest/html/Document/insertBefore_A01_t01: RuntimeError # Issue 26134 | 1380 LibTest/html/Document/insertBefore_A01_t01: RuntimeError # Issue 26134 |
| 1381 LibTest/html/Document/insertAllBefore_A01_t01: RuntimeError # Issue 26134 | 1381 LibTest/html/Document/insertAllBefore_A01_t01: RuntimeError # Issue 26134 |
| 1382 LibTest/html/IFrameElement/insertBefore_A01_t01: RuntimeError # Issue 26134 | 1382 LibTest/html/IFrameElement/insertBefore_A01_t01: RuntimeError # Issue 26134 |
| 1383 LibTest/html/IFrameElement/insertAllBefore_A01_t01: RuntimeError # Issue 26134 | 1383 LibTest/html/IFrameElement/insertAllBefore_A01_t01: RuntimeError # Issue 26134 |
| 1384 LibTest/html/Element/text_A01_t01: RuntimeError # Issue 26134 | 1384 LibTest/html/Element/text_A01_t01: RuntimeError # Issue 26134 |
| 1385 LibTest/html/Element/insertBefore_A01_t01: RuntimeError # Issue 26134 | 1385 LibTest/html/Element/insertBefore_A01_t01: RuntimeError # Issue 26134 |
| 1386 LibTest/html/Element/insertAllBefore_A01_t01: RuntimeError # Issue 26134 | 1386 LibTest/html/Element/insertAllBefore_A01_t01: RuntimeError # Issue 26134 |
| 1387 LibTest/html/CanvasRenderingContext2D/addEventListener_A01_t06: Skip # Issue 261
34, timeout | 1387 LibTest/html/CanvasRenderingContext2D/addEventListener_A01_t06: Skip # Issue 261
34, timeout |
| 1388 html/cross_domain_iframe_test: RuntimeError # Issue 26134 | |
| OLD | NEW |