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

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

Issue 44263003: co19-roll to r641 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month 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 | « dart/tests/co19/co19-analyzer.status ('k') | dart/tests/co19/co19-co19.status » ('j') | 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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 # invalid argument for constant constructor 6 # invalid argument for constant constructor
7 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail 7 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail
8 8
9 # TBD: should we check that argument for dynamic parameter of constant construct or is not compatible with operation that is performed with it? 9 # TBD: should we check that argument for dynamic parameter of constant construct or is not compatible with operation that is performed with it?
10 Language/12_Expressions/01_Constants_A16_t03: fail 10 Language/12_Expressions/01_Constants_A16_t03: fail
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 49
50 # co19 issue #420, "throw" requires expression, "rethrow" should be used instead 50 # co19 issue #420, "throw" requires expression, "rethrow" should be used instead
51 Language/12_Expressions/08_Throw_A05_t01: fail, OK 51 Language/12_Expressions/08_Throw_A05_t01: fail, OK
52 Language/12_Expressions/08_Throw_A05_t02: fail, OK 52 Language/12_Expressions/08_Throw_A05_t02: fail, OK
53 Language/12_Expressions/08_Throw_A05_t03: fail, OK 53 Language/12_Expressions/08_Throw_A05_t03: fail, OK
54 54
55 # co19 issue #454 (wrongly closed) 55 # co19 issue #454 (wrongly closed)
56 Language/12_Expressions/12_Instance_Creation/1_New_A01_t04: fail, OK 56 Language/12_Expressions/12_Instance_Creation/1_New_A01_t04: fail, OK
57 57
58 # co19 issue #528, Const: wrong number of type arguments 58 # co19 issue #528, Const: wrong number of type arguments
59 Language/12_Expressions/12_Instance_Creation_A01_t02: fail, OK
60 Language/12_Expressions/12_Instance_Creation_A01_t05: fail, OK 59 Language/12_Expressions/12_Instance_Creation_A01_t05: fail, OK
61 Language/12_Expressions/12_Instance_Creation_A01_t06: fail, OK 60 Language/12_Expressions/12_Instance_Creation_A01_t06: fail, OK
62 61
63 # co19 issue #541: tests contain unqualified reference to static members defined in superclass 62 # co19 issue #541: tests contain unqualified reference to static members defined in superclass
64 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07: fail, OK 63 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07: fail, OK
65 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK 64 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK
66 65
67 # co19 issue #543: invocation of a non-function 66 # co19 issue #543: invocation of a non-function
68 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: fail, OK 67 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: fail, OK
69 68
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 LibTest/async/EventTransformStream/skip_A01_t01: Fail 142 LibTest/async/EventTransformStream/skip_A01_t01: Fail
144 LibTest/async/EventTransformStream/takeWhile_A01_t01: Fail 143 LibTest/async/EventTransformStream/takeWhile_A01_t01: Fail
145 LibTest/async/EventTransformStream/take_A01_t01: Fail 144 LibTest/async/EventTransformStream/take_A01_t01: Fail
146 LibTest/async/EventTransformStream/take_A01_t02: Fail 145 LibTest/async/EventTransformStream/take_A01_t02: Fail
147 LibTest/async/EventTransformStream/take_A01_t03: Fail 146 LibTest/async/EventTransformStream/take_A01_t03: Fail
148 LibTest/async/EventTransformStream/toList_A01_t01: Fail 147 LibTest/async/EventTransformStream/toList_A01_t01: Fail
149 LibTest/async/EventTransformStream/toSet_A01_t01: Fail 148 LibTest/async/EventTransformStream/toSet_A01_t01: Fail
150 LibTest/async/EventTransformStream/transform_A01_t01: Fail 149 LibTest/async/EventTransformStream/transform_A01_t01: Fail
151 LibTest/async/EventTransformStream/where_A01_t01: Fail 150 LibTest/async/EventTransformStream/where_A01_t01: Fail
152 LibTest/async/EventTransformStream/where_A01_t02: Fail 151 LibTest/async/EventTransformStream/where_A01_t02: Fail
153 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail
154 LibTest/async/Stream/transform_A01_t01: Fail
155 LibTest/async/StreamEventTransformer/bind_A01_t01: Fail 152 LibTest/async/StreamEventTransformer/bind_A01_t01: Fail
156 LibTest/async/StreamEventTransformer/handleData_A01_t01: Fail 153 LibTest/async/StreamEventTransformer/handleData_A01_t01: Fail
157 LibTest/async/StreamEventTransformer/handleDone_A01_t01: Fail 154 LibTest/async/StreamEventTransformer/handleDone_A01_t01: Fail
158 LibTest/async/StreamEventTransformer/handleError_A01_t01: Fail 155 LibTest/async/StreamEventTransformer/handleError_A01_t01: Fail
159 156
160 Language/13_Statements/09_Switch_A02_t04: Fail # Issue 629 157 Language/13_Statements/09_Switch_A02_t04: Fail # Issue 629
161 158
162 Language/07_Classes/6_Constructors/2_Factories_A14_t01: Fail # co19-roll r623: P lease triage this failure 159 Language/07_Classes/6_Constructors/2_Factories_A14_t01: Fail # co19-roll r623: P lease triage this failure
163 Language/07_Classes/6_Constructors/2_Factories_A14_t02: Fail # co19-roll r623: P lease triage this failure 160 Language/07_Classes/6_Constructors/2_Factories_A14_t02: Fail # co19-roll r623: P lease triage this failure
164 Language/12_Expressions/05_Strings_A20_t01: Fail # co19-roll r623: Please triage this failure 161 Language/12_Expressions/05_Strings_A20_t01: Fail # co19-roll r623: Please triage this failure
165 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail # co1 9-roll r623: Please triage this failure 162 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail # co1 9-roll r623: Please triage this failure
166 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail # co19-roll r623: Ple ase triage this failure 163 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail # co19-roll r623: Ple ase triage this failure
167 LibTest/collection/Queue/Queue_class_A01_t01: Fail # co19-roll r623: Please tria ge this failure 164 LibTest/collection/Queue/Queue_class_A01_t01: Fail # co19-roll r623: Please tria ge this failure
168 LibTest/core/Iterable/Iterable.generate_A01_t01: Fail # co19-roll r623: Please t riage this failure 165 LibTest/core/Iterable/Iterable.generate_A01_t01: Fail # co19-roll r623: Please t riage this failure
166
167 Language/13_Statements/04_Local_Function_Declaration_A04_t02: Fail # co19-roll r 641: Please triage this failure
168 LibTest/collection/HashMap/allTests_A01_t01: Fail # co19-roll r641: Please triag e this failure
169 LibTest/collection/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail # co19-roll r 641: Please triage this failure
170 LibTest/collection/LinkedHashMap/allTests_A01_t01: Fail # co19-roll r641: Please triage this failure
171 LibTest/collection/SplayTreeMap/allTests_A01_t01: Fail # co19-roll r641: Please triage this failure
172 LibTest/core/Map/allTests_A01_t01: Fail # co19-roll r641: Please triage this fai lure
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-analyzer.status ('k') | dart/tests/co19/co19-co19.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698