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

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

Issue 10541095: Disallow underscores in named formal parameters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: # Created 8 years, 6 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 && $checked ] 5 [ $compiler == dart2js && $checked ]
6 assign_static_type_test/01: Fail 6 assign_static_type_test/01: Fail
7 assign_static_type_test/02: Fail 7 assign_static_type_test/02: Fail
8 assign_static_type_test/03: Fail 8 assign_static_type_test/03: Fail
9 assign_static_type_test/04: Fail 9 assign_static_type_test/04: Fail
10 type_variable_bounds_test/01: Fail 10 type_variable_bounds_test/01: Fail
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 library_prefixes_test: Fail # other is not a type 69 library_prefixes_test: Fail # other is not a type
70 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2' (bad exception mapping). 70 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2' (bad exception mapping).
71 many_generic_instanceof_test: Fail # cannot resolve type T 71 many_generic_instanceof_test: Fail # cannot resolve type T
72 method_binding_test: Fail # internal error: super property read not implemented. 72 method_binding_test: Fail # internal error: super property read not implemented.
73 method_name_test: Fail # Parsing of pseudo keywords. 73 method_name_test: Fail # Parsing of pseudo keywords.
74 method_override_test: Fail # cannot resolve type GetKeysFunctionType 74 method_override_test: Fail # cannot resolve type GetKeysFunctionType
75 method_override2_test/00: Fail # accepts illegal override 75 method_override2_test/00: Fail # accepts illegal override
76 method_override2_test/01: Fail # accepts illegal override 76 method_override2_test/01: Fail # accepts illegal override
77 method_override2_test/02: Fail # accepts illegal override 77 method_override2_test/02: Fail # accepts illegal override
78 method_override2_test/03: Fail # accepts illegal override 78 method_override2_test/03: Fail # accepts illegal override
79 parameter_initializer6_negative_test: Fail # Issue 3502
79 named_parameters2_test: Fail # Unimplemented non-matching static call 80 named_parameters2_test: Fail # Unimplemented non-matching static call
80 named_parameters3_test: Fail # Unimplemented non-matching static call 81 named_parameters3_test: Fail # Unimplemented non-matching static call
81 named_parameters4_test: Fail # Unimplemented non-matching static call 82 named_parameters4_test: Fail # Unimplemented non-matching static call
82 naming_test: Fail # Broken because operator negate is not accessible as if it wa s a method. 83 naming_test: Fail # Broken because operator negate is not accessible as if it wa s a method.
83 operator6_test: Fail # Constant folding of bit-operations does not agree with ru ntime behavior. Issue 2887. 84 operator6_test: Fail # Constant folding of bit-operations does not agree with ru ntime behavior. Issue 2887.
84 pseudo_kw_test: Fail # Unexpected token '(' 85 pseudo_kw_test: Fail # Unexpected token '('
85 super_implicit_closure_test: Fail # internal error: super property read not impl emented 86 super_implicit_closure_test: Fail # internal error: super property read not impl emented
86 super_operator_test: Fail # internal error: super property store not implemented 87 super_operator_test: Fail # internal error: super property store not implemented
87 switch_label_test: Fail # error: target of continue is not a loop or switch case 88 switch_label_test: Fail # error: target of continue is not a loop or switch case
88 89
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 294
294 295
295 [ $compiler == dart2js && $runtime == safari ] 296 [ $compiler == dart2js && $runtime == safari ]
296 arithmetic_test: Skip # BUG(3492): Times out. 297 arithmetic_test: Skip # BUG(3492): Times out.
297 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 298 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
298 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 299 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
299 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 300 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
300 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 301 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
301 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 302 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
302 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 303 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/parameter_initializer6_negative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698