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

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

Issue 18600007: Relax method override restrictions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Test and status updates. Created 7 years, 5 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 class_literal_test/01: Fail # Class literals are expression now; delete this tes t. 6 class_literal_test/01: Fail # Class literals are expression now; delete this tes t.
7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t. 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t.
8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t. 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t.
9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t. 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t.
10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t. 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t.
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 146 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
147 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 147 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
148 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 148 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
149 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 149 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
150 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 150 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
151 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 151 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
152 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 152 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
153 method_binding_test: Fail # internal error: super property read not implemented. 153 method_binding_test: Fail # internal error: super property read not implemented.
154 method_override_test: Fail # cannot resolve type GetKeysFunctionType 154 method_override_test: Fail # cannot resolve type GetKeysFunctionType
155 method_override2_test/00: Fail # accepts illegal override 155 method_override2_test/00: Fail # accepts illegal override
156 method_override2_test/01: Fail # accepts illegal override
157 method_override2_test/02: Fail # accepts illegal override 156 method_override2_test/02: Fail # accepts illegal override
158 method_override2_test/03: Fail # accepts illegal override 157 method_override2_test/03: Fail # accepts illegal override
158 method_override5_test: Fail # Issue 11496
159 abstract_getter_test/01: Fail # instantiation of abstract class 159 abstract_getter_test/01: Fail # instantiation of abstract class
160 abstract_factory_constructor_test/01: Fail # instantiation of abstract class 160 abstract_factory_constructor_test/01: Fail # instantiation of abstract class
161 parameter_initializer6_negative_test: Fail # Issue 3502 161 parameter_initializer6_negative_test: Fail # Issue 3502
162 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions. 162 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions.
163 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types. 163 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types.
164 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning. 164 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning.
165 pseudo_kw_test: Fail # Unexpected token '(' 165 pseudo_kw_test: Fail # Unexpected token '('
166 super_implicit_closure_test: Fail # internal error: super property read not impl emented 166 super_implicit_closure_test: Fail # internal error: super property read not impl emented
167 on_catch_malformed_type_test: Fail # Malformed types cause compile-time errors. 167 on_catch_malformed_type_test: Fail # Malformed types cause compile-time errors.
168 168
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 method_invocation_test: Fail 310 method_invocation_test: Fail
311 null_pointer_exception_test: Fail 311 null_pointer_exception_test: Fail
312 stack_overflow_test: Fail 312 stack_overflow_test: Fail
313 stack_overflow_stacktrace_test: Fail 313 stack_overflow_stacktrace_test: Fail
314 string_interpolate_npe_test: Fail 314 string_interpolate_npe_test: Fail
315 closure_call_wrong_argument_count_negative_test: Skip 315 closure_call_wrong_argument_count_negative_test: Skip
316 label_test: Skip 316 label_test: Skip
317 317
318 [ $compiler == dart2js && $minified ] 318 [ $compiler == dart2js && $minified ]
319 function_subtype_inline0_test: Fail # Issue 11469 319 function_subtype_inline0_test: Fail # Issue 11469
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698