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

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

Issue 19097003: Support new malformed types semantics. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 f_bounded_quantification_test/01: Fail 55 f_bounded_quantification_test/01: Fail
56 f_bounded_quantification_test/02: Fail 56 f_bounded_quantification_test/02: Fail
57 closure_type_test: Fail # does not detect type error in checked mode. 57 closure_type_test: Fail # does not detect type error in checked mode.
58 type_annotation_test/09: Fail # Named constructors interpreted as a type. 58 type_annotation_test/09: Fail # Named constructors interpreted as a type.
59 function_subtype_setter0_test: Fail # dartbug.com/11273 59 function_subtype_setter0_test: Fail # dartbug.com/11273
60 60
61 [ $compiler == dart2js && $unchecked ] 61 [ $compiler == dart2js && $unchecked ]
62 factory_redirection_test/14: Fail # redirecting to redirecting factory 62 factory_redirection_test/14: Fail # redirecting to redirecting factory
63 type_checks_in_factory_method_test: Fail # Expect.equals(expected: <true>, actua l: <false>) fails. -- checked mode test. 63 type_checks_in_factory_method_test: Fail # Expect.equals(expected: <true>, actua l: <false>) fails. -- checked mode test.
64 64
65 prefix16_test: Fail # dartbug.com/9056
66 assertion_test: Fail 65 assertion_test: Fail
67 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error.
68 66
69 double_to_string_as_exponential2_test: Fail # toStringAsExponential doesn't chec k if argument is an integer. 67 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. 68 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. 69 double_to_string_as_precision2_test: Fail # toStringAsPrecision doesn't check if argument is an integer.
72 70
73 # Only checked mode reports an error on type assignment 71 # Only checked mode reports an error on type assignment
74 # problems in compile time constants. 72 # problems in compile time constants.
75 compile_time_constant_checked_test/02: Fail, OK 73 compile_time_constant_checked_test/02: Fail, OK
76 compile_time_constant_checked2_test/01: Fail, OK 74 compile_time_constant_checked2_test/01: Fail, OK
77 compile_time_constant_checked2_test/02: Fail, OK 75 compile_time_constant_checked2_test/02: Fail, OK
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 method_override_test: Fail # cannot resolve type GetKeysFunctionType 149 method_override_test: Fail # cannot resolve type GetKeysFunctionType
152 method_override5_test: Fail # Issue 11496 150 method_override5_test: Fail # Issue 11496
153 abstract_getter_test/01: Fail # instantiation of abstract class 151 abstract_getter_test/01: Fail # instantiation of abstract class
154 abstract_factory_constructor_test/01: Fail # instantiation of abstract class 152 abstract_factory_constructor_test/01: Fail # instantiation of abstract class
155 parameter_initializer6_negative_test: Fail # Issue 3502 153 parameter_initializer6_negative_test: Fail # Issue 3502
156 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions. 154 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions.
157 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types. 155 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types.
158 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning. 156 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning.
159 pseudo_kw_test: Fail # Unexpected token '(' 157 pseudo_kw_test: Fail # Unexpected token '('
160 super_implicit_closure_test: Fail # internal error: super property read not impl emented 158 super_implicit_closure_test: Fail # internal error: super property read not impl emented
161 on_catch_malformed_type_test: Fail # Malformed types cause compile-time errors.
162 159
163 # Missing compilation error for wrong number of type arguments. 160 # Missing compilation error for wrong number of type arguments.
164 mixin_type_parameters_errors_test/01: Fail 161 mixin_type_parameters_errors_test/01: Fail
165 mixin_type_parameters_errors_test/02: Fail 162 mixin_type_parameters_errors_test/02: Fail
166 mixin_type_parameters_errors_test/05: Fail 163 mixin_type_parameters_errors_test/05: Fail
167 164
168 # new with wrong number of type arguments should be a runtime error. 165 # new with wrong number of type arguments should be a runtime error.
169 mixin_type_parameters_errors_test/03: Fail 166 mixin_type_parameters_errors_test/03: Fail
170 mixin_type_parameters_errors_test/04: Fail 167 mixin_type_parameters_errors_test/04: Fail
171 168
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 call_through_null_getter_test: Fail 298 call_through_null_getter_test: Fail
302 closure3_test: Fail 299 closure3_test: Fail
303 execute_finally3_test: Fail 300 execute_finally3_test: Fail
304 method_invocation_test: Fail 301 method_invocation_test: Fail
305 null_pointer_exception_test: Fail 302 null_pointer_exception_test: Fail
306 stack_overflow_test: Fail 303 stack_overflow_test: Fail
307 stack_overflow_stacktrace_test: Fail 304 stack_overflow_stacktrace_test: Fail
308 string_interpolate_npe_test: Fail 305 string_interpolate_npe_test: Fail
309 closure_call_wrong_argument_count_negative_test: Skip 306 closure_call_wrong_argument_count_negative_test: Skip
310 label_test: Skip 307 label_test: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698