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

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

Issue 10831332: Support new getter syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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
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 # VM specific tests that should not be run by dart2js. 6 # VM specific tests that should not be run by dart2js.
7 *vm_test: Skip 7 *vm_test: Skip
8 *vm_negative_test: Skip 8 *vm_negative_test: Skip
9 9
10 [ $compiler == dart2js && $checked ] 10 [ $compiler == dart2js && $checked ]
11 getters_setters2_test/03: Pass # TODO(ahe): For the wrong reason, I will change that soon.
12 type_variable_scope_test/00: Pass # TODO(ahe): For the wrong reason, I will chan ge that soon.
13 type_variable_scope_test/01: Pass # TODO(ahe): For the wrong reason, I will chan ge that soon.
14 type_variable_scope_test/02: Pass # TODO(ahe): For the wrong reason, I will chan ge that soon.
15 type_variable_scope_test/03: Pass # TODO(ahe): For the wrong reason, I will chan ge that soon.
16 type_variable_scope_test/04: Pass # TODO(ahe): For the wrong reason, I will chan ge that soon.
17 type_variable_scope_test/05: Pass # TODO(ahe): For the wrong reason, I will chan ge that soon.
18
19 assign_static_type_test/01: Fail 11 assign_static_type_test/01: Fail
20 assign_static_type_test/02: Fail 12 assign_static_type_test/02: Fail
21 assign_static_type_test/03: Fail 13 assign_static_type_test/03: Fail
22 assign_static_type_test/04: Fail 14 assign_static_type_test/04: Fail
23 type_variable_bounds_test/01: Fail 15 type_variable_bounds_test/01: Fail
24 type_variable_bounds_test/02: Fail 16 type_variable_bounds_test/02: Fail
25 type_variable_bounds_test/04: Fail 17 type_variable_bounds_test/04: Fail
26 type_variable_bounds_test/05: Fail 18 type_variable_bounds_test/05: Fail
27 type_variable_bounds2_test/00: Fail 19 type_variable_bounds2_test/00: Fail
28 type_variable_bounds2_test/03: Fail 20 type_variable_bounds2_test/03: Fail
(...skipping 14 matching lines...) Expand all
43 function_type_test: Fail # does not detect type error in checked mode. 35 function_type_test: Fail # does not detect type error in checked mode.
44 function_malformed_result_type_test: Fail # does not detect type error in checke d mode. 36 function_malformed_result_type_test: Fail # does not detect type error in checke d mode.
45 void_type_test: Fail # does not detect type error in checked mode. 37 void_type_test: Fail # does not detect type error in checked mode.
46 38
47 arithmetic_test: Fail 39 arithmetic_test: Fail
48 40
49 [ $compiler == dart2js && $unchecked ] 41 [ $compiler == dart2js && $unchecked ]
50 assertion_test: Fail 42 assertion_test: Fail
51 43
52 [ $compiler == dart2js ] 44 [ $compiler == dart2js ]
53 getter_no_setter_test/01: Pass # TODO(ahe): Syntax error masks a crash. 45 implicit_this_test/03: Fail # TODO(ahe): Handle abstract getters.
54 46 implicit_this_test/04: Fail # TODO(ahe): Handle abstract getters.
55 call_through_getter_test: Fail # TODO(ahe): I'm working on this. 47 property_field_override_test: Fail # TODO(ahe): Handle abstract getters.
56 call_through_null_getter_test: Fail # TODO(ahe): I'm working on this.
57 cascade_precedence_test: Fail # TODO(ahe): I'm working on this.
58 compound_assignment_operator_test: Fail # TODO(ahe): I'm working on this.
59 const_test: Fail # TODO(ahe): I'm working on this.
60 field_test: Fail # TODO(ahe): I'm working on this.
61 getter_closure_execution_order_test: Fail # TODO(ahe): I'm working on this.
62 getter_no_setter_test/00: Fail # TODO(ahe): I'm working on this.
63 getter_no_setter_test/none: Fail # TODO(ahe): I'm working on this.
64 getter_setter_in_lib_test: Fail # TODO(ahe): I'm working on this.
65 getters_setters2_test/01: Fail # TODO(ahe): I'm working on this.
66 getters_setters2_test/02: Fail # TODO(ahe): I'm working on this.
67 getters_setters2_test/03: Fail # TODO(ahe): I'm working on this.
68 getters_setters2_test/none: Fail # TODO(ahe): I'm working on this.
69 getters_setters_test: Fail # TODO(ahe): I'm working on this.
70 getters_setters_type2_test: Fail # TODO(ahe): I'm working on this.
71 getters_setters_type3_test: Fail # TODO(ahe): I'm working on this.
72 getters_setters_type_test/01: Fail # TODO(ahe): I'm working on this.
73 getters_setters_type_test/none: Fail # TODO(ahe): I'm working on this.
74 implicit_this_test/01: Fail # TODO(ahe): I'm working on this.
75 implicit_this_test/02: Fail # TODO(ahe): I'm working on this.
76 implicit_this_test/03: Fail # TODO(ahe): I'm working on this.
77 implicit_this_test/04: Fail # TODO(ahe): I'm working on this.
78 implicit_this_test/none: Fail # TODO(ahe): I'm working on this.
79 incr_op_test: Fail # TODO(ahe): I'm working on this.
80 instance_compound_assignment_operator_test: Fail # TODO(ahe): I'm working on thi s.
81 interface_inherit_field_test: Fail # TODO(ahe): I'm working on this.
82 map_literal2_test: Fail # TODO(ahe): I'm working on this.
83 naming3_test: Fail # TODO(ahe): I'm working on this.
84 naming_test: Fail # TODO(ahe): I'm working on this.
85 optimized_setter_test: Fail # TODO(ahe): I'm working on this.
86 parameter_initializer_test: Fail # TODO(ahe): I'm working on this.
87 prefix21_test: Fail # TODO(ahe): I'm working on this.
88 property_field_override_test: Fail # TODO(ahe): I'm working on this.
89 resolution_test: Fail # TODO(ahe): I'm working on this.
90 setter0_test: Fail # TODO(ahe): I'm working on this.
91 setter1_test: Fail # TODO(ahe): I'm working on this.
92 setter_no_getter_call_test/none: Fail # TODO(ahe): I'm working on this.
93 side_effect_throw_test: Fail # TODO(ahe): I'm working on this.
94 skip_expression_test: Fail # TODO(ahe): I'm working on this.
95 static_implicit_closure_test: Fail # TODO(ahe): I'm working on this.
96 super_closure_test: Fail # TODO(ahe): I'm working on this.
97 super_field_test: Fail # TODO(ahe): I'm working on this.
98 super_setter_test: Fail # TODO(ahe): I'm working on this.
99 top_level_func_test: Fail # TODO(ahe): I'm working on this.
100 top_level_getter_arrow_syntax_test: Fail # TODO(ahe): I'm working on this.
101 top_level_in_initializer_test: Fail # TODO(ahe): I'm working on this.
102 top_level_prefixed_declaration_test: Fail # TODO(ahe): I'm working on this.
103 type_variable_scope_test/00: Fail # TODO(ahe): I'm working on this.
104 type_variable_scope_test/01: Fail # TODO(ahe): I'm working on this.
105 type_variable_scope_test/02: Fail # TODO(ahe): I'm working on this.
106 type_variable_scope_test/03: Fail # TODO(ahe): I'm working on this.
107 type_variable_scope_test/04: Fail # TODO(ahe): I'm working on this.
108 type_variable_scope_test/05: Fail # TODO(ahe): I'm working on this.
109 type_variable_scope_test/none: Fail # TODO(ahe): I'm working on this.
110 48
111 function_type_this_parameter_test: Crash # Issue 4417. 49 function_type_this_parameter_test: Crash # Issue 4417.
112 compile_time_constant8_test: Fail # We don't take the generic type into account yet. 50 compile_time_constant8_test: Fail # We don't take the generic type into account yet.
113 51
114 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o n linux. 52 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o n linux.
115 # Crash infinite loop on Mac and dart2js checked mode on linux. 53 # Crash infinite loop on Mac and dart2js checked mode on linux.
116 function_type_alias6_test: Crash, Fail 54 function_type_alias6_test: Crash, Fail
117 55
118 static_initializer_type_error_test: Fail # Checked mode not supported. 56 static_initializer_type_error_test: Fail # Checked mode not supported.
119 57
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 factory_negative_test: Fail # Negative language test. 182 factory_negative_test: Fail # Negative language test.
245 field2_negative_test: Fail # Negative language test. 183 field2_negative_test: Fail # Negative language test.
246 field3_negative_test: Fail # Negative language test. 184 field3_negative_test: Fail # Negative language test.
247 field4_negative_test: Fail # Negative language test. 185 field4_negative_test: Fail # Negative language test.
248 field5_negative_test: Fail # Negative language test. 186 field5_negative_test: Fail # Negative language test.
249 field6a_negative_test: Fail # Negative language test. 187 field6a_negative_test: Fail # Negative language test.
250 field7a_negative_test: Fail # Negative language test. 188 field7a_negative_test: Fail # Negative language test.
251 final_for_in_variable_test/01: Fail # Negative language test 189 final_for_in_variable_test/01: Fail # Negative language test
252 final_param_negative_test: Fail # Negative language test. 190 final_param_negative_test: Fail # Negative language test.
253 final_var_negative_test: Fail # Negative language test. 191 final_var_negative_test: Fail # Negative language test.
254 getter_declaration_negative_test: Fail # Negative language test.
255 instantiate_type_variable_negative_test: Pass # For the wrong reason. 192 instantiate_type_variable_negative_test: Pass # For the wrong reason.
256 interface_factory3_negative_test: Fail # Negative language test. 193 interface_factory3_negative_test: Fail # Negative language test.
257 interface_factory_constructor_negative_test: Fail # Negative language test. 194 interface_factory_constructor_negative_test: Fail # Negative language test.
258 interface_static_method_negative_test: Fail # Negative language test. 195 interface_static_method_negative_test: Fail # Negative language test.
259 list_literal1_negative_test: Fail # Negative language test. 196 list_literal1_negative_test: Fail # Negative language test.
260 list_literal2_negative_test: Fail # Negative language test. 197 list_literal2_negative_test: Fail # Negative language test.
261 map_literal1_negative_test: Fail # Negative language test. 198 map_literal1_negative_test: Fail # Negative language test.
262 map_literal2_negative_test: Fail # Negative language test. 199 map_literal2_negative_test: Fail # Negative language test.
263 new_expression_type_args_frog_test/02: Fail # Negative language test. 200 new_expression_type_args_frog_test/02: Fail # Negative language test.
264 non_const_super_negative_test: Fail # Negative language test. 201 non_const_super_negative_test: Fail # Negative language test.
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 [ $compiler == dart2js && $runtime == safari ] 295 [ $compiler == dart2js && $runtime == safari ]
359 arithmetic_test: Skip # BUG(3492): Times out. 296 arithmetic_test: Skip # BUG(3492): Times out.
360 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 297 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
361 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 298 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
362 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 299 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
363 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 300 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
364 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 301 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
365 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 302 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
366 naming_test: Fail 303 naming_test: Fail
367 304
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698