Chromium Code Reviews| 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: | |
| 10 LayoutTests/fast/dom: Skip # Unknown tests are breaking the test infrastructure. Issue 118558 | |
|
kustermann
2014/06/13 13:14:28
This issue doesn't exist.
Bill Hesse
2014/06/13 21:17:58
fixed typo - 18558.
| |
| 11 | |
| 9 LayoutTests/fast/dom/HTMLButtonElement/change-type_t01: Skip # Breaks the test i nfrastructure. Issue 18558 | 12 LayoutTests/fast/dom/HTMLButtonElement/change-type_t01: Skip # Breaks the test i nfrastructure. Issue 18558 |
| 10 LayoutTests/fast/dom/shadow/form-in-shadow_t01: Skip # Breaks the test infrastru cture. Issue 18558. | 13 LayoutTests/fast/dom/shadow/form-in-shadow_t01: Skip # Breaks the test infrastru cture. Issue 18558. |
| 11 # Only one of the next two causes the problem - not sure which. | 14 # Only one of the next two causes the problem - not sure which. |
| 12 LayoutTests/fast/dom/Range/create-contextual-fragment-script-not-ran_t01: Skip # Breaks the test infrastructure. Issue 18558. | 15 LayoutTests/fast/dom/Range/create-contextual-fragment-script-not-ran_t01: Skip # Breaks the test infrastructure. Issue 18558. |
| 13 LayoutTests/fast/dom/Range/bug-19527_t01: Skip # Breaks the test infrastructure. Issue 18558. | 16 LayoutTests/fast/dom/Range/bug-19527_t01: Skip # Breaks the test infrastructure. Issue 18558. |
| 14 | 17 |
| 15 | 18 |
| 16 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Pass, Fail # Issue 13719: Please triage this failure. | 19 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Pass, Fail # Issue 13719: Please triage this failure. |
| 17 Language/14_Libraries_and_Scripts/3_Parts_A02_t02: Skip # Issue 13719: Please tr iage this failure. | 20 Language/14_Libraries_and_Scripts/3_Parts_A02_t02: Skip # Issue 13719: Please tr iage this failure. |
| 18 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: Pass # Issue 14478: This sh ould break. | 21 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: Pass # Issue 14478: This sh ould break. |
| (...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 453 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. |
| 454 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. |
| 455 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. |
| 456 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. |
| 457 | 460 |
| 458 | 461 |
| 459 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 462 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 460 LibTest/math/log_A01_t01: Pass, Fail # co19 issue 44. | 463 LibTest/math/log_A01_t01: Pass, Fail # co19 issue 44. |
| 461 LibTest/html/Element/getBoundingClientRect_A01_t02: RuntimeError # Issue 19127. | 464 LibTest/html/Element/getBoundingClientRect_A01_t02: RuntimeError # Issue 19127. |
| 462 LayoutTests/fast/dom/HTMLLinkElement/prefetch-beforeload_t01: Pass, Fail # Issue 19274. | 465 LayoutTests/fast/dom/HTMLLinkElement/prefetch-beforeload_t01: Pass, Fail # Issue 19274. |
| OLD | NEW |