| 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 # Something is breaking browser_test.dart in the test infrastructure in these te
sts. Issue 18558. | 9 # Something is breaking browser_test.dart in the test infrastructure in these te
sts. Issue 18558. |
| 10 LayoutTests/fast/dom/HTMLB*: Skip # Issue 18558 | 10 LayoutTests/fast/dom/HTMLB*: Skip # Issue 18558 |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 LibTest/html/Node/ownerDocument_A01_t01: RuntimeError # co19-roll r722: Please t
riage this failure. | 388 LibTest/html/Node/ownerDocument_A01_t01: RuntimeError # co19-roll r722: Please t
riage this failure. |
| 389 WebPlatformTest/custom-elements/instantiating/createElementNS_A05_t01: RuntimeEr
ror # co19-roll r722: Please triage this failure. | 389 WebPlatformTest/custom-elements/instantiating/createElementNS_A05_t01: RuntimeEr
ror # co19-roll r722: Please triage this failure. |
| 390 WebPlatformTest/custom-elements/instantiating/createElement_A05_t01: RuntimeErro
r # co19-roll r722: Please triage this failure. | 390 WebPlatformTest/custom-elements/instantiating/createElement_A05_t01: RuntimeErro
r # co19-roll r722: Please triage this failure. |
| 391 WebPlatformTest/html-templates/parsing-html-templates/clearing-the-stack-back-to
-a-given-context/clearing-stack-back-to-a-table-body-context_t01: RuntimeError #
co19-roll r722: Please triage this failure. | 391 WebPlatformTest/html-templates/parsing-html-templates/clearing-the-stack-back-to
-a-given-context/clearing-stack-back-to-a-table-body-context_t01: RuntimeError #
co19-roll r722: Please triage this failure. |
| 392 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. | 392 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. |
| 393 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. | 393 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. |
| 394 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/ownerdocume
nt-001_t01: RuntimeError # co19-roll r722: Please triage this failure. | 394 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/ownerdocume
nt-001_t01: RuntimeError # co19-roll r722: Please triage this failure. |
| 395 | 395 |
| 396 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 396 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 397 LibTest/math/log_A01_t01: Pass, Fail # co19 issue 44. | 397 LibTest/math/log_A01_t01: Pass, Fail # co19 issue 44. |
| 398 LibTest/html/Element/getBoundingClientRect_A01_t02: RuntimeError # Issue 19127. |
| OLD | NEW |