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

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

Issue 1175073002: Report a compile-time error if a const field is multiply initialized. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
« no previous file with comments | « tests/language/const_error_multiply_initialized_test.dart ('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 ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 if_null_assignment_behavior_test/30: Crash # Issue 23611 72 if_null_assignment_behavior_test/30: Crash # Issue 23611
73 prefix_assignment_test/01: Crash # Issue 23611 73 prefix_assignment_test/01: Crash # Issue 23611
74 prefix_assignment_test/02: Crash # Issue 23611 74 prefix_assignment_test/02: Crash # Issue 23611
75 prefix_identifier_reference_test/01: MissingCompileTimeError # Issue 23611 75 prefix_identifier_reference_test/01: MissingCompileTimeError # Issue 23611
76 prefix_identifier_reference_test/02: MissingCompileTimeError # Issue 23611 76 prefix_identifier_reference_test/02: MissingCompileTimeError # Issue 23611
77 prefix_identifier_reference_test/03: MissingCompileTimeError # Issue 23611 77 prefix_identifier_reference_test/03: MissingCompileTimeError # Issue 23611
78 prefix_identifier_reference_test/04: Crash # Issue 23611 78 prefix_identifier_reference_test/04: Crash # Issue 23611
79 prefix_identifier_reference_test/05: Crash # Issue 23611 79 prefix_identifier_reference_test/05: Crash # Issue 23611
80 prefix_unqualified_invocation_test/01: RuntimeError # Issue 23611 80 prefix_unqualified_invocation_test/01: RuntimeError # Issue 23611
81 81
82 const_error_multiply_initialized_test/02: CompileTimeError # Issue 23618
83 const_error_multiply_initialized_test/04: CompileTimeError # Issue 23618
84
82 # VM specific tests that should not be run by dart2js. 85 # VM specific tests that should not be run by dart2js.
83 vm/*: Skip # Issue 12699 86 vm/*: Skip # Issue 12699
84 87
85 [ $compiler == dart2js && $checked ] 88 [ $compiler == dart2js && $checked ]
86 type_variable_bounds_test/02: Fail # Issue 12702 89 type_variable_bounds_test/02: Fail # Issue 12702
87 type_variable_bounds2_test/01: Fail # Issue 12702 90 type_variable_bounds2_test/01: Fail # Issue 12702
88 type_variable_bounds2_test/04: Fail # Issue 12702 91 type_variable_bounds2_test/04: Fail # Issue 12702
89 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). 92 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons).
90 type_variable_bounds3_test/00: Fail # Issue 12702 93 type_variable_bounds3_test/00: Fail # Issue 12702
91 closure_type_test: Fail # Issue 12745 94 closure_type_test: Fail # Issue 12745
(...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 type_variable_typedef_test: Crash # Please triage this failure. 899 type_variable_typedef_test: Crash # Please triage this failure.
897 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1. 900 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1.
898 typevariable_substitution2_test/01: Crash # Please triage this failure. 901 typevariable_substitution2_test/01: Crash # Please triage this failure.
899 typevariable_substitution2_test/02: Crash # Please triage this failure. 902 typevariable_substitution2_test/02: Crash # Please triage this failure.
900 typevariable_substitution2_test/none: Crash # Please triage this failure. 903 typevariable_substitution2_test/none: Crash # Please triage this failure.
901 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 904 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
902 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 905 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
903 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 906 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
904 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 907 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
905 void_type_test: Crash # Unhandled node 908 void_type_test: Crash # Unhandled node
OLDNEW
« no previous file with comments | « tests/language/const_error_multiply_initialized_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698