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

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

Issue 134083005: Handle wrong method invocation of a type parameter (fix issue 13134). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 11 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
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 bad_constructor_test/05: CompileTimeError # Issue 13669 6 bad_constructor_test/05: CompileTimeError # Issue 13669
7 malformed_test/05: MissingCompileTimeError # Issue 12695 7 malformed_test/05: MissingCompileTimeError # Issue 12695
8 malformed_test/06: MissingCompileTimeError # Issue 12695 8 malformed_test/06: MissingCompileTimeError # Issue 12695
9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 malformed2_test/01: MissingCompileTimeError, OK 78 malformed2_test/01: MissingCompileTimeError, OK
79 generic_test: RuntimeError, OK 79 generic_test: RuntimeError, OK
80 named_parameters_type_test/01: MissingRuntimeError, OK 80 named_parameters_type_test/01: MissingRuntimeError, OK
81 named_parameters_type_test/02: MissingRuntimeError, OK 81 named_parameters_type_test/02: MissingRuntimeError, OK
82 named_parameters_type_test/03: MissingRuntimeError, OK 82 named_parameters_type_test/03: MissingRuntimeError, OK
83 positional_parameters_type_test/01: MissingRuntimeError, OK 83 positional_parameters_type_test/01: MissingRuntimeError, OK
84 positional_parameters_type_test/02: MissingRuntimeError, OK 84 positional_parameters_type_test/02: MissingRuntimeError, OK
85 issue13474_test: RuntimeError, OK 85 issue13474_test: RuntimeError, OK
86 86
87 [ $compiler == dart2js && $minified ] 87 [ $compiler == dart2js && $minified ]
88 cyclic_type_test: Fail # Issue 12605. 88 cyclic_type_test: Fail # Issue 12605
89 cyclic_type2_test: Fail # Issue 12605. 89 cyclic_type2_test: Fail # Issue 12605
90 f_bounded_quantification4_test: Fail # Issue 12605. 90 f_bounded_quantification4_test: Fail # Issue 12605
91 f_bounded_quantification5_test: Fail # Issue 12605. 91 f_bounded_quantification5_test: Fail # Issue 12605
92 mixin_generic_test: Fail # Issue 12605. 92 mixin_generic_test: Fail # Issue 12605
93 mixin_mixin2_test: Fail # Issue 12605. 93 mixin_mixin2_test: Fail # Issue 12605
94 mixin_mixin3_test: Fail # Issue 12605. 94 mixin_mixin3_test: Fail # Issue 12605
95 mixin_mixin4_test: Fail # Issue 12605. 95 mixin_mixin4_test: Fail # Issue 12605
96 mixin_mixin5_test: Fail # Issue 12605. 96 mixin_mixin5_test: Fail # Issue 12605
97 mixin_mixin6_test: Fail # Issue 12605. 97 mixin_mixin6_test: Fail # Issue 12605
98 mixin_mixin_bound_test: RuntimeError # Issue 12605. 98 mixin_mixin_bound_test: RuntimeError # Issue 12605
99 mixin_mixin_bound2_test: RuntimeError # Issue 12605. 99 mixin_mixin_bound2_test: RuntimeError # Issue 12605
100 100
101 [ $compiler == dart2js ] 101 [ $compiler == dart2js ]
102 type_variable_conflict2_test/01: RuntimeError # Issue 16180
102 function_type_alias9_test/00: Crash 103 function_type_alias9_test/00: Crash
103 malformed_test/none: RuntimeError # Issue 12695 104 malformed_test/none: RuntimeError # Issue 12695
104 branch_canonicalization_test: RuntimeError # Issue 638. 105 branch_canonicalization_test: RuntimeError # Issue 638.
105 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 106 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596
106 integer_division_by_zero_test: RuntimeError # Issue 8301 107 integer_division_by_zero_test: RuntimeError # Issue 8301
107 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 108 built_in_identifier_prefix_test: CompileTimeError # Issue 6972
108 number_identity2_test: RuntimeError # Issue 12596 109 number_identity2_test: RuntimeError # Issue 12596
109 new_expression_type_args_test/00: CompileTimeError # Issue 5519 110 new_expression_type_args_test/00: CompileTimeError # Issue 5519
110 new_expression_type_args_test/01: CompileTimeError # Issue 5519 111 new_expression_type_args_test/01: CompileTimeError # Issue 5519
111 double_int_to_string_test: RuntimeError # Issue 1533 112 double_int_to_string_test: RuntimeError # Issue 1533
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 closure3_test: Fail 198 closure3_test: Fail
198 execute_finally3_test: Fail 199 execute_finally3_test: Fail
199 method_invocation_test: Fail 200 method_invocation_test: Fail
200 stack_overflow_test: Fail 201 stack_overflow_test: Fail
201 stack_overflow_stacktrace_test: Fail 202 stack_overflow_stacktrace_test: Fail
202 closure_call_wrong_argument_count_negative_test: Skip 203 closure_call_wrong_argument_count_negative_test: Skip
203 label_test: Skip 204 label_test: Skip
204 205
205 206
206 [ $compiler == dart2dart ] 207 [ $compiler == dart2dart ]
208 type_variable_conflict2_test/02: MissingCompileTimeError # Issue 16180
209 type_variable_conflict2_test/06: MissingCompileTimeError # Issue 16180
210 type_variable_conflict2_test/08: MissingCompileTimeError # Issue 16180
207 regress_13494_test: Fail # Issue 13494 211 regress_13494_test: Fail # Issue 13494
208 malformed_test/none: CompileTimeError # Issue 12695 212 malformed_test/none: CompileTimeError # Issue 12695
209 mixin_super_constructor_named_test: Fail # Issue 12631 213 mixin_super_constructor_named_test: Fail # Issue 12631
210 mixin_super_constructor_positionals_test: Fail # Issue 12631 214 mixin_super_constructor_positionals_test: Fail # Issue 12631
211 215
212 built_in_identifier_prefix_test: Fail # Issue 6972 216 built_in_identifier_prefix_test: Fail # Issue 6972
213 constructor_initializer_test/none: Fail # Issue 12633 217 constructor_initializer_test/none: Fail # Issue 12633
214 factory3_test: Fail # Issue 13077 218 factory3_test: Fail # Issue 13077
215 redirecting_factory_long_test: Fail # Issue 13077 219 redirecting_factory_long_test: Fail # Issue 13077
216 type_checks_in_factory_method_test: Fail # Issue 12747 220 type_checks_in_factory_method_test: Fail # Issue 12747
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 [ $compiler == dart2dart && $minified ] 309 [ $compiler == dart2dart && $minified ]
306 cyclic_type_test: Fail # Issue 12605. 310 cyclic_type_test: Fail # Issue 12605.
307 cyclic_type2_test: Fail # Issue 12605. 311 cyclic_type2_test: Fail # Issue 12605.
308 super_getter_setter_test: Fail # Issue 11065. 312 super_getter_setter_test: Fail # Issue 11065.
309 f_bounded_quantification4_test: Fail # Issue 12605. 313 f_bounded_quantification4_test: Fail # Issue 12605.
310 f_bounded_quantification5_test: Fail # Issue 12605. 314 f_bounded_quantification5_test: Fail # Issue 12605.
311 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 315 many_overridden_no_such_method_test: Pass, Fail # Issue 13078
312 overridden_no_such_method_test: Pass, Fail # Issue 13078 316 overridden_no_such_method_test: Pass, Fail # Issue 13078
313 no_such_method_test: Pass, Fail # Issue 13078 317 no_such_method_test: Pass, Fail # Issue 13078
314 type_variable_typedef_test: Fail # Issue 11467 318 type_variable_typedef_test: Fail # Issue 11467
319 type_variable_conflict2_test/01: RuntimeError # Issue 16180
315 320
316 import_core_prefix_test: Pass 321 import_core_prefix_test: Pass
317 prefix22_test: Pass 322 prefix22_test: Pass
318 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 323 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
319 super_call4_test: Fail, OK # hardcoded names. 324 super_call4_test: Fail, OK # hardcoded names.
320 325
321 [ $minified ] 326 [ $minified ]
322 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 327 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
323 328
324 [ $runtime == ie9 ] 329 [ $runtime == ie9 ]
325 stack_trace_test: Fail, OK # Stack traces not available in IE9. 330 stack_trace_test: Fail, OK # Stack traces not available in IE9.
326 331
327 [ $compiler == dart2js && $host_checked ] 332 [ $compiler == dart2js && $host_checked ]
328 const_factory_with_body_test/01: Crash 333 const_factory_with_body_test/01: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698