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

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

Issue 12326041: Make an erroneous element when setting a final field. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | 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 || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 class_literal_test/01: Fail # Class literals are expression now; delete this tes t. 6 class_literal_test/01: Fail # Class literals are expression now; delete this tes t.
7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t. 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t.
8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t. 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t.
9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t. 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t.
10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t. 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t.
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 duplicate_implements_test/01: Fail # Negative language test. 259 duplicate_implements_test/01: Fail # Negative language test.
260 duplicate_implements_test/02: Fail # Negative language test. 260 duplicate_implements_test/02: Fail # Negative language test.
261 duplicate_implements_test/03: Fail # Negative language test. 261 duplicate_implements_test/03: Fail # Negative language test.
262 duplicate_implements_test/04: Fail # Negative language test. 262 duplicate_implements_test/04: Fail # Negative language test.
263 field2_negative_test: Fail # Negative language test. 263 field2_negative_test: Fail # Negative language test.
264 field3_negative_test: Fail # Negative language test. 264 field3_negative_test: Fail # Negative language test.
265 field4_negative_test: Fail # Negative language test. 265 field4_negative_test: Fail # Negative language test.
266 field5_negative_test: Fail # Negative language test. 266 field5_negative_test: Fail # Negative language test.
267 field6a_negative_test: Fail # Negative language test. 267 field6a_negative_test: Fail # Negative language test.
268 final_for_in_variable_test/01: Fail # Negative language test 268 final_for_in_variable_test/01: Fail # Negative language test
269 final_param_negative_test: Fail # Negative language test.
270 final_var_negative_test: Fail # Negative language test.
271 instantiate_type_variable_negative_test: Pass # For the wrong reason. 269 instantiate_type_variable_negative_test: Pass # For the wrong reason.
272 interface_factory3_negative_test: Fail # Negative language test. 270 interface_factory3_negative_test: Fail # Negative language test.
273 interface_factory_constructor_negative_test: Fail # Negative language test. 271 interface_factory_constructor_negative_test: Fail # Negative language test.
274 interface_static_method_negative_test: Fail # Negative language test. 272 interface_static_method_negative_test: Fail # Negative language test.
275 list_literal1_negative_test: Fail # Negative language test. 273 list_literal1_negative_test: Fail # Negative language test.
276 list_literal2_negative_test: Fail # Negative language test. 274 list_literal2_negative_test: Fail # Negative language test.
277 map_literal1_negative_test: Fail # Negative language test. 275 map_literal1_negative_test: Fail # Negative language test.
278 map_literal2_negative_test: Fail # Negative language test. 276 map_literal2_negative_test: Fail # Negative language test.
279 non_const_super_negative_test: Fail # Negative language test. 277 non_const_super_negative_test: Fail # Negative language test.
280 number_identifier_negative_test: Fail # Negative language test. 278 number_identifier_negative_test: Fail # Negative language test.
281 operator1_negative_test: Fail # Negative language test. 279 operator1_negative_test: Fail # Negative language test.
282 prefix23_negative_test: Fail # Negative language test. 280 prefix23_negative_test: Fail # Negative language test.
283 pseudo_kw_illegal_test/03: Fail # Negative language test. 281 pseudo_kw_illegal_test/03: Fail # Negative language test.
284 pseudo_kw_illegal_test/14: Fail # Negative language test. 282 pseudo_kw_illegal_test/14: Fail # Negative language test.
285 scope_negative_test: Fail # Negative language test. 283 scope_negative_test: Fail # Negative language test.
286 static_final_field2_negative_test: Fail # Negative language test.too
287 static_final_field_negative_test: Fail # Negative language test. 284 static_final_field_negative_test: Fail # Negative language test.
288 static_top_level_test/00: Fail # Negative language test. 285 static_top_level_test/00: Fail # Negative language test.
289 static_top_level_test/01: Fail # Negative language test. 286 static_top_level_test/01: Fail # Negative language test.
290 static_top_level_test/02: Fail # Negative language test. 287 static_top_level_test/02: Fail # Negative language test.
291 static_top_level_test/03: Fail # Negative language test. 288 static_top_level_test/03: Fail # Negative language test.
292 static_top_level_test/04: Fail # Negative language test. 289 static_top_level_test/04: Fail # Negative language test.
293 static_top_level_test/05: Fail # Negative language test. 290 static_top_level_test/05: Fail # Negative language test.
294 static_top_level_test/06: Fail # Negative language test. 291 static_top_level_test/06: Fail # Negative language test.
295 static_top_level_test/07: Fail # Negative language test. 292 static_top_level_test/07: Fail # Negative language test.
296 string_interpolation7_negative_test: Fail # Negative language test. 293 string_interpolation7_negative_test: Fail # Negative language test.
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 call_through_null_getter_test: Fail 359 call_through_null_getter_test: Fail
363 closure3_test: Fail 360 closure3_test: Fail
364 execute_finally3_test: Fail 361 execute_finally3_test: Fail
365 method_invocation_test: Fail 362 method_invocation_test: Fail
366 null_pointer_exception_test: Fail 363 null_pointer_exception_test: Fail
367 stack_overflow_test: Fail 364 stack_overflow_test: Fail
368 stack_overflow_stacktrace_test: Fail 365 stack_overflow_stacktrace_test: Fail
369 string_interpolate_npe_test: Fail 366 string_interpolate_npe_test: Fail
370 closure_call_wrong_argument_count_negative_test: Skip 367 closure_call_wrong_argument_count_negative_test: Skip
371 label_test: Skip 368 label_test: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698