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

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
211 type_variable_conflict2_test/10: MissingCompileTimeError # Issue 16180
207 osr_test: RuntimeError # OK to fail with unreachable code. 212 osr_test: RuntimeError # OK to fail with unreachable code.
208 regress_13494_test: Fail # Issue 13494 213 regress_13494_test: Fail # Issue 13494
209 malformed_test/none: CompileTimeError # Issue 12695 214 malformed_test/none: CompileTimeError # Issue 12695
210 mixin_super_constructor_named_test: Fail # Issue 12631 215 mixin_super_constructor_named_test: Fail # Issue 12631
211 mixin_super_constructor_positionals_test: Fail # Issue 12631 216 mixin_super_constructor_positionals_test: Fail # Issue 12631
212 217
213 built_in_identifier_prefix_test: Fail # Issue 6972 218 built_in_identifier_prefix_test: Fail # Issue 6972
214 constructor_initializer_test/none: Fail # Issue 12633 219 constructor_initializer_test/none: Fail # Issue 12633
215 factory3_test: Fail # Issue 13077 220 factory3_test: Fail # Issue 13077
216 redirecting_factory_long_test: Fail # Issue 13077 221 redirecting_factory_long_test: Fail # Issue 13077
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 [ $compiler == dart2dart && $minified ] 311 [ $compiler == dart2dart && $minified ]
307 cyclic_type_test: Fail # Issue 12605. 312 cyclic_type_test: Fail # Issue 12605.
308 cyclic_type2_test: Fail # Issue 12605. 313 cyclic_type2_test: Fail # Issue 12605.
309 super_getter_setter_test: Fail # Issue 11065. 314 super_getter_setter_test: Fail # Issue 11065.
310 f_bounded_quantification4_test: Fail # Issue 12605. 315 f_bounded_quantification4_test: Fail # Issue 12605.
311 f_bounded_quantification5_test: Fail # Issue 12605. 316 f_bounded_quantification5_test: Fail # Issue 12605.
312 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 317 many_overridden_no_such_method_test: Pass, Fail # Issue 13078
313 overridden_no_such_method_test: Pass, Fail # Issue 13078 318 overridden_no_such_method_test: Pass, Fail # Issue 13078
314 no_such_method_test: Pass, Fail # Issue 13078 319 no_such_method_test: Pass, Fail # Issue 13078
315 type_variable_typedef_test: Fail # Issue 11467 320 type_variable_typedef_test: Fail # Issue 11467
321 type_variable_conflict2_test/01: RuntimeError # Issue 16180
316 322
317 import_core_prefix_test: Pass 323 import_core_prefix_test: Pass
318 prefix22_test: Pass 324 prefix22_test: Pass
319 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 325 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
320 super_call4_test: Fail, OK # hardcoded names. 326 super_call4_test: Fail, OK # hardcoded names.
321 327
322 [ $minified ] 328 [ $minified ]
323 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 329 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
324 330
325 [ $runtime == ie9 ] 331 [ $runtime == ie9 ]
326 stack_trace_test: Fail, OK # Stack traces not available in IE9. 332 stack_trace_test: Fail, OK # Stack traces not available in IE9.
327 333
328 [ $compiler == dart2js && $host_checked ] 334 [ $compiler == dart2js && $host_checked ]
329 const_factory_with_body_test/01: Crash 335 const_factory_with_body_test/01: Crash
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/type_variable_conflict2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698