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

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

Issue 707073002: Fix analyzer's treatment of mixin constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Improve error message. Created 6 years, 1 month 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
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 constructor_duplicate_final_test/01: Fail # Issue 13363 6 constructor_duplicate_final_test/01: Fail # Issue 13363
7 constructor_duplicate_final_test/02: Fail # Issue 13363 7 constructor_duplicate_final_test/02: Fail # Issue 13363
8 override_inheritance_mixed_test/08: Fail # Issue 18124 8 override_inheritance_mixed_test/08: Fail # Issue 18124
9 override_inheritance_mixed_test/09: Fail # Issue 18124 9 override_inheritance_mixed_test/09: Fail # Issue 18124
10 bad_constructor_test/05: CompileTimeError # Issue 13669 10 bad_constructor_test/05: CompileTimeError # Issue 13669
11 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 11 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
12 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 12 full_stacktrace2_test: Pass, RuntimeError # Issue 12698
13 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 13 full_stacktrace3_test: Pass, RuntimeError # Issue 12698
14 stacktrace_test: Pass, RuntimeError # # Issue 12698 14 stacktrace_test: Pass, RuntimeError # # Issue 12698
15 stacktrace_rethrow_nonerror_test: Pass, RuntimeError # Issue 12698 15 stacktrace_rethrow_nonerror_test: Pass, RuntimeError # Issue 12698
16 stacktrace_rethrow_error_test: Pass, RuntimeError # Issue 12698 16 stacktrace_rethrow_error_test: Pass, RuntimeError # Issue 12698
17 illegal_invocation_test/01: CompileTimeError # Issue 13630 17 illegal_invocation_test/01: CompileTimeError # Issue 13630
18 instantiate_type_variable_test/01: CompileTimeError # Issue 13631 18 instantiate_type_variable_test/01: CompileTimeError # Issue 13631
19 library_ambiguous_test/00: CompileTimeError # Issue 13632 19 library_ambiguous_test/00: CompileTimeError # Issue 13632
20 library_ambiguous_test/01: CompileTimeError # Issue 13632 20 library_ambiguous_test/01: CompileTimeError # Issue 13632
21 library_ambiguous_test/02: CompileTimeError # Issue 13632 21 library_ambiguous_test/02: CompileTimeError # Issue 13632
22 library_ambiguous_test/03: CompileTimeError # Issue 13632 22 library_ambiguous_test/03: CompileTimeError # Issue 13632
23 type_variable_conflict_test/01: Fail # Issue 13702 23 type_variable_conflict_test/01: Fail # Issue 13702
24 type_variable_conflict_test/02: Fail # Issue 13702 24 type_variable_conflict_test/02: Fail # Issue 13702
25 type_variable_conflict_test/03: Fail # Issue 13702 25 type_variable_conflict_test/03: Fail # Issue 13702
26 type_variable_conflict_test/04: Fail # Issue 13702 26 type_variable_conflict_test/04: Fail # Issue 13702
27 type_variable_conflict_test/05: Fail # Issue 13702 27 type_variable_conflict_test/05: Fail # Issue 13702
28 type_variable_conflict_test/06: Fail # Issue 13702 28 type_variable_conflict_test/06: Fail # Issue 13702
29 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # Issue 15101
30 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # Issue 15101
31 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # Issue 15101
32 mixin_super_constructor_named_test/01: Fail # Issue 15101
33 mixin_super_constructor_positionals_test/01: Fail # Issue 15101
29 34
30 ref_before_declaration_test/00: MissingCompileTimeError 35 ref_before_declaration_test/00: MissingCompileTimeError
31 ref_before_declaration_test/01: MissingCompileTimeError 36 ref_before_declaration_test/01: MissingCompileTimeError
32 ref_before_declaration_test/02: MissingCompileTimeError 37 ref_before_declaration_test/02: MissingCompileTimeError
33 ref_before_declaration_test/03: MissingCompileTimeError 38 ref_before_declaration_test/03: MissingCompileTimeError
34 ref_before_declaration_test/04: MissingCompileTimeError 39 ref_before_declaration_test/04: MissingCompileTimeError
35 ref_before_declaration_test/05: MissingCompileTimeError 40 ref_before_declaration_test/05: MissingCompileTimeError
36 ref_before_declaration_test/06: MissingCompileTimeError 41 ref_before_declaration_test/06: MissingCompileTimeError
37 42
38 external_test/10: Fail 43 external_test/10: Fail
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 184
180 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ] 185 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ]
181 type_variable_conflict2_test/01: RuntimeError # Issue 16180 186 type_variable_conflict2_test/01: RuntimeError # Issue 16180
182 187
183 [ $compiler == dart2dart ] 188 [ $compiler == dart2dart ]
184 type_variable_conflict2_test/02: MissingCompileTimeError # Issue 19725 189 type_variable_conflict2_test/02: MissingCompileTimeError # Issue 19725
185 type_variable_conflict2_test/06: MissingCompileTimeError # Issue 16180 190 type_variable_conflict2_test/06: MissingCompileTimeError # Issue 16180
186 type_variable_conflict2_test/08: MissingCompileTimeError # Issue 16180 191 type_variable_conflict2_test/08: MissingCompileTimeError # Issue 16180
187 type_variable_conflict2_test/10: MissingCompileTimeError # Issue 16180 192 type_variable_conflict2_test/10: MissingCompileTimeError # Issue 16180
188 regress_13494_test: Fail # Issue 13494 193 regress_13494_test: Fail # Issue 13494
189 mixin_super_constructor_named_test: Fail # Issue 12631
190 mixin_super_constructor_positionals_test: Fail # Issue 12631
191 194
192 built_in_identifier_prefix_test: Fail # Issue 6972 195 built_in_identifier_prefix_test: Fail # Issue 6972
193 constructor_initializer_test/none: Fail # Issue 12633 196 constructor_initializer_test/none: Fail # Issue 12633
194 197
195 # Mixins fail on the VM. 198 # Mixins fail on the VM.
196 mixin_forwarding_constructor2_test: Fail # Issue 13641
197
198 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 199 mixin_with_two_implicit_constructors_test: Fail # Issue 11889
199 200
200 # Calling unresolved class constructor: 201 # Calling unresolved class constructor:
201 call_nonexistent_constructor_test/01: Fail # Issue 13082 202 call_nonexistent_constructor_test/01: Fail # Issue 13082
202 call_nonexistent_constructor_test/02: Fail # Issue 13082 203 call_nonexistent_constructor_test/02: Fail # Issue 13082
203 204
204 bad_override_test/01: Fail # Issue 11496 205 bad_override_test/01: Fail # Issue 11496
205 bad_override_test/02: Fail # Issue 11496 206 bad_override_test/02: Fail # Issue 11496
206 207
207 constructor_named_arguments_test/01: Fail # Issue 5519 208 constructor_named_arguments_test/01: Fail # Issue 5519
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 246
246 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 247 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
247 super_call4_test: Fail, OK # hardcoded names. 248 super_call4_test: Fail, OK # hardcoded names.
248 249
249 [ $minified ] 250 [ $minified ]
250 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 251 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
251 252
252 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 253 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
253 *deferred*: Skip # Issue 17458 254 *deferred*: Skip # Issue 17458
254 cha_deopt*: Skip # Issue 17458 255 cha_deopt*: Skip # Issue 17458
OLDNEW
« no previous file with comments | « tests/language/language_analyzer.status ('k') | tests/language/mixin_forwarding_constructor2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698