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

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

Issue 11446009: Report compile time error if named argument is given twice. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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/co19/co19-dart2js.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 && $host_checked && $checked] 5 [ $compiler == dart2js && $host_checked && $checked]
6 new_expression_type_args_test/02: Crash # Issue 6931 6 new_expression_type_args_test/02: Crash # Issue 6931
7 7
8 [ $compiler == dart2js || $compiler == dart2dart ] 8 [ $compiler == dart2js || $compiler == dart2dart ]
9 class_literal_test/01: Fail # Class literals are expression now; delete this tes t. 9 class_literal_test/01: Fail # Class literals are expression now; delete this tes t.
10 class_literal_test/02: Fail # Class literals are expression now; delete this tes t. 10 class_literal_test/02: Fail # Class literals are expression now; delete this tes t.
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 132
133 compile_time_constant8_test: Fail # We don't take the generic type into account yet. 133 compile_time_constant8_test: Fail # We don't take the generic type into account yet.
134 canonical_const_test: Fail # We don't take the generic type into account yet. 134 canonical_const_test: Fail # We don't take the generic type into account yet.
135 135
136 # Support for optional parameters not conform to latest spec. 136 # Support for optional parameters not conform to latest spec.
137 function_type_alias_test: Fail 137 function_type_alias_test: Fail
138 function_type_alias2_test: Fail 138 function_type_alias2_test: Fail
139 named_parameters_type_test: Fail 139 named_parameters_type_test: Fail
140 positional_parameters_type_test: Fail 140 positional_parameters_type_test: Fail
141 named_parameters_with_object_property_names_test: Fail 141 named_parameters_with_object_property_names_test: Fail
142 named_parameters_aggregated_test/04: Fail # dart2js issue 5213
143 142
144 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o n linux. 143 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o n linux.
145 # Crash infinite loop on Mac and dart2js checked mode on linux. 144 # Crash infinite loop on Mac and dart2js checked mode on linux.
146 function_type_alias6_test: Crash, Fail 145 function_type_alias6_test: Crash, Fail
147 146
148 147
149 # Compilation errors. 148 # Compilation errors.
150 default_factory3_test: Fail # type arguments on redirecting factory not implemen ted 149 default_factory3_test: Fail # type arguments on redirecting factory not implemen ted
151 non_parameterized_factory_test: Fail # type arguments on redirecting factory not implemented 150 non_parameterized_factory_test: Fail # type arguments on redirecting factory not implemented
152 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no t implemented 151 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no t implemented
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 [ $runtime == opera ] 366 [ $runtime == opera ]
368 call_through_null_getter_test: Fail 367 call_through_null_getter_test: Fail
369 closure3_test: Fail 368 closure3_test: Fail
370 execute_finally3_test: Fail 369 execute_finally3_test: Fail
371 method_invocation_test: Fail 370 method_invocation_test: Fail
372 null_pointer_exception_test: Fail 371 null_pointer_exception_test: Fail
373 stack_overflow_test: Fail 372 stack_overflow_test: Fail
374 string_interpolate_npe_test: Fail 373 string_interpolate_npe_test: Fail
375 closure_call_wrong_argument_count_negative_test: Skip 374 closure_call_wrong_argument_count_negative_test: Skip
376 label_test: Skip 375 label_test: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698