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

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

Issue 1711783002: Fix co19-dartium.status files for all the dartium issues which were removed from co19-runtime.statu… (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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
« 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 && $runtime == dartium && $system == macos ] 8 [ $compiler == none && $runtime == dartium && $system == macos ]
9 LayoutTests/fast/writing-mode/broken-ideographic-font_t01: Skip # Timing out on the bots. Please triage this failure. 9 LayoutTests/fast/writing-mode/broken-ideographic-font_t01: Skip # Timing out on the bots. Please triage this failure.
10 LayoutTests/fast/css-generated-content/pseudo-animation-before-onload_t01: Skip # Depends on animation timing, commented as known to be flaky in test. Will not fix. 10 LayoutTests/fast/css-generated-content/pseudo-animation-before-onload_t01: Skip # Depends on animation timing, commented as known to be flaky in test. Will not fix.
(...skipping 17 matching lines...) Expand all
28 LibTest/html/IFrameElement/IFrameElement.created_A01_t01: RuntimeError # Issue 2 4568 28 LibTest/html/IFrameElement/IFrameElement.created_A01_t01: RuntimeError # Issue 2 4568
29 LibTest/html/Window/requestFileSystem_A02_t01: Skip # Issue 24585. 29 LibTest/html/Window/requestFileSystem_A02_t01: Skip # Issue 24585.
30 LibTest/html/Window/document_A01_t01: Skip # accesses window.document from a cro ss-frame window 30 LibTest/html/Window/document_A01_t01: Skip # accesses window.document from a cro ss-frame window
31 WebPlatformTest/html/browsers/browsing-the-web/read-text/load-text-plain_t01: Sk ip # accesses window.document from a cross-frame window 31 WebPlatformTest/html/browsers/browsing-the-web/read-text/load-text-plain_t01: Sk ip # accesses window.document from a cross-frame window
32 WebPlatformTest/shadow-dom/events/retargeting-focus-events/test-002_t01: Pass, F ail # https://github.com/dart-lang/co19/issues/12 32 WebPlatformTest/shadow-dom/events/retargeting-focus-events/test-002_t01: Pass, F ail # https://github.com/dart-lang/co19/issues/12
33 33
34 [ $compiler == none && $runtime == dartium && $checked ] 34 [ $compiler == none && $runtime == dartium && $checked ]
35 LayoutTests/fast/css/style-scoped/style-scoped-scoping-nodes-different-order_t01 : RuntimeError # Dartium JSInterop failure 35 LayoutTests/fast/css/style-scoped/style-scoped-scoping-nodes-different-order_t01 : RuntimeError # Dartium JSInterop failure
36 36
37 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ] 37 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ]
38 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK
39 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK
40 Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK
41 Language/Statements/Switch/syntax_t02: fail # Dart issue 12908
42 Language/Statements/Labels/syntax_t03: fail # Dart issue 2238
43 Language/Statements/Assert/execution_t02: skip # co19 issue 734
44 Language/Statements/Assert/execution_t03: skip # co19 issue 734
45 Language/Statements/Assert/type_t02: skip # co19 issue 734
46 Language/Statements/Assert/type_t05: skip # co19 issue 734
47 Language/Libraries_and_Scripts/Exports/reexport_t01: fail # Dart issue 12916
48 Language/Libraries_and_Scripts/Exports/reexport_t02: fail # Dart issue 12916
38 Language/Classes/Constructors/Generative_Constructors/final_variables_t01: Pass, Fail #: Please triage this failure. 49 Language/Classes/Constructors/Generative_Constructors/final_variables_t01: Pass, Fail #: Please triage this failure.
39 Language/Classes/Getters/type_object_t01: RuntimeError # Please triage this fail ure. 50 Language/Classes/Getters/type_object_t01: RuntimeError # Please triage this fail ure.
40 Language/Classes/Getters/type_object_t02: RuntimeError # Please triage this fail ure. 51 Language/Classes/Getters/type_object_t02: RuntimeError # Please triage this fail ure.
41 Language/Classes/Setters/syntax_t04: RuntimeError # Please triage this failure. 52 Language/Classes/Setters/syntax_t04: RuntimeError # Please triage this failure.
42 Language/Classes/Setters/type_object_t01: RuntimeError # Please triage this fail ure. 53 Language/Classes/Setters/type_object_t01: RuntimeError # Please triage this fail ure.
43 Language/Classes/Setters/type_object_t02: RuntimeError # Please triage this fail ure. 54 Language/Classes/Setters/type_object_t02: RuntimeError # Please triage this fail ure.
44 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Please triage th is failure. 55 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Please triage th is failure.
45 Language/Classes/Static_Methods/type_object_t02: RuntimeError # Please triage th is failure. 56 Language/Classes/Static_Methods/type_object_t02: RuntimeError # Please triage th is failure.
46 Language/Classes/deсlarations_t01: Skip # Times out. Please triage this failure. 57 Language/Classes/deсlarations_t01: Skip # Times out. Please triage this failure.
47 Language/Classes/deсlarations_t02: Skip # Times out. Please triage this failure. 58 Language/Classes/deсlarations_t02: Skip # Times out. Please triage this failure.
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 LayoutTests/fast/xpath/ensure-null-namespace_t01: RuntimeError # co19-roll r761: Please triage this failure. 711 LayoutTests/fast/xpath/ensure-null-namespace_t01: RuntimeError # co19-roll r761: Please triage this failure.
701 LayoutTests/fast/xpath/implicit-node-args_t01: RuntimeError # co19-roll r761: Pl ease triage this failure. 712 LayoutTests/fast/xpath/implicit-node-args_t01: RuntimeError # co19-roll r761: Pl ease triage this failure.
702 LayoutTests/fast/xpath/node-name-case-sensitivity_t01: RuntimeError # co19-roll r761: Please triage this failure. 713 LayoutTests/fast/xpath/node-name-case-sensitivity_t01: RuntimeError # co19-roll r761: Please triage this failure.
703 LayoutTests/fast/xpath/node-name-case-sensitivity_t02: RuntimeError # co19-roll r786: Please triage this failure. 714 LayoutTests/fast/xpath/node-name-case-sensitivity_t02: RuntimeError # co19-roll r786: Please triage this failure.
704 LayoutTests/fast/xpath/position_t01: RuntimeError # co19-roll r761: Please triag e this failure. 715 LayoutTests/fast/xpath/position_t01: RuntimeError # co19-roll r761: Please triag e this failure.
705 LayoutTests/fast/xpath/py-dom-xpath/data_t01: RuntimeError # co19-roll r786: Ple ase triage this failure. 716 LayoutTests/fast/xpath/py-dom-xpath/data_t01: RuntimeError # co19-roll r786: Ple ase triage this failure.
706 LayoutTests/fast/xpath/py-dom-xpath/expressions_t01: RuntimeError # co19-roll r7 86: Please triage this failure. 717 LayoutTests/fast/xpath/py-dom-xpath/expressions_t01: RuntimeError # co19-roll r7 86: Please triage this failure.
707 LayoutTests/fast/xpath/py-dom-xpath/paths_t01: RuntimeError # co19-roll r786: Pl ease triage this failure. 718 LayoutTests/fast/xpath/py-dom-xpath/paths_t01: RuntimeError # co19-roll r786: Pl ease triage this failure.
708 LayoutTests/fast/xpath/reverse-axes_t01: RuntimeError # co19-roll r761: Please t riage this failure. 719 LayoutTests/fast/xpath/reverse-axes_t01: RuntimeError # co19-roll r761: Please t riage this failure.
709 LayoutTests/fast/xsl/default-html_t01: RuntimeError # co19-roll r786: Please tri age this failure. 720 LayoutTests/fast/xsl/default-html_t01: RuntimeError # co19-roll r786: Please tri age this failure.
721 LibTest/core/DateTime/parse_A01_t02: Skip # Times out. Please triage this failur e.
722 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514
723 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492
724 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 22200
725 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 22200
726 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 22200
727 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596
728 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596
729 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617
730 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Dart issue 15974
731 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Dart issue 15974
710 LibTest/async/Completer/completeError_A02_t01: Pass, Fail # Please triage this f ailure. 732 LibTest/async/Completer/completeError_A02_t01: Pass, Fail # Please triage this f ailure.
711 LibTest/async/Stream/Stream.periodic_A01_t01: Pass, RuntimeError # co19-roll r70 6. Please triage this failure. 733 LibTest/async/Stream/Stream.periodic_A01_t01: Pass, RuntimeError # co19-roll r70 6. Please triage this failure.
712 LibTest/async/Timer/Timer_A01_t01: RuntimeError, Pass # Issue 16475 734 LibTest/async/Timer/Timer_A01_t01: RuntimeError, Pass # Issue 16475
713 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # co19-roll r722: Pleas e triage this failure. 735 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # co19-roll r722: Pleas e triage this failure.
714 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # co19-roll r722: Ple ase triage this failure. 736 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # co19-roll r722: Ple ase triage this failure.
715 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19-roll r722: Ple ase triage this failure. 737 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19-roll r722: Ple ase triage this failure.
716 LibTest/core/int/operator_left_shift_A01_t02: Pass, Fail # Please triage this fa ilure. 738 LibTest/core/int/operator_left_shift_A01_t02: Pass, Fail # Please triage this fa ilure.
717 LibTest/html/CanvasRenderingContext2D/addEventListener_A01_t03: RuntimeError # c o19-roll r722: Please triage this failure. 739 LibTest/html/CanvasRenderingContext2D/addEventListener_A01_t03: RuntimeError # c o19-roll r722: Please triage this failure.
718 LibTest/html/CanvasRenderingContext2D/addEventListener_A01_t06: RuntimeError # c o19-roll r722: Please triage this failure. 740 LibTest/html/CanvasRenderingContext2D/addEventListener_A01_t06: RuntimeError # c o19-roll r722: Please triage this failure.
719 LibTest/html/Document/childNodes_A01_t01: RuntimeError # co19-roll r706. Please triage this failure. 741 LibTest/html/Document/childNodes_A01_t01: RuntimeError # co19-roll r706. Please triage this failure.
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
1178 LayoutTests/fast/inline/inline-relative-offset-boundingbox_t01: Skip # Times out . Please triage this failure. 1200 LayoutTests/fast/inline/inline-relative-offset-boundingbox_t01: Skip # Times out . Please triage this failure.
1179 LayoutTests/fast/inline/out-of-flow-objects-and-whitespace-after-empty-inline_t0 1: Skip # Times out. Please triage this failure. 1201 LayoutTests/fast/inline/out-of-flow-objects-and-whitespace-after-empty-inline_t0 1: Skip # Times out. Please triage this failure.
1180 LayoutTests/fast/inline/parent-inline-element-padding-contributes-width_t01: Ski p # Times out. Please triage this failure. 1202 LayoutTests/fast/inline/parent-inline-element-padding-contributes-width_t01: Ski p # Times out. Please triage this failure.
1181 LayoutTests/fast/layers/negative-scroll-positions_t01: Skip # Times out. Please triage this failure. 1203 LayoutTests/fast/layers/negative-scroll-positions_t01: Skip # Times out. Please triage this failure.
1182 LayoutTests/fast/loader/loadInProgress_t01: Skip # Times out. Please triage this failure. 1204 LayoutTests/fast/loader/loadInProgress_t01: Skip # Times out. Please triage this failure.
1183 LayoutTests/fast/table/table-rowspan-height-distribution-in-rows_t02: Skip # Tim es out. Please triage this failure. 1205 LayoutTests/fast/table/table-rowspan-height-distribution-in-rows_t02: Skip # Tim es out. Please triage this failure.
1184 LayoutTests/fast/text-autosizing/text-removal_t01: RuntimeError # Please triage this failure. 1206 LayoutTests/fast/text-autosizing/text-removal_t01: RuntimeError # Please triage this failure.
1185 LayoutTests/fast/text/international/listbox-width-rtl_t01: RuntimeError # Pleas e triage this failure. 1207 LayoutTests/fast/text/international/listbox-width-rtl_t01: RuntimeError # Pleas e triage this failure.
1186 LayoutTests/fast/transforms/scrollIntoView-transformed_t01: RuntimeError # Plea se triage this failure. 1208 LayoutTests/fast/transforms/scrollIntoView-transformed_t01: RuntimeError # Plea se triage this failure.
1187 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Times out flakily. Is sue 20956 1209 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Times out flakily. Is sue 20956
1188 LibTest/core/DateTime/parse_A01_t02: Skip # Times out. Please triage this failur e.
1189 LibTest/core/List/List_class_A01_t02: Skip # Times out flakily. Issue 20956 1210 LibTest/core/List/List_class_A01_t02: Skip # Times out flakily. Issue 20956
1190 LibTest/html/Element/getBoundingClientRect_A01_t02: RuntimeError # Issue 19127. 1211 LibTest/html/Element/getBoundingClientRect_A01_t02: RuntimeError # Issue 19127.
1191 LibTest/html/Window/animationFrame_A01_t01: Skip # Times out. Please triage thi s failure. 1212 LibTest/html/Window/animationFrame_A01_t01: Skip # Times out. Please triage thi s failure.
1192 LibTest/math/log_A01_t01: Pass, Fail # co19 issue 44. 1213 LibTest/math/log_A01_t01: Pass, Fail # co19 issue 44.
1193 1214
1194 [ $compiler == none && $runtime == dartium ] 1215 [ $compiler == none && $runtime == dartium ]
1195 LayoutTests/fast/canvas/webgl/webgl-depth-texture_t01: RuntimeError # co19-roll r761: Please triage this failure. 1216 LayoutTests/fast/canvas/webgl/webgl-depth-texture_t01: RuntimeError # co19-roll r761: Please triage this failure.
1196 LayoutTests/fast/css/fontfaceset-events_t01: Pass, RuntimeError # Issue 23433 1217 LayoutTests/fast/css/fontfaceset-events_t01: Pass, RuntimeError # Issue 23433
1197 LayoutTests/fast/events/clipboard-dataTransferItemList-remove_t01: RuntimeError # Issue 22532 1218 LayoutTests/fast/events/clipboard-dataTransferItemList-remove_t01: RuntimeError # Issue 22532
1198 LayoutTests/fast/forms/textarea-paste-newline_t01: Pass, RuntimeError # Issue 23 433 1219 LayoutTests/fast/forms/textarea-paste-newline_t01: Pass, RuntimeError # Issue 23 433
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
1388 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot -methods/test-005_t01: RuntimeError # Dartium 45 roll. Issue 25754 1409 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot -methods/test-005_t01: RuntimeError # Dartium 45 roll. Issue 25754
1389 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/dom-tree-ac cessors-002_t01: RuntimeError # Dartium 45 roll. Issue 25754 1410 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/dom-tree-ac cessors-002_t01: RuntimeError # Dartium 45 roll. Issue 25754
1390 LayoutTests/fast/css-intrinsic-dimensions/intrinsic-sized-replaced-absolutes_t01 : Timeout # Dartium 45 roll. Issue 25754 1411 LayoutTests/fast/css-intrinsic-dimensions/intrinsic-sized-replaced-absolutes_t01 : Timeout # Dartium 45 roll. Issue 25754
1391 LayoutTests/fast/replaced/iframe-with-percentage-height-within-table-with-anonym ous-table-cell_t01: Timeout # Dartium 45 roll. Issue 25754 1412 LayoutTests/fast/replaced/iframe-with-percentage-height-within-table-with-anonym ous-table-cell_t01: Timeout # Dartium 45 roll. Issue 25754
1392 LayoutTests/fast/replaced/iframe-with-percentage-height-within-table-with-table- cell-ignore-height_t01: Timeout # Dartium 45 roll. Issue 25754 1413 LayoutTests/fast/replaced/iframe-with-percentage-height-within-table-with-table- cell-ignore-height_t01: Timeout # Dartium 45 roll. Issue 25754
1393 LayoutTests/fast/events/change-overflow-on-overflow-change_t01: Timeout # Dartiu m 45 roll. Issue 25754 1414 LayoutTests/fast/events/change-overflow-on-overflow-change_t01: Timeout # Dartiu m 45 roll. Issue 25754
1394 LayoutTests/fast/loader/onload-policy-ignore-for-frame_t01: Timeout # Dartium 45 roll. Issue 25754 1415 LayoutTests/fast/loader/onload-policy-ignore-for-frame_t01: Timeout # Dartium 45 roll. Issue 25754
1395 1416
1396 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) && $system != windows ] 1417 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) && $system != windows ]
1397 LayoutTests/fast/css/font-face-unicode-range-monospace_t01: RuntimeError # co19- roll r761: Please triage this failure. 1418 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