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

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

Issue 10575033: Implement override checks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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 && $checked ] 5 [ $compiler == dart2js && $checked ]
6 assign_static_type_test/01: Fail 6 assign_static_type_test/01: Fail
7 assign_static_type_test/02: Fail 7 assign_static_type_test/02: Fail
8 assign_static_type_test/03: Fail 8 assign_static_type_test/03: Fail
9 assign_static_type_test/04: Fail 9 assign_static_type_test/04: Fail
10 type_variable_bounds_test/01: Fail 10 type_variable_bounds_test/01: Fail
(...skipping 16 matching lines...) Expand all
27 f_bounded_quantification_test/02: Fail 27 f_bounded_quantification_test/02: Fail
28 default_factory2_test/01: Fail # Type bounds for type variable not checked. 28 default_factory2_test/01: Fail # Type bounds for type variable not checked.
29 function_type_test: Fail # does not detect type error in checked mode. 29 function_type_test: Fail # does not detect type error in checked mode.
30 30
31 arithmetic_test: Fail 31 arithmetic_test: Fail
32 32
33 [ $compiler == dart2js && $unchecked ] 33 [ $compiler == dart2js && $unchecked ]
34 assertion_test: Fail, OK 34 assertion_test: Fail, OK
35 35
36 [ $compiler == dart2js ] 36 [ $compiler == dart2js ]
37 fauxverride_test/05: Fail # TODO(ahe): I have a pending CL for this.
38 compile_time_constant8_test: Fail # We don't take the generic type into account yet. 37 compile_time_constant8_test: Fail # We don't take the generic type into account yet.
39 static_initializer_type_error_test: Fail # Checked mode not supported. 38 static_initializer_type_error_test: Fail # Checked mode not supported.
40 exception_test: Fail # "throw null" throws NullPointerException. 39 exception_test: Fail # "throw null" throws NullPointerException.
41 40
42 # Compilation errors. 41 # Compilation errors.
43 ct_const_test: Fail # We don't take the generic type into account yet. 42 ct_const_test: Fail # We don't take the generic type into account yet.
44 call_operator_test: Fail # Unexpected token 'call' 43 call_operator_test: Fail # Unexpected token 'call'
45 char_escape_test: Fail # Unhandled non-BMP character: U+10000 44 char_escape_test: Fail # Unhandled non-BMP character: U+10000
46 constructor6_test: Fail # Closures inside initializers not implemented. 45 constructor6_test: Fail # Closures inside initializers not implemented.
47 default_factory_library_test: Fail # lib is not a type 46 default_factory_library_test: Fail # lib is not a type
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 map_literal1_negative_test: Fail, OK # Negative language test. 158 map_literal1_negative_test: Fail, OK # Negative language test.
160 map_literal2_negative_test: Fail, OK # Negative language test. 159 map_literal2_negative_test: Fail, OK # Negative language test.
161 new_expression_type_args_frog_test/02: Fail, OK # Negative language test. 160 new_expression_type_args_frog_test/02: Fail, OK # Negative language test.
162 non_const_super_negative_test: Fail, OK # Negative language test. 161 non_const_super_negative_test: Fail, OK # Negative language test.
163 number_identifier_negative_test: Fail, OK # Negative language test. 162 number_identifier_negative_test: Fail, OK # Negative language test.
164 operator1_negative_test: Fail, OK # Negative language test. 163 operator1_negative_test: Fail, OK # Negative language test.
165 override_field_method1_negative_test: Fail, OK # Negative language test. 164 override_field_method1_negative_test: Fail, OK # Negative language test.
166 override_field_method2_negative_test: Fail, OK # Negative language test. 165 override_field_method2_negative_test: Fail, OK # Negative language test.
167 override_field_method3_negative_test: Fail, OK # Negative language test. 166 override_field_method3_negative_test: Fail, OK # Negative language test.
168 override_field_method6_negative_test: Fail, OK # Negative language test. 167 override_field_method6_negative_test: Fail, OK # Negative language test.
169 override_field_test/01: Fail, OK # Negative language test. 168 override_field_test/04: Fail, OK # Broken test.
170 override_field_test/04: Fail, OK # Negative language test.
171 override_method_with_field_test/01: Fail, OK # Negative language test. 169 override_method_with_field_test/01: Fail, OK # Negative language test.
172 prefix16_test: Fail 170 prefix16_test: Fail
173 prefix18_negative_test: Fail, OK # Negative language test. 171 prefix18_negative_test: Fail, OK # Negative language test.
174 prefix20_negative_test: Fail, OK # Negative language test. 172 prefix20_negative_test: Fail, OK # Negative language test.
175 prefix23_negative_test: Fail, OK # Negative language test. 173 prefix23_negative_test: Fail, OK # Negative language test.
176 pseudo_kw_illegal_test/01: Fail, OK # Negative language test. 174 pseudo_kw_illegal_test/01: Fail, OK # Negative language test.
177 pseudo_kw_illegal_test/03: Fail, OK # Negative language test. 175 pseudo_kw_illegal_test/03: Fail, OK # Negative language test.
178 pseudo_kw_illegal_test/05: Fail, OK # Negative language test. 176 pseudo_kw_illegal_test/05: Fail, OK # Negative language test.
179 pseudo_kw_illegal_test/06: Fail, OK # Negative language test. 177 pseudo_kw_illegal_test/06: Fail, OK # Negative language test.
180 pseudo_kw_illegal_test/07: Fail, OK # Negative language test. 178 pseudo_kw_illegal_test/07: Fail, OK # Negative language test.
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 222
225 [ $compiler == dart2js && $mode == release ] 223 [ $compiler == dart2js && $mode == release ]
226 assign_top_method_negative_test: Crash 224 assign_top_method_negative_test: Crash
227 225
228 226
229 [ $compiler == dart2js && $runtime == none ] 227 [ $compiler == dart2js && $runtime == none ]
230 *: Fail, Pass # TODO(ahe): Triage these tests. 228 *: Fail, Pass # TODO(ahe): Triage these tests.
231 229
232 230
233 [ $compiler == dart2js && ($runtime == ff || $runtime == safari || $runtime == d 8 || $runtime == drt || $runtime == chrome) ] 231 [ $compiler == dart2js && ($runtime == ff || $runtime == safari || $runtime == d 8 || $runtime == drt || $runtime == chrome) ]
234 class_override_negative_test: Fail, OK # Negative language test.
235 override_field_method4_negative_test: Fail, OK # Negative language test. 232 override_field_method4_negative_test: Fail, OK # Negative language test.
236 override_field_method5_negative_test: Fail, OK # Negative language test. 233 override_field_method5_negative_test: Fail, OK # Negative language test.
237 234
238 235
239 [ $compiler == dart2js && $runtime == ff ] 236 [ $compiler == dart2js && $runtime == ff ]
240 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 237 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
241 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 238 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
242 double_to_string_as_fixed_test: Fail 239 double_to_string_as_fixed_test: Fail
243 double_to_string_as_exponential_test: Fail 240 double_to_string_as_exponential_test: Fail
244 241
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 291
295 292
296 [ $compiler == dart2js && $runtime == safari ] 293 [ $compiler == dart2js && $runtime == safari ]
297 arithmetic_test: Skip # BUG(3492): Times out. 294 arithmetic_test: Skip # BUG(3492): Times out.
298 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 295 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
299 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 296 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
300 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 297 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
301 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 298 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
302 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 299 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
303 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 300 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
OLDNEW
« dart/lib/compiler/implementation/resolver.dart ('K') | « dart/lib/isolate/frog/ports.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698