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

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

Issue 21049012: Update VM to handle malformed types according to revised spec (issues 9055, (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 4 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/malformed_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 11 matching lines...) Expand all
22 class_literal_test/23: Fail # Class literals are expression now; delete this tes t. 22 class_literal_test/23: Fail # Class literals are expression now; delete this tes t.
23 class_literal_test/24: Fail # Class literals are expression now; delete this tes t. 23 class_literal_test/24: Fail # Class literals are expression now; delete this tes t.
24 class_literal_test/25: Fail # Class literals are expression now; delete this tes t. 24 class_literal_test/25: Fail # Class literals are expression now; delete this tes t.
25 class_literal_test/26: Fail # Class literals are expression now; delete this tes t. 25 class_literal_test/26: Fail # Class literals are expression now; delete this tes t.
26 class_literal_test/27: Fail # Class literals are expression now; delete this tes t. 26 class_literal_test/27: Fail # Class literals are expression now; delete this tes t.
27 class_literal_test/28: Fail # Class literals are expression now; delete this tes t. 27 class_literal_test/28: Fail # Class literals are expression now; delete this tes t.
28 class_literal_test/29: Fail # Class literals are expression now; delete this tes t. 28 class_literal_test/29: Fail # Class literals are expression now; delete this tes t.
29 29
30 constructor_initializer_test: Fail, OK # Depends on ?parameter check. 30 constructor_initializer_test: Fail, OK # Depends on ?parameter check.
31 31
32 # Issues related to undeclared prefix resolution.
33 malformed_test/none: Fail
34 malformed_test/05: Fail
35 malformed_test/06: Fail
36
32 # Fails due to inlining. Not all expected frames are in the trace. 37 # Fails due to inlining. Not all expected frames are in the trace.
33 full_stacktrace1_test: Pass, Fail # issue 9895 38 full_stacktrace1_test: Pass, Fail # issue 9895
34 full_stacktrace2_test: Pass, Fail # issue 9895 39 full_stacktrace2_test: Pass, Fail # issue 9895
35 full_stacktrace3_test: Pass, Fail # issue 9895 40 full_stacktrace3_test: Pass, Fail # issue 9895
36 # Stack traces may or may not end in a newline depending on the JS enging. 41 # Stack traces may or may not end in a newline depending on the JS enging.
37 stacktrace_test: Pass, Fail # Assumes stack trace string ends in newline. 42 stacktrace_test: Pass, Fail # Assumes stack trace string ends in newline.
38 43
39 # VM specific tests that should not be run by dart2js. 44 # VM specific tests that should not be run by dart2js.
40 *vm_test: Skip 45 *vm_test: Skip
41 *vm_negative_test: Skip 46 *vm_negative_test: Skip
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 factory_redirection_test/07: Fail 108 factory_redirection_test/07: Fail
104 final_variable_assignment_test/01: Fail 109 final_variable_assignment_test/01: Fail
105 final_variable_assignment_test/02: Fail 110 final_variable_assignment_test/02: Fail
106 final_variable_assignment_test/03: Fail 111 final_variable_assignment_test/03: Fail
107 final_variable_assignment_test/04: Fail 112 final_variable_assignment_test/04: Fail
108 bad_override_test/01: Fail 113 bad_override_test/01: Fail
109 bad_override_test/02: Fail 114 bad_override_test/02: Fail
110 call_nonexistent_constructor_test: Fail 115 call_nonexistent_constructor_test: Fail
111 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 116 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519
112 getter_no_setter_test/01: Fail # http://dartbug.com/5519 117 getter_no_setter_test/01: Fail # http://dartbug.com/5519
113 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519
114 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 118 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519
115 error_stacktrace_test: Fail # (Issue 11681). 119 error_stacktrace_test: Fail # (Issue 11681).
116 120
117 constructor_negative_test: Pass # Wrong reason: the expression 'C()' is valid wi th class literals. 121 constructor_negative_test: Pass # Wrong reason: the expression 'C()' is valid wi th class literals.
118 122
119 metadata_test: Fail # Metadata on type parameters not supported. 123 metadata_test: Fail # Metadata on type parameters not supported.
120 infinity_test: Fail # Issue 4984 124 infinity_test: Fail # Issue 4984
121 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>. 125 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>.
122 126
123 127
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types. 160 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types.
157 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning. 161 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning.
158 pseudo_kw_test: Fail # Unexpected token '(' 162 pseudo_kw_test: Fail # Unexpected token '('
159 super_implicit_closure_test: Fail # internal error: super property read not impl emented 163 super_implicit_closure_test: Fail # internal error: super property read not impl emented
160 164
161 # Missing compilation error for wrong number of type arguments. 165 # Missing compilation error for wrong number of type arguments.
162 mixin_type_parameters_errors_test/01: Fail 166 mixin_type_parameters_errors_test/01: Fail
163 mixin_type_parameters_errors_test/02: Fail 167 mixin_type_parameters_errors_test/02: Fail
164 mixin_type_parameters_errors_test/05: Fail 168 mixin_type_parameters_errors_test/05: Fail
165 169
166 # new with wrong number of type arguments should be a runtime error.
167 mixin_type_parameters_errors_test/03: Fail
168 mixin_type_parameters_errors_test/04: Fail
169
170 # External tests. 170 # External tests.
171 external_test/01: Fail 171 external_test/01: Fail
172 external_test/02: Fail 172 external_test/02: Fail
173 external_test/11: Fail 173 external_test/11: Fail
174 external_test/12: Fail 174 external_test/12: Fail
175 external_test/13: Skip # Runtime error (missing patch). 175 external_test/13: Skip # Runtime error (missing patch).
176 external_test/14: Fail 176 external_test/14: Fail
177 external_test/15: Fail 177 external_test/15: Fail
178 external_test/20: Skip # Runtime error (missing patch). 178 external_test/20: Skip # Runtime error (missing patch).
179 external_test/21: Fail 179 external_test/21: Fail
180 external_test/22: Fail 180 external_test/22: Fail
181 external_test/23: Fail 181 external_test/23: Fail
182 external_test/30: Fail 182 external_test/30: Fail
183 external_test/31: Fail 183 external_test/31: Fail
184 184
185 185
186 # Implementation errors (library or generated code). 186 # Implementation errors (library or generated code).
187 instanceof3_test: Fail # cannot resolve type UndeclaredType.
188 instanceof4_test: Fail # Expect.isTrue(false) fails. 187 instanceof4_test: Fail # Expect.isTrue(false) fails.
189 list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test. 188 list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test.
190 map_literal4_test: Fail # Attempt to modify an immutable object -- checked mode test. 189 map_literal4_test: Fail # Attempt to modify an immutable object -- checked mode test.
191 named_parameters_type_test: Fail # Expect.equals(expected: <111>, actual: <0>) f ails. -- checked mode test. 190 named_parameters_type_test: Fail # Expect.equals(expected: <111>, actual: <0>) f ails. -- checked mode test.
192 type_dartc_test: Fail # Expect.equals(expected: <1>, actual: <0>) -- checked mod e test. 191 type_dartc_test: Fail # Expect.equals(expected: <1>, actual: <0>) -- checked mod e test.
193 192
194 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 193 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
195 external_test/16: Fail, OK # Bad test: assumes eager loading. 194 external_test/16: Fail, OK # Bad test: assumes eager loading.
196 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 195 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
197 syntax_test/47: Fail, OK # Bad test: assumes eager loading. 196 syntax_test/47: Fail, OK # Bad test: assumes eager loading.
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 call_through_null_getter_test: Fail 298 call_through_null_getter_test: Fail
300 closure3_test: Fail 299 closure3_test: Fail
301 execute_finally3_test: Fail 300 execute_finally3_test: Fail
302 method_invocation_test: Fail 301 method_invocation_test: Fail
303 null_pointer_exception_test: Fail 302 null_pointer_exception_test: Fail
304 stack_overflow_test: Fail 303 stack_overflow_test: Fail
305 stack_overflow_stacktrace_test: Fail 304 stack_overflow_stacktrace_test: Fail
306 string_interpolate_npe_test: Fail 305 string_interpolate_npe_test: Fail
307 closure_call_wrong_argument_count_negative_test: Skip 306 closure_call_wrong_argument_count_negative_test: Skip
308 label_test: Skip 307 label_test: Skip
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/malformed_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698