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

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

Issue 12334070: Support runtime check of function types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Handle function types in checked mode. Created 7 years, 6 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 24 matching lines...) Expand all
35 stacktrace_test: Pass, Fail # Assumes stack trace string ends in newline. 35 stacktrace_test: Pass, Fail # Assumes stack trace string ends in newline.
36 36
37 # VM specific tests that should not be run by dart2js. 37 # VM specific tests that should not be run by dart2js.
38 *vm_test: Skip 38 *vm_test: Skip
39 *vm_negative_test: Skip 39 *vm_negative_test: Skip
40 40
41 [ $compiler == dart2js && $checked ] 41 [ $compiler == dart2js && $checked ]
42 function_type_alias6_test: Crash # dartbug.com/9792 42 function_type_alias6_test: Crash # dartbug.com/9792
43 43
44 prefix16_test: Fail # dartbug.com/7354 44 prefix16_test: Fail # dartbug.com/7354
45 default_factory2_test/01: Fail 45 default_factory2_test/01: Pass # For the wrong reasons.
46 type_variable_scope_test/none: Fail
47 redirecting_factory_infinite_steps_test/01: Fail
46 type_variable_bounds_test/01: Fail 48 type_variable_bounds_test/01: Fail
47 type_variable_bounds_test/02: Fail 49 type_variable_bounds_test/02: Fail
48 type_variable_bounds_test/04: Fail 50 type_variable_bounds_test/04: Fail
49 type_variable_bounds_test/05: Fail 51 type_variable_bounds_test/05: Fail
50 type_variable_bounds2_test/00: Fail 52 type_variable_bounds2_test/00: Fail
51 type_variable_bounds2_test/03: Fail 53 type_variable_bounds2_test/03: Fail
52 type_variable_bounds2_test/05: Fail 54 type_variable_bounds2_test/05: Fail
53 type_variable_bounds2_test/06: Pass # For the wrong reasons. 55 type_variable_bounds2_test/06: Pass # For the wrong reasons.
54 type_variable_bounds3_test/00: Fail 56 type_variable_bounds3_test/00: Fail
55 f_bounded_quantification_test/01: Fail 57 f_bounded_quantification_test/01: Fail
56 f_bounded_quantification_test/02: Fail 58 f_bounded_quantification_test/02: Fail
57 closure_type_test: Fail # does not detect type error in checked mode. 59 closure_type_test: Fail # does not detect type error in checked mode.
58 type_annotation_test/09: Fail # Named constructors interpreted as a type. 60 type_annotation_test/09: Fail # Named constructors interpreted as a type.
59 prefix15_test: Fail # Issue 5022
60 local_function2_test: Fail # Issue 5022
61 61
62 [ $compiler == dart2js && $unchecked ] 62 [ $compiler == dart2js && $unchecked ]
63 factory_redirection_test/14: Fail # redirecting to redirecting factory 63 factory_redirection_test/14: Fail # redirecting to redirecting factory
64 type_checks_in_factory_method_test: Fail # Expect.equals(expected: <true>, actua l: <false>) fails. -- checked mode test. 64 type_checks_in_factory_method_test: Fail # Expect.equals(expected: <true>, actua l: <false>) fails. -- checked mode test.
65 65
66 prefix16_test: Fail # dartbug.com/9056
66 assertion_test: Fail 67 assertion_test: Fail
67 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error. 68 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error.
68 69
69 double_to_string_as_exponential2_test: Fail # toStringAsExponential doesn't chec k if argument is an integer. 70 double_to_string_as_exponential2_test: Fail # toStringAsExponential doesn't chec k if argument is an integer.
70 double_to_string_as_fixed2_test: Fail # toStringAsFixed doesn't check if argumen t is an integer. 71 double_to_string_as_fixed2_test: Fail # toStringAsFixed doesn't check if argumen t is an integer.
71 double_to_string_as_precision2_test: Fail # toStringAsPrecision doesn't check if argument is an integer. 72 double_to_string_as_precision2_test: Fail # toStringAsPrecision doesn't check if argument is an integer.
72 73
73 # Only checked mode reports an error on type assignment 74 # Only checked mode reports an error on type assignment
74 # problems in compile time constants. 75 # problems in compile time constants.
75 compile_time_constant_checked_test/02: Fail, OK 76 compile_time_constant_checked_test/02: Fail, OK
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 constructor_negative_test: Pass # Wrong reason: the expression 'C()' is valid wi th class literals. 120 constructor_negative_test: Pass # Wrong reason: the expression 'C()' is valid wi th class literals.
120 121
121 metadata_test: Fail # Metadata on type parameters not supported. 122 metadata_test: Fail # Metadata on type parameters not supported.
122 infinity_test: Fail # Issue 4984 123 infinity_test: Fail # Issue 4984
123 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>. 124 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>.
124 125
125 compile_time_constant8_test: Fail # We don't take the generic type into account yet. 126 compile_time_constant8_test: Fail # We don't take the generic type into account yet.
126 canonical_const_test: Fail # We don't take the generic type into account yet. 127 canonical_const_test: Fail # We don't take the generic type into account yet.
127 128
128 # Support for optional parameters not conform to latest spec. 129 # Support for optional parameters not conform to latest spec.
129 function_type_alias_test: Fail # http://dartbug.com/9058
130 function_type_alias2_test: Fail 130 function_type_alias2_test: Fail
131 named_parameters_type_test: Fail 131 named_parameters_type_test: Fail
132 positional_parameters_type_test: Fail 132 positional_parameters_type_test: Fail
133 133
134 # Compilation errors. 134 # Compilation errors.
135 const_var_test: Fail # Map literals take 2 type arguments. 135 const_var_test: Fail # Map literals take 2 type arguments.
136 map_literal3_test: Fail # Map literals take 2 type arguments. 136 map_literal3_test: Fail # Map literals take 2 type arguments.
137 ct_const_test: Fail # We don't take the generic type into account yet. 137 ct_const_test: Fail # We don't take the generic type into account yet.
138 dynamic_test: Fail # cannot resolve type F1
139 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal 138 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal
140 factory3_test: Fail # internal error: visitIs for type variables not implemented 139 factory3_test: Fail # internal error: visitIs for type variables not implemented
141 function_type_alias2_test: Fail # cannot resolve type f1 140 function_type_alias2_test: Fail # cannot resolve type f1
142 function_type_alias3_test: Fail # cannot resolve type F
143 function_type_alias4_test: Fail # cannot resolve type F 141 function_type_alias4_test: Fail # cannot resolve type F
144 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented 142 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented
145 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented 143 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented
146 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented 144 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented
147 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef 145 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef
148 function_type_alias_test: Fail # cannot resolve type Fun
149 generic_test: Fail # cannot resolve type T 146 generic_test: Fail # cannot resolve type T
150 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 147 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
151 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 148 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
152 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 149 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
153 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 150 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
154 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 151 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
155 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 152 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
156 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 153 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
157 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 154 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
158 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 155 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 call_through_null_getter_test: Fail 317 call_through_null_getter_test: Fail
321 closure3_test: Fail 318 closure3_test: Fail
322 execute_finally3_test: Fail 319 execute_finally3_test: Fail
323 method_invocation_test: Fail 320 method_invocation_test: Fail
324 null_pointer_exception_test: Fail 321 null_pointer_exception_test: Fail
325 stack_overflow_test: Fail 322 stack_overflow_test: Fail
326 stack_overflow_stacktrace_test: Fail 323 stack_overflow_stacktrace_test: Fail
327 string_interpolate_npe_test: Fail 324 string_interpolate_npe_test: Fail
328 closure_call_wrong_argument_count_negative_test: Skip 325 closure_call_wrong_argument_count_negative_test: Skip
329 label_test: Skip 326 label_test: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698