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

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

Issue 266453004: Add failing co19 tests to dart2js.status. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 == dart2js && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out. 6 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out.
7 7
8 [ $compiler == dart2js && $checked && $runtime == ie9 ] 8 [ $compiler == dart2js && $checked && $runtime == ie9 ]
9 LibTest/core/Uri/encodeComponent_A01_t02: Skip 9 LibTest/core/Uri/encodeComponent_A01_t02: Skip
10 LibTest/core/Uri/encodeFull_A01_t02: Skip 10 LibTest/core/Uri/encodeFull_A01_t02: Skip
11 LibTest/core/Uri/encodeQueryComponent_A01_t02: Skip 11 LibTest/core/Uri/encodeQueryComponent_A01_t02: Skip
12 12
13 # Crashes first, please. Then untriaged bugs. There is a section below 13 # Crashes first, please. Then untriaged bugs. There is a section below
14 # for co19 bugs. 14 # for co19 bugs.
15 [ $compiler == dart2js ] 15 [ $compiler == dart2js ]
16 LayoutTests/fast/dom/Range/range-comparePoint_t01: Crash # Issue 18549
17 LayoutTests/fast/dom/Range/range-isPointInRange_t01: Crash # Issue 18549
18
16 LibTest/core/List/removeAt_A02_t01: RuntimeError # Issue 1533 19 LibTest/core/List/removeAt_A02_t01: RuntimeError # Issue 1533
17 LibTest/isolate/ReceivePort/receive_A01_t02: RuntimeError # Issue 6750 20 LibTest/isolate/ReceivePort/receive_A01_t02: RuntimeError # Issue 6750
18 Language/05_Variables/05_Variables_A11_t01: fail # Please triage this issue. 21 Language/05_Variables/05_Variables_A11_t01: fail # Please triage this issue.
19 22
20 Language/13_Statements/04_Local_Function_Declaration_A04_t01: MissingCompileTime Error # co19-roll r607: Please triage this failure 23 Language/13_Statements/04_Local_Function_Declaration_A04_t01: MissingCompileTime Error # co19-roll r607: Please triage this failure
21 Language/13_Statements/04_Local_Function_Declaration_A04_t03: MissingCompileTime Error # co19-roll r667: Please triage this failure 24 Language/13_Statements/04_Local_Function_Declaration_A04_t03: MissingCompileTime Error # co19-roll r667: Please triage this failure
22 Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with s ame name a type parameter 25 Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with s ame name a type parameter
23 Language/07_Classes/07_Classes_A13_t03: Fail # Missing CT error on member with s ame name a type parameter 26 Language/07_Classes/07_Classes_A13_t03: Fail # Missing CT error on member with s ame name a type parameter
24 Language/07_Classes/07_Classes_A13_t05: Fail # Missing CT error on member with s ame name a type parameter 27 Language/07_Classes/07_Classes_A13_t05: Fail # Missing CT error on member with s ame name a type parameter
25 Language/07_Classes/07_Classes_A13_t06: Fail # Missing CT error on member with s ame name a type parameter 28 Language/07_Classes/07_Classes_A13_t06: Fail # Missing CT error on member with s ame name a type parameter
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 LayoutTests/fast/html/imports/import-events_t01: CompileTimeError # co19-roll r7 06: Please triage this failure 68 LayoutTests/fast/html/imports/import-events_t01: CompileTimeError # co19-roll r7 06: Please triage this failure
66 LibTest/html/HttpRequest/responseType_A01_t03: CompileTimeError # co19-roll r706 : Please triage this failure 69 LibTest/html/HttpRequest/responseType_A01_t03: CompileTimeError # co19-roll r706 : Please triage this failure
67 LibTest/html/IFrameElement/enteredView_A01_t01: CompileTimeError # co19-roll r70 6: Please triage this failure 70 LibTest/html/IFrameElement/enteredView_A01_t01: CompileTimeError # co19-roll r70 6: Please triage this failure
68 Language/12_Expressions/07_Maps_A11_t01: CompileTimeError # Maybe ok. Issue 1720 7 71 Language/12_Expressions/07_Maps_A11_t01: CompileTimeError # Maybe ok. Issue 1720 7
69 LibTest/isolate/SendPort/send_A01_t01: CompileTimeError # co19-roll r706: Please triage this failure 72 LibTest/isolate/SendPort/send_A01_t01: CompileTimeError # co19-roll r706: Please triage this failure
70 LibTest/isolate/SendPort/send_A01_t02: CompileTimeError # co19-roll r706: Please triage this failure 73 LibTest/isolate/SendPort/send_A01_t02: CompileTimeError # co19-roll r706: Please triage this failure
71 LibTest/isolate/SendPort/send_A01_t03: CompileTimeError # co19-roll r706: Please triage this failure 74 LibTest/isolate/SendPort/send_A01_t03: CompileTimeError # co19-roll r706: Please triage this failure
72 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError, Pass # Dart issue 15617 75 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError, Pass # Dart issue 15617
73 LibTest/math/Rectangle/boundingBox_A01_t01: RuntimeError, Pass # co19-roll r706: Please triage this failure. 76 LibTest/math/Rectangle/boundingBox_A01_t01: RuntimeError, Pass # co19-roll r706: Please triage this failure.
74 LibTest/math/MutableRectangle/boundingBox_A01_t01: RuntimeError, Pass # co19-rol l r706: Please triage this failure. 77 LibTest/math/MutableRectangle/boundingBox_A01_t01: RuntimeError, Pass # co19-rol l r706: Please triage this failure.
78
75 LayoutTests/fast/dom/HTMLLinkElement/link-onload-before-page-load_t01: CompileTi meError # co19-roll r722: Please triage this failure. 79 LayoutTests/fast/dom/HTMLLinkElement/link-onload-before-page-load_t01: CompileTi meError # co19-roll r722: Please triage this failure.
76 LayoutTests/fast/dom/HTMLLinkElement/link-onload2_t01: CompileTimeError # co19-r oll r722: Please triage this failure. 80 LayoutTests/fast/dom/HTMLLinkElement/link-onload2_t01: CompileTimeError # co19-r oll r722: Please triage this failure.
81 LayoutTests/fast/dom/HTMLScriptElement/script-load-events_t01: CompileTimeError # co19-roll r722: Please triage this failure.
82 LayoutTests/fast/dom/HTMLStyleElement/style-onload2_t01: CompileTimeError # co19 -roll r722: Please triage this failure.
83 LayoutTests/fast/dom/HTMLStyleElement/style-onload-before-page-load_t01: Compile TimeError # co19-roll r722: Please triage this failure.
84 WebPlatformTest/dom/nodes/Document-createElement_t01: CompileTimeError # co19-ro ll r722: Please triage this failure.
85 WebPlatformTest/dom/nodes/DOMImplementation-createHTMLDocument_t01: CompileTimeE rror # co19-roll r722: Please triage this failure.
86 WebPlatformTest/dom/nodes/Element-childElementCount-nochild_t01: CompileTimeErro r # co19-roll r722: Please triage this failure.
87 WebPlatformTest/dom/nodes/Node-replaceChild_t01: CompileTimeError # co19-roll r7 22: Please triage this failure.
88 WebPlatformTest/Utils/test/testFail_t01: RuntimeError # co19-roll r722: Please t riage this failure.
77 89
78 [ $compiler == dart2js && $runtime != ie9 ] 90 [ $compiler == dart2js && $runtime != ie9 ]
79 LibTest/typed_data/ByteData/ByteData_A02_t01: fail # co19-roll r576: Please tria ge this failure 91 LibTest/typed_data/ByteData/ByteData_A02_t01: fail # co19-roll r576: Please tria ge this failure
80 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError, Pass # Dart issue 15617 92 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError, Pass # Dart issue 15617
81 93
82 [ $compiler == dart2js && $runtime == jsshell ] 94 [ $compiler == dart2js && $runtime == jsshell ]
83 LibTest/isolate/SendPort/send_A02_t05: RuntimeError # TODO(ahe): Please triage t his failure. 95 LibTest/isolate/SendPort/send_A02_t05: RuntimeError # TODO(ahe): Please triage t his failure.
84 LibTest/isolate/SendPort/send_A02_t06: RuntimeError # TODO(ahe): Please triage t his failure. 96 LibTest/isolate/SendPort/send_A02_t06: RuntimeError # TODO(ahe): Please triage t his failure.
85 LibTest/core/Uri/Uri_A06_t03: Pass, Slow 97 LibTest/core/Uri/Uri_A06_t03: Pass, Slow
86 98
(...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure 1021 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure
1010 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure 1022 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
1011 1023
1012 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 1024 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
1013 LibTest/async/DeferredLibrary/*: Skip # Issue 17458 1025 LibTest/async/DeferredLibrary/*: Skip # Issue 17458
1014 1026
1015 [ $compiler == dart2js && $mode == debug ] 1027 [ $compiler == dart2js && $mode == debug ]
1016 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout 1028 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout
1017 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout 1029 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout
1018 LibTest/core/List/List_class_A01_t01: Pass, Timeout 1030 LibTest/core/List/List_class_A01_t01: Pass, Timeout
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