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

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

Issue 13019003: Enable full type-checks in checked mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix a bug. Created 7 years, 8 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 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 function_type_alias6_test: Crash # dartbug.com/9792
40 mixin_type_parameters_super_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
43
44
45 prefix16_test: Fail # dartbug.com/7354 40 prefix16_test: Fail # dartbug.com/7354
46 default_factory2_test/01: Pass # For the wrong reasons. 41 default_factory2_test/01: Pass # For the wrong reasons.
47 type_variable_scope_test/none: Fail 42 type_variable_scope_test/none: Fail
48 factory_implementation_test/00: Fail 43 factory_implementation_test/00: Fail
49 redirecting_factory_infinite_steps_test/01: Fail 44 redirecting_factory_infinite_steps_test/01: Fail
50 type_variable_bounds_test/01: Fail 45 type_variable_bounds_test/01: Fail
51 type_variable_bounds_test/02: Fail 46 type_variable_bounds_test/02: Fail
52 type_variable_bounds_test/04: Fail 47 type_variable_bounds_test/04: Fail
53 type_variable_bounds_test/05: Fail 48 type_variable_bounds_test/05: Fail
54 type_variable_bounds2_test/00: Fail 49 type_variable_bounds2_test/00: Fail
55 type_variable_bounds2_test/03: Fail 50 type_variable_bounds2_test/03: Fail
56 type_variable_bounds2_test/05: Fail 51 type_variable_bounds2_test/05: Fail
57 type_variable_bounds2_test/06: Pass # For the wrong reasons. 52 type_variable_bounds2_test/06: Pass # For the wrong reasons.
58 type_variable_bounds3_test/00: Fail 53 type_variable_bounds3_test/00: Fail
59 f_bounded_quantification_test/01: Fail 54 f_bounded_quantification_test/01: Fail
60 f_bounded_quantification_test/02: Fail 55 f_bounded_quantification_test/02: Fail
61 closure_type_test: Fail # does not detect type error in checked mode. 56 closure_type_test: Fail # does not detect type error in checked mode.
62 factory1_test/00: Fail 57 factory1_test/00: Fail
63 factory1_test/01: Fail 58 factory1_test/01: Fail
64 type_annotation_test/09: Fail # Named constructors interpreted as a type. 59 type_annotation_test/09: Fail # Named constructors interpreted as a type.
65 prefix15_test: Fail # Issue 5022 60 prefix15_test: Fail # Issue 5022
66 local_function2_test: Fail # Issue 5022 61 local_function2_test: Fail # Issue 5022
67 number_identity_test: Fail # Issue 9249
68 62
69 [ $compiler == dart2js && $unchecked ] 63 [ $compiler == dart2js && $unchecked ]
70 default_factory2_test/01: Fail # type arguments on redirecting factory not imple mented 64 default_factory2_test/01: Fail # type arguments on redirecting factory not imple mented
71 type_variable_scope_test: Fail # type arguments on redirecting factory not imple mented 65 type_variable_scope_test: Fail # type arguments on redirecting factory not imple mented
72 assertion_test: Fail 66 assertion_test: Fail
73 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error. 67 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error.
74 factory_redirection_test/08: Fail 68 factory_redirection_test/08: Fail
75 factory_redirection_test/09: Fail 69 factory_redirection_test/09: Fail
76 factory_redirection_test/10: Fail 70 factory_redirection_test/10: Fail
77 factory_redirection_test/11: Fail 71 factory_redirection_test/11: Fail
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 call_through_null_getter_test: Fail 347 call_through_null_getter_test: Fail
354 closure3_test: Fail 348 closure3_test: Fail
355 execute_finally3_test: Fail 349 execute_finally3_test: Fail
356 method_invocation_test: Fail 350 method_invocation_test: Fail
357 null_pointer_exception_test: Fail 351 null_pointer_exception_test: Fail
358 stack_overflow_test: Fail 352 stack_overflow_test: Fail
359 stack_overflow_stacktrace_test: Fail 353 stack_overflow_stacktrace_test: Fail
360 string_interpolate_npe_test: Fail 354 string_interpolate_npe_test: Fail
361 closure_call_wrong_argument_count_negative_test: Skip 355 closure_call_wrong_argument_count_negative_test: Skip
362 label_test: Skip 356 label_test: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698