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

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

Issue 12946006: Mixin tests that check compile time errors (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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') | tests/language/mixin_type_parameters_errors_test.dart » ('j') | 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 18 matching lines...) Expand all
29 full_stacktrace1_test: Skip # Stack trace interface is not implemented yet. 29 full_stacktrace1_test: Skip # Stack trace interface is not implemented yet.
30 full_stacktrace2_test: Skip # Stack trace interface is not implemented yet. 30 full_stacktrace2_test: Skip # Stack trace interface is not implemented yet.
31 full_stacktrace3_test: Skip # Stack trace interface is not implemented yet. 31 full_stacktrace3_test: Skip # Stack trace interface is not implemented yet.
32 stacktrace_test: Skip # Stack trace interface is not implemented yet. 32 stacktrace_test: Skip # Stack trace interface is not implemented yet.
33 33
34 # VM specific tests that should not be run by dart2js. 34 # VM specific tests that should not be run by dart2js.
35 *vm_test: Skip 35 *vm_test: Skip
36 *vm_negative_test: Skip 36 *vm_negative_test: Skip
37 37
38 [ $compiler == dart2js && $checked ] 38 [ $compiler == dart2js && $checked ]
39 mixin_type_parameters_super_extends_test: Fail # http://dartbug.com/8116 39 #mixin_type_parameters_super_extends_test: Fail # http://dartbug.com/8116
40 mixin_type_parameters_super_test: Fail # http://dartbug.com/8116 40 mixin_type_parameters_super_test: Fail # http://dartbug.com/8116
41 mixin_type_parameters_mixin_extends_test: Fail # http://dartbug.com/8116 41 mixin_type_parameters_mixin_extends_test: Fail # http://dartbug.com/8116
42 mixin_type_parameters_mixin_test: Fail # http://dartbug.com/8116 42 mixin_type_parameters_mixin_test: Fail # http://dartbug.com/8116
43 43
44
44 prefix16_test: Fail # dartbug.com/7354 45 prefix16_test: Fail # dartbug.com/7354
45 default_factory2_test/01: Pass # For the wrong reasons. 46 default_factory2_test/01: Pass # For the wrong reasons.
46 type_variable_scope_test/none: Fail 47 type_variable_scope_test/none: Fail
47 factory_implementation_test/00: Fail 48 factory_implementation_test/00: Fail
48 redirecting_factory_infinite_steps_test/01: Fail 49 redirecting_factory_infinite_steps_test/01: Fail
49 type_variable_bounds_test/01: Fail 50 type_variable_bounds_test/01: Fail
50 type_variable_bounds_test/02: Fail 51 type_variable_bounds_test/02: Fail
51 type_variable_bounds_test/04: Fail 52 type_variable_bounds_test/04: Fail
52 type_variable_bounds_test/05: Fail 53 type_variable_bounds_test/05: Fail
53 type_variable_bounds2_test/00: Fail 54 type_variable_bounds2_test/00: Fail
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 abstract_factory_constructor_test/01: Fail # instantiation of abstract class 194 abstract_factory_constructor_test/01: Fail # instantiation of abstract class
194 parameter_initializer6_negative_test: Fail # Issue 3502 195 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. 196 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. 197 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. 198 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 '(' 199 pseudo_kw_test: Fail # Unexpected token '('
199 super_implicit_closure_test: Fail # internal error: super property read not impl emented 200 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 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. 202 on_catch_malformed_type_test: Fail # Malformed types cause compile-time errors.
202 203
204 # Missing compilation error for wrong number of type arguments.
205 mixin_type_parameters_errors_test/01: Fail
206 mixin_type_parameters_errors_test/02: Fail
207 mixin_type_parameters_errors_test/05: Fail
208
209 # new with wrong number of type arguments should be a runtime error.
210 mixin_type_parameters_errors_test/03: Fail
211 mixin_type_parameters_errors_test/04: Fail
203 212
204 # External tests. 213 # External tests.
205 external_test/01: Fail 214 external_test/01: Fail
206 external_test/02: Fail 215 external_test/02: Fail
207 external_test/11: Fail 216 external_test/11: Fail
208 external_test/12: Fail 217 external_test/12: Fail
209 external_test/13: Skip # Runtime error (missing patch). 218 external_test/13: Skip # Runtime error (missing patch).
210 external_test/14: Fail 219 external_test/14: Fail
211 external_test/15: Fail 220 external_test/15: Fail
212 external_test/20: Skip # Runtime error (missing patch). 221 external_test/20: Skip # Runtime error (missing patch).
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 call_through_null_getter_test: Fail 356 call_through_null_getter_test: Fail
348 closure3_test: Fail 357 closure3_test: Fail
349 execute_finally3_test: Fail 358 execute_finally3_test: Fail
350 method_invocation_test: Fail 359 method_invocation_test: Fail
351 null_pointer_exception_test: Fail 360 null_pointer_exception_test: Fail
352 stack_overflow_test: Fail 361 stack_overflow_test: Fail
353 stack_overflow_stacktrace_test: Fail 362 stack_overflow_stacktrace_test: Fail
354 string_interpolate_npe_test: Fail 363 string_interpolate_npe_test: Fail
355 closure_call_wrong_argument_count_negative_test: Skip 364 closure_call_wrong_argument_count_negative_test: Skip
356 label_test: Skip 365 label_test: Skip
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/mixin_type_parameters_errors_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698