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

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

Issue 2939553005: Updated parser to produce error when trying to reinitialize final variables in class constructors. … (Closed)
Patch Set: Addressed final comment Created 3 years, 6 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
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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 6
7 generic_methods_generic_function_parameter_test: CompileTimeError # Issue 28515 7 generic_methods_generic_function_parameter_test: CompileTimeError # Issue 28515
8 generic_local_functions_test: CompileTimeError # Issue 28515 8 generic_local_functions_test: CompileTimeError # Issue 28515
9 9
10 regress_26668_test: Fail # Issue 26678 10 regress_26668_test: Fail # Issue 26678
(...skipping 10 matching lines...) Expand all
21 deep_nesting2_negative_test: CompileTimeError # Issue 25558 21 deep_nesting2_negative_test: CompileTimeError # Issue 25558
22 22
23 enum_syntax_test/05: Fail # Issue 21649 23 enum_syntax_test/05: Fail # Issue 21649
24 enum_syntax_test/06: Fail # Issue 21649 24 enum_syntax_test/06: Fail # Issue 21649
25 25
26 regress_17382_test: Skip # don't care about the static warning. 26 regress_17382_test: Skip # don't care about the static warning.
27 regress_23408_test: Skip # don't care about the static warning. 27 regress_23408_test: Skip # don't care about the static warning.
28 regress_25246_test: Skip 28 regress_25246_test: Skip
29 getter_setter_in_lib_test: Fail # Issue 23286 29 getter_setter_in_lib_test: Fail # Issue 23286
30 30
31 final_attempt_reinitialization_test.dart: Skip # Issue 29657
32
31 override_field_test/03: Fail # Issue 29703 33 override_field_test/03: Fail # Issue 29703
32 method_override7_test/03: Fail # Issue 11497 34 method_override7_test/03: Fail # Issue 11497
33 35
34 external_test/21: Fail 36 external_test/21: Fail
35 external_test/24: Fail 37 external_test/24: Fail
36 external_test/25: Fail 38 external_test/25: Fail
37 constructor_duplicate_final_test/03: Fail 39 constructor_duplicate_final_test/03: Fail
38 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565 40 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565
39 41
40 multiline_newline_test/01: CompileTimeError # Issue 23888 42 multiline_newline_test/01: CompileTimeError # Issue 23888
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 446
445 regress_27572_test: StaticWarning # Warning about undefined method expected. 447 regress_27572_test: StaticWarning # Warning about undefined method expected.
446 448
447 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709 449 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709
448 450
449 [ $compiler == dart2analyzer && $builder_tag == strong ] 451 [ $compiler == dart2analyzer && $builder_tag == strong ]
450 *: Skip # Issue 28649 452 *: Skip # Issue 28649
451 453
452 [ $compiler == dart2analyzer && $system != windows ] 454 [ $compiler == dart2analyzer && $system != windows ]
453 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664 455 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664
OLDNEW
« no previous file with comments | « tests/language/final_attempt_reinitialization_test.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698