Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Side by Side Diff: dart/tests/co19/co19-dartium.status

Issue 614903010: Update status for dartium flaky co19 tests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 && $mode == debug && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] 8 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
9 LayoutTests/fast/canvas/canvas-lineDash-input-sequence_t01: Skip # Issue 20867 9 LayoutTests/fast/canvas/canvas-lineDash-input-sequence_t01: Skip # Issue 20867
10 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444_t01 : Skip # Issue 20540 10 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444_t01 : Skip # Issue 20540
11 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565_t01: Skip # Issue 20540 11 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565_t01: Skip # Issue 20540
12 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551_t01 : Skip # Issue 20540 12 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551_t01 : Skip # Issue 20540
13 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video_t01: Skip # Issue 20540 13 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video_t01: Skip # Issue 20540
14 14
15 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ] 15 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ]
16 LibTest/html/Window/document_A01_t01: RuntimeError # Issue 20146 16 LibTest/html/Window/document_A01_t01: RuntimeError # Issue 20146
17 LibTest/html/Window/postMessage_A01_t02: RuntimeError # Issue 20146 17 LibTest/html/Window/postMessage_A01_t02: RuntimeError # Issue 20146
18 LibTest/html/Window/moveBy_A01_t01: RuntimeError # Issue 20146 18 LibTest/html/Window/moveBy_A01_t01: RuntimeError # Issue 20146
19 LayoutTests/fast/dom: Skip # Unknown tests are breaking the test infrastructure. Issue 18558 19 LayoutTests/fast/dom: Skip # Unknown tests are breaking the test infrastructure. Issue 18558
20 LayoutTests/fast/css-generated-content/malformed-url_t01.dart: Skip # Breaks the test infrastructure. Issue 18558.
21 LayoutTests/fast/css-generated-content/bug91547_t01.dart: Skip # Breaks the test infrastructure. Issue 18558.
20 LayoutTests/fast/dom/HTMLButtonElement/change-type_t01: Skip # Breaks the test i nfrastructure. Issue 18558 22 LayoutTests/fast/dom/HTMLButtonElement/change-type_t01: Skip # Breaks the test i nfrastructure. Issue 18558
21 LayoutTests/fast/dom/shadow/form-in-shadow_t01: Skip # Breaks the test infrastru cture. Issue 18558. 23 LayoutTests/fast/dom/shadow/form-in-shadow_t01: Skip # Breaks the test infrastru cture. Issue 18558.
22 # Only one of the next two causes the problem - not sure which. 24 # Only one of the next two causes the problem - not sure which.
23 LayoutTests/fast/dom/Range/create-contextual-fragment-script-not-ran_t01: Skip # Breaks the test infrastructure. Issue 18558. 25 LayoutTests/fast/dom/Range/create-contextual-fragment-script-not-ran_t01: Skip # Breaks the test infrastructure. Issue 18558.
24 LayoutTests/fast/dom/Range/bug-19527_t01: Skip # Breaks the test infrastructure. Issue 18558. 26 LayoutTests/fast/dom/Range/bug-19527_t01: Skip # Breaks the test infrastructure. Issue 18558.
25 LayoutTests/fast/dom/MutationObserver/database-callback-delivery_t01: Skip # Bre aks the test infrastructure. Issue 18558. 27 LayoutTests/fast/dom/MutationObserver/database-callback-delivery_t01: Skip # Bre aks the test infrastructure. Issue 18558.
28 LayoutTests/fast/filesystem/file-after-reload-crash_t01.dart: Skip # Breaks the test infrastructure. Issue 18558.
26 29
27 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Pass, Fail # Issue 13719: Please triage this failure. 30 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Pass, Fail # Issue 13719: Please triage this failure.
28 Language/14_Libraries_and_Scripts/3_Parts_A02_t02: Skip # Issue 13719: Please tr iage this failure. 31 Language/14_Libraries_and_Scripts/3_Parts_A02_t02: Skip # Issue 13719: Please tr iage this failure.
29 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: Pass # Issue 14478: This sh ould break. 32 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: Pass # Issue 14478: This sh ould break.
30 LibTest/async/Completer/completeError_A02_t01: Pass, Fail # Issue 13719: Please triage this failure. 33 LibTest/async/Completer/completeError_A02_t01: Pass, Fail # Issue 13719: Please triage this failure.
31 LibTest/core/int/operator_left_shift_A01_t02: Pass, Fail # Issue 13719: Please t riage this failure. 34 LibTest/core/int/operator_left_shift_A01_t02: Pass, Fail # Issue 13719: Please t riage this failure.
32 LibTest/isolate/SendPort/send_A02_t01: Fail # Issue 13921 35 LibTest/isolate/SendPort/send_A02_t01: Fail # Issue 13921
33 LibTest/isolate/SendPort/send_A02_t04: Fail # Issue 13921 36 LibTest/isolate/SendPort/send_A02_t04: Fail # Issue 13921
34 LibTest/isolate/SendPort/send_A02_t05: Fail # Issue 13921 37 LibTest/isolate/SendPort/send_A02_t05: Fail # Issue 13921
35 LibTest/isolate/SendPort/send_A02_t06: Fail # Issue 13921 38 LibTest/isolate/SendPort/send_A02_t06: Fail # Issue 13921
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 WebPlatformTest/html/webappapis/system-state-and-capabilities/the-navigator-obje ct/protocol_t00: RuntimeError # co19-roll r761: Please triage this failure. 588 WebPlatformTest/html/webappapis/system-state-and-capabilities/the-navigator-obje ct/protocol_t00: RuntimeError # co19-roll r761: Please triage this failure.
586 WebPlatformTest/webstorage/event_constructor_t01: RuntimeError # co19-roll r761: Please triage this failure. 589 WebPlatformTest/webstorage/event_constructor_t01: RuntimeError # co19-roll r761: Please triage this failure.
587 WebPlatformTest/webstorage/event_constructor_t02: RuntimeError # co19-roll r761: Please triage this failure. 590 WebPlatformTest/webstorage/event_constructor_t02: RuntimeError # co19-roll r761: Please triage this failure.
588 WebPlatformTest/webstorage/event_local_key_t01: RuntimeError # co19-roll r761: P lease triage this failure. 591 WebPlatformTest/webstorage/event_local_key_t01: RuntimeError # co19-roll r761: P lease triage this failure.
589 WebPlatformTest/webstorage/event_session_key_t01: RuntimeError # co19-roll r761: Please triage this failure. 592 WebPlatformTest/webstorage/event_session_key_t01: RuntimeError # co19-roll r761: Please triage this failure.
590 WebPlatformTest/webstorage/storage_local_setitem_quotaexceedederr_t01: Skip # Ti mes out flakily. co19-roll r761: Please triage this failure. 593 WebPlatformTest/webstorage/storage_local_setitem_quotaexceedederr_t01: Skip # Ti mes out flakily. co19-roll r761: Please triage this failure.
591 WebPlatformTest/webstorage/storage_session_setitem_quotaexceedederr_t01: Skip # Times out flakily. co19-roll r761: Please triage this failure. 594 WebPlatformTest/webstorage/storage_session_setitem_quotaexceedederr_t01: Skip # Times out flakily. co19-roll r761: Please triage this failure.
592 595
593 # co19-roll r786 596 # co19-roll r786
594 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: RuntimeError # co19-roll r7 86: Please triage this failure. 597 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: RuntimeError # co19-roll r7 86: Please triage this failure.
598 LayoutTests/fast/css/font-face-insert-link_t01: Pass, RuntimeError # co19-roll r 786: Please triage this failure.
595 LayoutTests/fast/css-generated-content/malformed-url_t01: RuntimeError # co19-ro ll r786: Please triage this failure. 599 LayoutTests/fast/css-generated-content/malformed-url_t01: RuntimeError # co19-ro ll r786: Please triage this failure.
600 LayoutTests/fast/css-generated-content/pseudo-animation_t01: Pass, RuntimeError # co19-roll r786: Please triage this failure.
596 LayoutTests/fast/css-generated-content/pseudo-element-events_t01: Skip # Timeout . co19-roll r786: Please triage this failure. 601 LayoutTests/fast/css-generated-content/pseudo-element-events_t01: Skip # Timeout . co19-roll r786: Please triage this failure.
597 LayoutTests/fast/css-generated-content/pseudo-transition-event_t01: Skip # Timeo ut. co19-roll r786: Please triage this failure. 602 LayoutTests/fast/css-generated-content/pseudo-transition-event_t01: Skip # Timeo ut. co19-roll r786: Please triage this failure.
598 LayoutTests/fast/css-generated-content/pseudo-transition_t01: RuntimeError # co1 9-roll r786: Please triage this failure. 603 LayoutTests/fast/css-generated-content/pseudo-transition_t01: RuntimeError # co1 9-roll r786: Please triage this failure.
599 LayoutTests/fast/css-grid-layout/auto-content-resolution-rows_t01: RuntimeError # co19-roll r786: Please triage this failure. 604 LayoutTests/fast/css-grid-layout/auto-content-resolution-rows_t01: RuntimeError # co19-roll r786: Please triage this failure.
600 LayoutTests/fast/css-grid-layout/breadth-size-resolution-grid_t01: RuntimeError # co19-roll r786: Please triage this failure. 605 LayoutTests/fast/css-grid-layout/breadth-size-resolution-grid_t01: RuntimeError # co19-roll r786: Please triage this failure.
601 LayoutTests/fast/css-grid-layout/calc-resolution-grid-item_t01: RuntimeError # c o19-roll r786: Please triage this failure. 606 LayoutTests/fast/css-grid-layout/calc-resolution-grid-item_t01: RuntimeError # c o19-roll r786: Please triage this failure.
602 LayoutTests/fast/css-grid-layout/display-grid-set-get_t01: RuntimeError # co19-r oll r786: Please triage this failure. 607 LayoutTests/fast/css-grid-layout/display-grid-set-get_t01: RuntimeError # co19-r oll r786: Please triage this failure.
603 LayoutTests/fast/css-grid-layout/flex-and-minmax-content-resolution-rows_t01: Ru ntimeError # co19-roll r786: Please triage this failure. 608 LayoutTests/fast/css-grid-layout/flex-and-minmax-content-resolution-rows_t01: Ru ntimeError # co19-roll r786: Please triage this failure.
604 LayoutTests/fast/css-grid-layout/flex-content-resolution-columns_t01: RuntimeErr or # co19-roll r786: Please triage this failure. 609 LayoutTests/fast/css-grid-layout/flex-content-resolution-columns_t01: RuntimeErr or # co19-roll r786: Please triage this failure.
605 LayoutTests/fast/css-grid-layout/flex-content-resolution-rows_t01: RuntimeError # co19-roll r786: Please triage this failure. 610 LayoutTests/fast/css-grid-layout/flex-content-resolution-rows_t01: RuntimeError # co19-roll r786: Please triage this failure.
(...skipping 27 matching lines...) Expand all
633 LayoutTests/fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-perc ent-grid_t01: RuntimeError # co19-roll r786: Please triage this failure. 638 LayoutTests/fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-perc ent-grid_t01: RuntimeError # co19-roll r786: Please triage this failure.
634 LayoutTests/fast/css-grid-layout/percent-grid-item-in-percent-grid-track-update_ t01: RuntimeError # co19-roll r786: Please triage this failure. 639 LayoutTests/fast/css-grid-layout/percent-grid-item-in-percent-grid-track-update_ t01: RuntimeError # co19-roll r786: Please triage this failure.
635 LayoutTests/fast/css-grid-layout/percent-grid-item-in-percent-grid-track_t01: Ru ntimeError # co19-roll r786: Please triage this failure. 640 LayoutTests/fast/css-grid-layout/percent-grid-item-in-percent-grid-track_t01: Ru ntimeError # co19-roll r786: Please triage this failure.
636 LayoutTests/fast/css-grid-layout/percent-padding-margin-resolution-grid-item-upd ate_t01: RuntimeError # co19-roll r786: Please triage this failure. 641 LayoutTests/fast/css-grid-layout/percent-padding-margin-resolution-grid-item-upd ate_t01: RuntimeError # co19-roll r786: Please triage this failure.
637 LayoutTests/fast/css-grid-layout/percent-padding-margin-resolution-grid-item_t01 : RuntimeError # co19-roll r786: Please triage this failure. 642 LayoutTests/fast/css-grid-layout/percent-padding-margin-resolution-grid-item_t01 : RuntimeError # co19-roll r786: Please triage this failure.
638 LayoutTests/fast/css-grid-layout/percent-resolution-grid-item_t01: RuntimeError # co19-roll r786: Please triage this failure. 643 LayoutTests/fast/css-grid-layout/percent-resolution-grid-item_t01: RuntimeError # co19-roll r786: Please triage this failure.
639 LayoutTests/fast/css-grid-layout/place-cell-by-index_t01: RuntimeError # co19-ro ll r786: Please triage this failure. 644 LayoutTests/fast/css-grid-layout/place-cell-by-index_t01: RuntimeError # co19-ro ll r786: Please triage this failure.
640 LayoutTests/fast/css/style-scoped/style-scoped-nested_t01: RuntimeError # co19-r oll r786: Please triage this failure. 645 LayoutTests/fast/css/style-scoped/style-scoped-nested_t01: RuntimeError # co19-r oll r786: Please triage this failure.
641 LayoutTests/fast/css/style-scoped/style-scoped-with-dom-operation_t01: RuntimeEr ror # co19-roll r786: Please triage this failure. 646 LayoutTests/fast/css/style-scoped/style-scoped-with-dom-operation_t01: RuntimeEr ror # co19-roll r786: Please triage this failure.
642 LayoutTests/fast/css/style-scoped/style-scoped-with-important-rule_t01: RuntimeE rror # co19-roll r786: Please triage this failure. 647 LayoutTests/fast/css/style-scoped/style-scoped-with-important-rule_t01: RuntimeE rror # co19-roll r786: Please triage this failure.
643 LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyl e-text-align-last-inherited_t01: RuntimeError # co19-roll r786: Please triage th is failure. 648 LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyl e-text-align-last-inherited_t01: Pass, RuntimeError # co19-roll r786: Please tri age this failure.
644 LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyl e-text-align-last_t01: RuntimeError # co19-roll r786: Please triage this failure . 649 LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyl e-text-align-last_t01: RuntimeError # co19-roll r786: Please triage this failure .
645 LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyl e-text-decoration-color_t01: RuntimeError # co19-roll r786: Please triage this f ailure. 650 LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyl e-text-decoration-color_t01: RuntimeError # co19-roll r786: Please triage this f ailure.
646 LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyl e-text-decoration-line_t01: RuntimeError # co19-roll r786: Please triage this fa ilure. 651 LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyl e-text-decoration-line_t01: RuntimeError # co19-roll r786: Please triage this fa ilure.
647 LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyl e-text-decoration-style_t01: RuntimeError # co19-roll r786: Please triage this f ailure. 652 LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyl e-text-decoration-style_t01: RuntimeError # co19-roll r786: Please triage this f ailure.
648 LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyl e-text-underline-position_t01: RuntimeError # co19-roll r786: Please triage this failure. 653 LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyl e-text-underline-position_t01: RuntimeError # co19-roll r786: Please triage this failure.
649 LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-te xt-indent-inherited_t01: RuntimeError # co19-roll r786: Please triage this failu re. 654 LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-te xt-indent-inherited_t01: RuntimeError # co19-roll r786: Please triage this failu re.
650 LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-te xt-indent_t01: RuntimeError # co19-roll r786: Please triage this failure. 655 LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-te xt-indent_t01: RuntimeError # co19-roll r786: Please triage this failure.
651 LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-t ext-justify_t01: RuntimeError # co19-roll r786: Please triage this failure. 656 LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-t ext-justify_t01: Pass, RuntimeError # co19-roll r786: Please triage this failure .
652 LayoutTests/fast/dynamic/crash-generated-counter_t01: RuntimeError # co19-roll r 786: Please triage this failure. 657 LayoutTests/fast/dynamic/crash-generated-counter_t01: RuntimeError # co19-roll r 786: Please triage this failure.
653 LayoutTests/fast/dynamic/crash-generated-image_t01: RuntimeError # co19-roll r78 6: Please triage this failure. 658 LayoutTests/fast/dynamic/crash-generated-image_t01: RuntimeError # co19-roll r78 6: Please triage this failure.
654 LayoutTests/fast/dynamic/crash-generated-quote_t01: RuntimeError # co19-roll r78 6: Please triage this failure. 659 LayoutTests/fast/dynamic/crash-generated-quote_t01: RuntimeError # co19-roll r78 6: Please triage this failure.
655 LayoutTests/fast/dynamic/crash-generated-text_t01: RuntimeError # co19-roll r786 : Please triage this failure. 660 LayoutTests/fast/dynamic/crash-generated-text_t01: RuntimeError # co19-roll r786 : Please triage this failure.
656 LayoutTests/fast/dynamic/insertAdjacentElement_t01: Skip # Timeout. co19-roll r7 86: Please triage this failure. 661 LayoutTests/fast/dynamic/insertAdjacentElement_t01: Skip # Timeout. co19-roll r7 86: Please triage this failure.
657 LayoutTests/fast/dynamic/recursive-layout_t01: RuntimeError # co19-roll r786: Pl ease triage this failure. 662 LayoutTests/fast/dynamic/recursive-layout_t01: RuntimeError # co19-roll r786: Pl ease triage this failure.
658 LayoutTests/fast/events/add-event-without-document_t01: RuntimeError # co19-roll r786: Please triage this failure. 663 LayoutTests/fast/events/add-event-without-document_t01: RuntimeError # co19-roll r786: Please triage this failure.
659 LayoutTests/fast/events/clipboard-clearData_t01: Skip # Timeout. co19-roll r786: Please triage this failure. 664 LayoutTests/fast/events/clipboard-clearData_t01: Skip # Timeout. co19-roll r786: Please triage this failure.
660 LayoutTests/fast/events/clipboard-dataTransferItemList_t01: Skip # Timeout. co19 -roll r786: Please triage this failure. 665 LayoutTests/fast/events/clipboard-dataTransferItemList_t01: Skip # Timeout. co19 -roll r786: Please triage this failure.
661 LayoutTests/fast/events/div-focus_t01: Pass, RuntimeError # co19-roll r786: Plea se triage this failure. 666 LayoutTests/fast/events/div-focus_t01: Pass, RuntimeError # co19-roll r786: Plea se triage this failure.
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
807 LayoutTests/fast/css-intrinsic-dimensions/css-tables_t01: RuntimeError # co19-ro ll r786: Please triage this failure. 812 LayoutTests/fast/css-intrinsic-dimensions/css-tables_t01: RuntimeError # co19-ro ll r786: Please triage this failure.
808 LayoutTests/fast/css-intrinsic-dimensions/intrinsic-sized-absolutes_t01: Runtime Error # co19-roll r786: Please triage this failure. 813 LayoutTests/fast/css-intrinsic-dimensions/intrinsic-sized-absolutes_t01: Runtime Error # co19-roll r786: Please triage this failure.
809 LayoutTests/fast/css-intrinsic-dimensions/intrinsic-sized-blocks_t01: RuntimeErr or # co19-roll r786: Please triage this failure. 814 LayoutTests/fast/css-intrinsic-dimensions/intrinsic-sized-blocks_t01: RuntimeErr or # co19-roll r786: Please triage this failure.
810 LayoutTests/fast/css-intrinsic-dimensions/intrinsic-sized-column-flex-items_t01: RuntimeError # co19-roll r786: Please triage this failure. 815 LayoutTests/fast/css-intrinsic-dimensions/intrinsic-sized-column-flex-items_t01: RuntimeError # co19-roll r786: Please triage this failure.
811 LayoutTests/fast/css-intrinsic-dimensions/intrinsic-sized-flex-items_t01: Runtim eError # co19-roll r786: Please triage this failure. 816 LayoutTests/fast/css-intrinsic-dimensions/intrinsic-sized-flex-items_t01: Runtim eError # co19-roll r786: Please triage this failure.
812 LayoutTests/fast/css-intrinsic-dimensions/intrinsic-sized-replaced-absolutes_t01 : RuntimeError # co19-roll r786: Please triage this failure. 817 LayoutTests/fast/css-intrinsic-dimensions/intrinsic-sized-replaced-absolutes_t01 : RuntimeError # co19-roll r786: Please triage this failure.
813 LayoutTests/fast/css-intrinsic-dimensions/multicol_t01: RuntimeError # co19-roll r786: Please triage this failure. 818 LayoutTests/fast/css-intrinsic-dimensions/multicol_t01: RuntimeError # co19-roll r786: Please triage this failure.
814 LayoutTests/fast/css-intrinsic-dimensions/tables_t01: RuntimeError # co19-roll r 786: Please triage this failure. 819 LayoutTests/fast/css-intrinsic-dimensions/tables_t01: RuntimeError # co19-roll r 786: Please triage this failure.
815 LayoutTests/fast/css-intrinsic-dimensions/width-shrinks-avoid-floats_t01: Runtim eError # co19-roll r786: Please triage this failure. 820 LayoutTests/fast/css-intrinsic-dimensions/width-shrinks-avoid-floats_t01: Runtim eError # co19-roll r786: Please triage this failure.
816 LayoutTests/fast/filesystem/file-writer-abort_t01: RuntimeError # co19-roll r786 : Please triage this failure. 821 LayoutTests/fast/filesystem/file-writer-abort_t01: RuntimeError # co19-roll r786 : Please triage this failure.
817 LayoutTests/fast/filesystem/file-writer-events_t01: RuntimeError # co19-roll r78 6: Please triage this failure. 822 LayoutTests/fast/filesystem/file-writer-events_t01: Pass, RuntimeError # co19-ro ll r786: Please triage this failure.
818 LayoutTests/fast/filesystem/op-copy_t01: RuntimeError # co19-roll r786: Please t riage this failure. 823 LayoutTests/fast/filesystem/op-copy_t01: RuntimeError # co19-roll r786: Please t riage this failure.
819 LayoutTests/fast/filesystem/op-get-entry_t01: RuntimeError # co19-roll r786: Ple ase triage this failure. 824 LayoutTests/fast/filesystem/op-get-entry_t01: RuntimeError # co19-roll r786: Ple ase triage this failure.
820 LayoutTests/fast/filesystem/op-get-metadata_t01: RuntimeError # co19-roll r786: Please triage this failure. 825 LayoutTests/fast/filesystem/op-get-metadata_t01: RuntimeError # co19-roll r786: Please triage this failure.
821 LayoutTests/fast/filesystem/op-get-parent_t01: RuntimeError # co19-roll r786: Pl ease triage this failure. 826 LayoutTests/fast/filesystem/op-get-parent_t01: RuntimeError # co19-roll r786: Pl ease triage this failure.
822 LayoutTests/fast/filesystem/op-move_t01: RuntimeError # co19-roll r786: Please t riage this failure. 827 LayoutTests/fast/filesystem/op-move_t01: RuntimeError # co19-roll r786: Please t riage this failure.
823 LayoutTests/fast/filesystem/op-read-directory_t01: Pass, RuntimeError # co19-rol l r786: Please triage this failure. 828 LayoutTests/fast/filesystem/op-read-directory_t01: Pass, RuntimeError # co19-rol l r786: Please triage this failure.
824 LayoutTests/fast/filesystem/op-remove_t01: RuntimeError # co19-roll r786: Please triage this failure. 829 LayoutTests/fast/filesystem/op-remove_t01: RuntimeError # co19-roll r786: Please triage this failure.
825 LayoutTests/fast/filesystem/op-restricted-chars_t01: RuntimeError # co19-roll r7 86: Please triage this failure. 830 LayoutTests/fast/filesystem/op-restricted-chars_t01: RuntimeError # co19-roll r7 86: Please triage this failure.
826 LayoutTests/fast/filesystem/op-restricted-names_t01: RuntimeError # co19-roll r7 86: Please triage this failure. 831 LayoutTests/fast/filesystem/op-restricted-names_t01: RuntimeError # co19-roll r7 86: Please triage this failure.
827 LayoutTests/fast/filesystem/op-restricted-unicode_t01: RuntimeError # co19-roll r786: Please triage this failure. 832 LayoutTests/fast/filesystem/op-restricted-unicode_t01: RuntimeError # co19-roll r786: Please triage this failure.
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 LayoutTests/fast/canvas/webgl/webgl-exceptions_t01: RuntimeError # co19-roll r76 1: Please triage this failure. 965 LayoutTests/fast/canvas/webgl/webgl-exceptions_t01: RuntimeError # co19-roll r76 1: Please triage this failure.
961 LayoutTests/fast/canvas/webgl/webgl-large-texture_t01: RuntimeError # co19-roll r761: Please triage this failure. 966 LayoutTests/fast/canvas/webgl/webgl-large-texture_t01: RuntimeError # co19-roll r761: Please triage this failure.
962 LayoutTests/fast/canvas/webgl/webgl-layer-update_t01: RuntimeError # co19-roll r 761: Please triage this failure. 967 LayoutTests/fast/canvas/webgl/webgl-layer-update_t01: RuntimeError # co19-roll r 761: Please triage this failure.
963 LayoutTests/fast/canvas/webgl/webgl-specific_t01: RuntimeError # co19-roll r761: Please triage this failure. 968 LayoutTests/fast/canvas/webgl/webgl-specific_t01: RuntimeError # co19-roll r761: Please triage this failure.
964 LayoutTests/fast/canvas/webgl/webgl-texture-binding-preserved_t01: RuntimeError # co19-roll r761: Please triage this failure. 969 LayoutTests/fast/canvas/webgl/webgl-texture-binding-preserved_t01: RuntimeError # co19-roll r761: Please triage this failure.
965 LayoutTests/fast/canvas/webgl/webgl-unprefixed-context-id_t01: RuntimeError # co 19-roll r761: Please triage this failure. 970 LayoutTests/fast/canvas/webgl/webgl-unprefixed-context-id_t01: RuntimeError # co 19-roll r761: Please triage this failure.
966 LayoutTests/fast/canvas/webgl/webgl-viewport-parameters-preserved_t01: RuntimeEr ror # co19-roll r761: Please triage this failure. 971 LayoutTests/fast/canvas/webgl/webgl-viewport-parameters-preserved_t01: RuntimeEr ror # co19-roll r761: Please triage this failure.
967 972
968 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) && $system != windows ] 973 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) && $system != windows ]
969 LayoutTests/fast/css/font-face-unicode-range-monospace_t01: RuntimeError # co19- roll r761: Please triage this failure. 974 LayoutTests/fast/css/font-face-unicode-range-monospace_t01: RuntimeError # co19- roll r761: Please triage this failure.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698