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

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

Issue 18523002: Report error when using initializing formals in redirecting constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « tests/language/language.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>. 123 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>.
124 124
125 125
126 # Support for optional parameters not conform to latest spec. 126 # Support for optional parameters not conform to latest spec.
127 named_parameters_type_test: Fail 127 named_parameters_type_test: Fail
128 positional_parameters_type_test: Fail 128 positional_parameters_type_test: Fail
129 129
130 # Compilation errors. 130 # Compilation errors.
131 const_var_test: Fail # Map literals take 2 type arguments. 131 const_var_test: Fail # Map literals take 2 type arguments.
132 map_literal3_test: Fail # Map literals take 2 type arguments. 132 map_literal3_test: Fail # Map literals take 2 type arguments.
133 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal
134 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented 133 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented
135 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented 134 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented
136 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented 135 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented
137 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef 136 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef
138 generic_test: Fail # cannot resolve type T 137 generic_test: Fail # cannot resolve type T
139 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 138 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
140 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 139 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
141 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 140 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
142 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 141 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
143 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 142 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 method_invocation_test: Fail 308 method_invocation_test: Fail
310 null_pointer_exception_test: Fail 309 null_pointer_exception_test: Fail
311 stack_overflow_test: Fail 310 stack_overflow_test: Fail
312 stack_overflow_stacktrace_test: Fail 311 stack_overflow_stacktrace_test: Fail
313 string_interpolate_npe_test: Fail 312 string_interpolate_npe_test: Fail
314 closure_call_wrong_argument_count_negative_test: Skip 313 closure_call_wrong_argument_count_negative_test: Skip
315 label_test: Skip 314 label_test: Skip
316 315
317 [ $compiler == dart2js && $minified ] 316 [ $compiler == dart2js && $minified ]
318 function_subtype_inline0_test: Fail # Issue 11469 317 function_subtype_inline0_test: Fail # Issue 11469
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698