| 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 || $runtime == ContentShellOnAndroid
) ] | 8 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] |
| 9 # Temporarily skip tests, to narrow down new breakage to a particular test by bi
nary search: | 9 # Temporarily skip tests, to narrow down new breakage to a particular test by bi
nary search: |
| 10 LayoutTests/fast/dom: Skip # Unknown tests are breaking the test infrastructure.
Issue 18558 | 10 LayoutTests/fast/dom: Skip # Unknown tests are breaking the test infrastructure.
Issue 18558 |
| (...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 WebPlatformTest/html-templates/parsing-html-templates/clearing-the-stack-back-to
-a-given-context/clearing-stack-back-to-a-table-context_t01: RuntimeError # co19
-roll r722: Please triage this failure. | 451 WebPlatformTest/html-templates/parsing-html-templates/clearing-the-stack-back-to
-a-given-context/clearing-stack-back-to-a-table-context_t01: RuntimeError # co19
-roll r722: Please triage this failure. |
| 452 WebPlatformTest/html-templates/parsing-html-templates/clearing-the-stack-back-to
-a-given-context/clearing-stack-back-to-a-table-row-context_t01: RuntimeError #
co19-roll r722: Please triage this failure. | 452 WebPlatformTest/html-templates/parsing-html-templates/clearing-the-stack-back-to
-a-given-context/clearing-stack-back-to-a-table-row-context_t01: RuntimeError #
co19-roll r722: Please triage this failure. |
| 453 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/ownerdocume
nt-001_t01: RuntimeError # co19-roll r722: Please triage this failure. | 453 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/ownerdocume
nt-001_t01: RuntimeError # co19-roll r722: Please triage this failure. |
| 454 | 454 |
| 455 # co19-roll r738 | 455 # co19-roll r738 |
| 456 WebPlatformTest/DOMEvents/approved/Propagation.path.target.removed_t01: RuntimeE
rror # co19-roll r738: Please triage this failure. | 456 WebPlatformTest/DOMEvents/approved/Propagation.path.target.removed_t01: RuntimeE
rror # co19-roll r738: Please triage this failure. |
| 457 WebPlatformTest/html/dom/elements/global-attributes/dataset-enumeration_t01: Run
timeError # co19-roll r738: Please triage this failure. | 457 WebPlatformTest/html/dom/elements/global-attributes/dataset-enumeration_t01: Run
timeError # co19-roll r738: Please triage this failure. |
| 458 LayoutTests/fast/dom/custom/type-extensions_t01: RuntimeError, Pass # co19-roll
r738: Please triage this failure. | 458 LayoutTests/fast/dom/custom/type-extensions_t01: RuntimeError, Pass # co19-roll
r738: Please triage this failure. |
| 459 LayoutTests/fast/dom/shadow/shadowhost-keyframes_t01: RuntimeError, Pass # co19-
roll r738: Please triage this failure. | 459 LayoutTests/fast/dom/shadow/shadowhost-keyframes_t01: RuntimeError, Pass # co19-
roll r738: Please triage this failure. |
| 460 | 460 |
| 461 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) && $mode == debug ] |
| 462 WebPlatformTest/html/semantics/embedded-content/media-elements/interfaces/TextTr
ack/mode_t01: Skip # Issue 19495. |
| 461 | 463 |
| 462 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 464 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 463 LibTest/math/log_A01_t01: Pass, Fail # co19 issue 44. | 465 LibTest/math/log_A01_t01: Pass, Fail # co19 issue 44. |
| 464 LibTest/html/Element/getBoundingClientRect_A01_t02: RuntimeError # Issue 19127. | 466 LibTest/html/Element/getBoundingClientRect_A01_t02: RuntimeError # Issue 19127. |
| 465 LayoutTests/fast/dom/HTMLLinkElement/prefetch-beforeload_t01: Pass, Fail # Issue
19274. | 467 LayoutTests/fast/dom/HTMLLinkElement/prefetch-beforeload_t01: Pass, Fail # Issue
19274. |
| OLD | NEW |