| 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
|| $runtime == drt) ] |
| 9 LibTest/html/Window/document_A01_t01: RuntimeError # Issue 20146 |
| 10 LibTest/html/Window/postMessage_A01_t02: RuntimeError # Issue 20146 |
| 11 LibTest/html/Window/moveBy_A01_t01: RuntimeError # Issue 20146 |
| 12 |
| 8 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] | 13 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] |
| 9 # Temporarily skip tests, to narrow down new breakage to a particular test by bi
nary search: | 14 # 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 | 15 LayoutTests/fast/dom: Skip # Unknown tests are breaking the test infrastructure.
Issue 18558 |
| 11 | 16 |
| 12 LayoutTests/fast/dom/HTMLButtonElement/change-type_t01: Skip # Breaks the test i
nfrastructure. Issue 18558 | 17 LayoutTests/fast/dom/HTMLButtonElement/change-type_t01: Skip # Breaks the test i
nfrastructure. Issue 18558 |
| 13 LayoutTests/fast/dom/shadow/form-in-shadow_t01: Skip # Breaks the test infrastru
cture. Issue 18558. | 18 LayoutTests/fast/dom/shadow/form-in-shadow_t01: Skip # Breaks the test infrastru
cture. Issue 18558. |
| 14 # Only one of the next two causes the problem - not sure which. | 19 # Only one of the next two causes the problem - not sure which. |
| 15 LayoutTests/fast/dom/Range/create-contextual-fragment-script-not-ran_t01: Skip #
Breaks the test infrastructure. Issue 18558. | 20 LayoutTests/fast/dom/Range/create-contextual-fragment-script-not-ran_t01: Skip #
Breaks the test infrastructure. Issue 18558. |
| 16 LayoutTests/fast/dom/Range/bug-19527_t01: Skip # Breaks the test infrastructure.
Issue 18558. | 21 LayoutTests/fast/dom/Range/bug-19527_t01: Skip # Breaks the test infrastructure.
Issue 18558. |
| 17 LayoutTests/fast/dom/MutationObserver/database-callback-delivery_t01: Skip # Bre
aks the test infrastructure. Issue 18558. | 22 LayoutTests/fast/dom/MutationObserver/database-callback-delivery_t01: Skip # Bre
aks the test infrastructure. Issue 18558. |
| (...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 LayoutTests/fast/dom/shadow/shadowhost-keyframes_t01: RuntimeError, Pass # co19-
roll r738: Please triage this failure. | 466 LayoutTests/fast/dom/shadow/shadowhost-keyframes_t01: RuntimeError, Pass # co19-
roll r738: Please triage this failure. |
| 462 | 467 |
| 463 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) && $mode == debug ] | 468 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) && $mode == debug ] |
| 464 WebPlatformTest/html/semantics/embedded-content/media-elements/interfaces/TextTr
ack/mode_t01: Skip # Issue 19495. | 469 WebPlatformTest/html/semantics/embedded-content/media-elements/interfaces/TextTr
ack/mode_t01: Skip # Issue 19495. |
| 465 | 470 |
| 466 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 471 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 467 LibTest/math/log_A01_t01: Pass, Fail # co19 issue 44. | 472 LibTest/math/log_A01_t01: Pass, Fail # co19 issue 44. |
| 468 LibTest/html/Element/getBoundingClientRect_A01_t02: RuntimeError # Issue 19127. | 473 LibTest/html/Element/getBoundingClientRect_A01_t02: RuntimeError # Issue 19127. |
| 469 LayoutTests/fast/dom/HTMLLinkElement/prefetch-beforeload_t01: Pass, Fail # Issue
19274. | 474 LayoutTests/fast/dom/HTMLLinkElement/prefetch-beforeload_t01: Pass, Fail # Issue
19274. |
| 470 WebPlatformTest/dom/nodes/Node-parentNode_t01: Skip # Times out. Issue 19127. | 475 WebPlatformTest/dom/nodes/Node-parentNode_t01: Skip # Times out. Issue 19127. |
| OLD | NEW |