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

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

Issue 12298029: Turn error into warning for non-static member access through the class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 method_override2_test/01: Fail # accepts illegal override 187 method_override2_test/01: Fail # accepts illegal override
188 method_override2_test/02: Fail # accepts illegal override 188 method_override2_test/02: Fail # accepts illegal override
189 method_override2_test/03: Fail # accepts illegal override 189 method_override2_test/03: Fail # accepts illegal override
190 abstract_getter_test/01: Fail # instantiation of abstract class 190 abstract_getter_test/01: Fail # instantiation of abstract class
191 abstract_factory_constructor_test/01: Fail # instantiation of abstract class 191 abstract_factory_constructor_test/01: Fail # instantiation of abstract class
192 parameter_initializer6_negative_test: Fail # Issue 3502 192 parameter_initializer6_negative_test: Fail # Issue 3502
193 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions. 193 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions.
194 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types. 194 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types.
195 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning. 195 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning.
196 pseudo_kw_test: Fail # Unexpected token '(' 196 pseudo_kw_test: Fail # Unexpected token '('
197 static_field3_test/0*: Fail
198 super_implicit_closure_test: Fail # internal error: super property read not impl emented 197 super_implicit_closure_test: Fail # internal error: super property read not impl emented
199 super_operator_test: Fail # internal error: super property store not implemented 198 super_operator_test: Fail # internal error: super property store not implemented
200 switch_label_test: Fail # error: target of continue is not a loop or switch case 199 switch_label_test: Fail # error: target of continue is not a loop or switch case
201 on_catch_malformed_type_test: Fail # Malformed types cause compile-time errors. 200 on_catch_malformed_type_test: Fail # Malformed types cause compile-time errors.
202 201
203 202
204 # Failing tests for mixin type parameters. 203 # Failing tests for mixin type parameters.
205 mixin_type_parameters_mixin_test: Fail # http://dartbug.com/8116 204 mixin_type_parameters_mixin_test: Fail # http://dartbug.com/8116
206 mixin_type_parameters_super_test: Fail # http://dartbug.com/8116 205 mixin_type_parameters_super_test: Fail # http://dartbug.com/8116
207 mixin_type_parameters_mixin_extends_test: Fail # http://dartbug.com/8116 206 mixin_type_parameters_mixin_extends_test: Fail # http://dartbug.com/8116
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 call_through_null_getter_test: Fail 365 call_through_null_getter_test: Fail
367 closure3_test: Fail 366 closure3_test: Fail
368 execute_finally3_test: Fail 367 execute_finally3_test: Fail
369 method_invocation_test: Fail 368 method_invocation_test: Fail
370 null_pointer_exception_test: Fail 369 null_pointer_exception_test: Fail
371 stack_overflow_test: Fail 370 stack_overflow_test: Fail
372 stack_overflow_stacktrace_test: Fail 371 stack_overflow_stacktrace_test: Fail
373 string_interpolate_npe_test: Fail 372 string_interpolate_npe_test: Fail
374 closure_call_wrong_argument_count_negative_test: Skip 373 closure_call_wrong_argument_count_negative_test: Skip
375 label_test: Skip 374 label_test: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698