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

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

Issue 14969004: Implement continue for switch. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 method_override2_test/02: Fail # accepts illegal override 190 method_override2_test/02: Fail # accepts illegal override
191 method_override2_test/03: Fail # accepts illegal override 191 method_override2_test/03: Fail # accepts illegal override
192 abstract_getter_test/01: Fail # instantiation of abstract class 192 abstract_getter_test/01: Fail # instantiation of abstract class
193 abstract_factory_constructor_test/01: Fail # instantiation of abstract class 193 abstract_factory_constructor_test/01: Fail # instantiation of abstract class
194 parameter_initializer6_negative_test: Fail # Issue 3502 194 parameter_initializer6_negative_test: Fail # Issue 3502
195 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions. 195 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions.
196 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types. 196 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types.
197 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning. 197 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning.
198 pseudo_kw_test: Fail # Unexpected token '(' 198 pseudo_kw_test: Fail # Unexpected token '('
199 super_implicit_closure_test: Fail # internal error: super property read not impl emented 199 super_implicit_closure_test: Fail # internal error: super property read not impl emented
200 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 # Missing compilation error for wrong number of type arguments. 202 # Missing compilation error for wrong number of type arguments.
204 mixin_type_parameters_errors_test/01: Fail 203 mixin_type_parameters_errors_test/01: Fail
205 mixin_type_parameters_errors_test/02: Fail 204 mixin_type_parameters_errors_test/02: Fail
206 mixin_type_parameters_errors_test/05: Fail 205 mixin_type_parameters_errors_test/05: Fail
207 206
208 # new with wrong number of type arguments should be a runtime error. 207 # new with wrong number of type arguments should be a runtime error.
209 mixin_type_parameters_errors_test/03: Fail 208 mixin_type_parameters_errors_test/03: Fail
210 mixin_type_parameters_errors_test/04: Fail 209 mixin_type_parameters_errors_test/04: Fail
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 call_through_null_getter_test: Fail 353 call_through_null_getter_test: Fail
355 closure3_test: Fail 354 closure3_test: Fail
356 execute_finally3_test: Fail 355 execute_finally3_test: Fail
357 method_invocation_test: Fail 356 method_invocation_test: Fail
358 null_pointer_exception_test: Fail 357 null_pointer_exception_test: Fail
359 stack_overflow_test: Fail 358 stack_overflow_test: Fail
360 stack_overflow_stacktrace_test: Fail 359 stack_overflow_stacktrace_test: Fail
361 string_interpolate_npe_test: Fail 360 string_interpolate_npe_test: Fail
362 closure_call_wrong_argument_count_negative_test: Skip 361 closure_call_wrong_argument_count_negative_test: Skip
363 label_test: Skip 362 label_test: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698