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

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

Issue 2953843003: Reintroducing parser changes to cause compile-time errors when trying to reinitialize a final field… (Closed)
Patch Set: 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 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 6 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
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/01: MissingCompileTimeError # Issue 29657
32 final_attempt_reinitialization_test/02: MissingCompileTimeError # Issue 29657
33 const_error_multiply_initialized_test/02: MissingCompileTimeError # Issue 29657
34 const_error_multiply_initialized_test/04: MissingCompileTimeError # Issue 29657
35
31 override_field_test/03: Fail # Issue 29703 36 override_field_test/03: Fail # Issue 29703
32 method_override7_test/03: Fail # Issue 11497 37 method_override7_test/03: Fail # Issue 11497
33 38
34 external_test/21: Fail 39 external_test/21: Fail
35 external_test/24: Fail 40 external_test/24: Fail
36 external_test/25: Fail 41 external_test/25: Fail
37 constructor_duplicate_final_test/03: Fail 42 constructor_duplicate_final_test/03: Fail
38 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565 43 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565
39 44
40 multiline_newline_test/01: CompileTimeError # Issue 23888 45 multiline_newline_test/01: CompileTimeError # Issue 23888
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 448
444 regress_27572_test: StaticWarning # Warning about undefined method expected. 449 regress_27572_test: StaticWarning # Warning about undefined method expected.
445 450
446 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709 451 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709
447 452
448 [ $compiler == dart2analyzer && $builder_tag == strong ] 453 [ $compiler == dart2analyzer && $builder_tag == strong ]
449 *: Skip # Issue 28649 454 *: Skip # Issue 28649
450 455
451 [ $compiler == dart2analyzer && $system != windows ] 456 [ $compiler == dart2analyzer && $system != windows ]
452 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664 457 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