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

Side by Side Diff: dart/tests/language/language.status

Issue 10829422: Update status file for dart2dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Overlooked some tests in previous round Created 8 years, 4 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 [ $browser ] 150 [ $browser ]
151 151
152 152
153 [ $arch == simarm ] 153 [ $arch == simarm ]
154 *: Skip 154 *: Skip
155 155
156 [ $arch == arm ] 156 [ $arch == arm ]
157 *: Skip 157 *: Skip
158 158
159 [ $compiler == dart2dart ] 159 [ $compiler == dart2dart ]
160 call_through_getter_test: Fail # TODO(ahe): I'm working on this. 160 implicit_this_test/03: Fail # TODO(ahe): Handle abstract getters.
161 call_through_null_getter_test: Fail # TODO(ahe): I'm working on this. 161 implicit_this_test/04: Fail # TODO(ahe): Handle abstract getters.
162 cascade_precedence_test: Fail # TODO(ahe): I'm working on this. 162 property_field_override_test: Fail # TODO(ahe): Handle abstract getters.
163 compound_assignment_operator_test: Fail # TODO(ahe): I'm working on this.
164 const_test: Fail # TODO(ahe): I'm working on this.
165 field_test: Fail # TODO(ahe): I'm working on this.
166 getter_closure_execution_order_test: Fail # TODO(ahe): I'm working on this.
167 getter_no_setter_test/00: Fail # TODO(ahe): I'm working on this.
168 getter_no_setter_test/none: Fail # TODO(ahe): I'm working on this.
169 getter_setter_in_lib_test: Fail # TODO(ahe): I'm working on this.
170 getters_setters2_test/01: Fail # TODO(ahe): I'm working on this.
171 getters_setters2_test/02: Fail # TODO(ahe): I'm working on this.
172 getters_setters2_test/03: Fail # TODO(ahe): I'm working on this.
173 getters_setters2_test/none: Fail # TODO(ahe): I'm working on this.
174 getters_setters_type2_test: Fail # TODO(ahe): I'm working on this.
175 getters_setters_type3_test: Fail # TODO(ahe): I'm working on this.
176 getters_setters_type_test/01: Fail # TODO(ahe): I'm working on this.
177 getters_setters_type_test/none: Fail # TODO(ahe): I'm working on this.
178 implicit_this_test/01: Fail # TODO(ahe): I'm working on this.
179 implicit_this_test/02: Fail # TODO(ahe): I'm working on this.
180 implicit_this_test/03: Fail # TODO(ahe): I'm working on this.
181 implicit_this_test/04: Fail # TODO(ahe): I'm working on this.
182 implicit_this_test/none: Fail # TODO(ahe): I'm working on this.
183 incr_op_test: Fail # TODO(ahe): I'm working on this.
184 instance_compound_assignment_operator_test: Fail # TODO(ahe): I'm working on thi s.
185 interface_inherit_field_test: Fail # TODO(ahe): I'm working on this.
186 map_literal2_test: Fail # TODO(ahe): I'm working on this.
187 naming3_test: Fail # TODO(ahe): I'm working on this.
188 naming_test: Fail # TODO(ahe): I'm working on this.
189 optimized_setter_test: Fail # TODO(ahe): I'm working on this.
190 parameter_initializer_test: Fail # TODO(ahe): I'm working on this.
191 prefix21_test: Fail # TODO(ahe): I'm working on this.
192 property_field_override_test: Fail # TODO(ahe): I'm working on this.
193 resolution_test: Fail # TODO(ahe): I'm working on this.
194 setter0_test: Fail # TODO(ahe): I'm working on this.
195 setter1_test: Fail # TODO(ahe): I'm working on this.
196 setter_no_getter_call_test/none: Fail # TODO(ahe): I'm working on this.
197 side_effect_throw_test: Fail # TODO(ahe): I'm working on this.
198 skip_expression_test: Fail # TODO(ahe): I'm working on this.
199 static_implicit_closure_test: Fail # TODO(ahe): I'm working on this.
200 static_implicit_closure_test: Fail # TODO(ahe): I'm working on this.
201 super_field_test: Fail # TODO(ahe): I'm working on this.
202 super_setter_test: Fail # TODO(ahe): I'm working on this.
203 top_level_func_test: Fail # TODO(ahe): I'm working on this.
204 top_level_in_initializer_test: Fail # TODO(ahe): I'm working on this.
205 top_level_prefixed_declaration_test: Fail # TODO(ahe): I'm working on this.
206 type_variable_scope_test/00: Fail # TODO(ahe): I'm working on this.
207 type_variable_scope_test/01: Fail # TODO(ahe): I'm working on this.
208 type_variable_scope_test/02: Fail # TODO(ahe): I'm working on this.
209 type_variable_scope_test/03: Fail # TODO(ahe): I'm working on this.
210 type_variable_scope_test/04: Fail # TODO(ahe): I'm working on this.
211 type_variable_scope_test/05: Fail # TODO(ahe): I'm working on this.
212 type_variable_scope_test/none: Fail # TODO(ahe): I'm working on this.
213 163
214 const_var_test: Fail # Map literals take 2 type arguments. 164 const_var_test: Fail # Map literals take 2 type arguments.
215 map_literal3_test: Fail # Map literals take 2 type arguments. 165 map_literal3_test: Fail # Map literals take 2 type arguments.
216 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 166 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
217 field1_negative_test: Fail, OK # Bad test: assumes eager loading. 167 field1_negative_test: Fail, OK # Bad test: assumes eager loading.
218 field6_negative_test: Fail, OK # Bad test: assumes eager loading. 168 field6_negative_test: Fail, OK # Bad test: assumes eager loading.
219 field7_negative_test: Fail, OK # Bad test: assumes eager loading. 169 field7_negative_test: Fail, OK # Bad test: assumes eager loading.
220 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 170 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
221 # Common problems with dart2js. In illegal family, invalid 171 # Common problems with dart2js. In illegal family, invalid
222 # declarations are simply not parsed. In pseudo kw dart2js 172 # declarations are simply not parsed. In pseudo kw dart2js
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 field_override_test/02: Fail 252 field_override_test/02: Fail
303 field_override_test/none: Fail 253 field_override_test/none: Fail
304 gc_test: Fail 254 gc_test: Fail
305 super_closure_test: Fail 255 super_closure_test: Fail
306 super_field_access_test: Fail 256 super_field_access_test: Fail
307 super_first_constructor_test: Fail 257 super_first_constructor_test: Fail
308 # VM specific tests. 258 # VM specific tests.
309 disable_privacy_test: Fail, Ok 259 disable_privacy_test: Fail, Ok
310 # This test hard codes name of file being run and precise position. 260 # This test hard codes name of file being run and precise position.
311 generic_test: Fail, Ok 261 generic_test: Fail, Ok
312 top_level_getter_arrow_syntax_test: Fail # TODO(ahe): I'm working on this.
313 getters_setters_test: Fail # TODO(ahe): I'm working on this.
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