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

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

Issue 10829416: Update language tests to 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 ]
(...skipping 24 matching lines...) Expand all
35 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.
36 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.
37 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.
38 38
39 arithmetic_test: Fail 39 arithmetic_test: Fail
40 40
41 [ $compiler == dart2js && $unchecked ] 41 [ $compiler == dart2js && $unchecked ]
42 assertion_test: Fail 42 assertion_test: Fail
43 43
44 [ $compiler == dart2js ] 44 [ $compiler == dart2js ]
45 getter_no_setter_test/01: Pass # TODO(ahe): Syntax error masks a crash.
46
47 call_through_getter_test: Fail # TODO(ahe): I'm working on this.
48 call_through_null_getter_test: Fail # TODO(ahe): I'm working on this.
49 cascade_precedence_test: Fail # TODO(ahe): I'm working on this.
50 compound_assignment_operator_test: Fail # TODO(ahe): I'm working on this.
51 const_test: Fail # TODO(ahe): I'm working on this.
52 field_test: Fail # TODO(ahe): I'm working on this.
53 getter_closure_execution_order_test: Fail # TODO(ahe): I'm working on this.
54 getter_no_setter_test/00: Fail # TODO(ahe): I'm working on this.
55 getter_no_setter_test/none: Fail # TODO(ahe): I'm working on this.
56 getter_setter_in_lib_test: Fail # TODO(ahe): I'm working on this.
57 getters_setters2_test/01: Fail # TODO(ahe): I'm working on this.
58 getters_setters2_test/02: Fail # TODO(ahe): I'm working on this.
59 getters_setters2_test/03: Fail # TODO(ahe): I'm working on this.
60 getters_setters2_test/none: Fail # TODO(ahe): I'm working on this.
61 getters_setters_test: Fail # TODO(ahe): I'm working on this.
62 getters_setters_type2_test: Fail # TODO(ahe): I'm working on this.
63 getters_setters_type3_test: Fail # TODO(ahe): I'm working on this.
64 getters_setters_type_test/01: Fail # TODO(ahe): I'm working on this.
65 getters_setters_type_test/none: Fail # TODO(ahe): I'm working on this.
66 implicit_this_test/01: Fail # TODO(ahe): I'm working on this.
67 implicit_this_test/02: Fail # TODO(ahe): I'm working on this.
68 implicit_this_test/03: Fail # TODO(ahe): I'm working on this.
69 implicit_this_test/04: Fail # TODO(ahe): I'm working on this.
70 implicit_this_test/none: Fail # TODO(ahe): I'm working on this.
71 incr_op_test: Fail # TODO(ahe): I'm working on this.
72 instance_compound_assignment_operator_test: Fail # TODO(ahe): I'm working on thi s.
73 interface_inherit_field_test: Fail # TODO(ahe): I'm working on this.
74 map_literal2_test: Fail # TODO(ahe): I'm working on this.
75 naming3_test: Fail # TODO(ahe): I'm working on this.
76 naming_test: Fail # TODO(ahe): I'm working on this.
77 optimized_setter_test: Fail # TODO(ahe): I'm working on this.
78 parameter_initializer_test: Fail # TODO(ahe): I'm working on this.
79 prefix21_test: Fail # TODO(ahe): I'm working on this.
80 property_field_override_test: Fail # TODO(ahe): I'm working on this.
81 resolution_test: Fail # TODO(ahe): I'm working on this.
82 setter0_test: Fail # TODO(ahe): I'm working on this.
83 setter1_test: Fail # TODO(ahe): I'm working on this.
84 setter_no_getter_call_test/none: Fail # TODO(ahe): I'm working on this.
85 side_effect_throw_test: Fail # TODO(ahe): I'm working on this.
86 skip_expression_test: Fail # TODO(ahe): I'm working on this.
87 static_implicit_closure_test: Fail # TODO(ahe): I'm working on this.
88 super_closure_test: Fail # TODO(ahe): I'm working on this.
89 super_field_test: Fail # TODO(ahe): I'm working on this.
90 super_setter_test: Fail # TODO(ahe): I'm working on this.
91 top_level_func_test: Fail # TODO(ahe): I'm working on this.
45 top_level_getter_arrow_syntax_test: Fail # TODO(ahe): I'm working on this. 92 top_level_getter_arrow_syntax_test: Fail # TODO(ahe): I'm working on this.
46 getters_setters_test: Fail # TODO(ahe): I'm working on this. 93 top_level_in_initializer_test: Fail # TODO(ahe): I'm working on this.
94 top_level_prefixed_declaration_test: Fail # TODO(ahe): I'm working on this.
95 type_variable_scope_test/00: Fail # TODO(ahe): I'm working on this.
96 type_variable_scope_test/01: Fail # TODO(ahe): I'm working on this.
97 type_variable_scope_test/02: Fail # TODO(ahe): I'm working on this.
98 type_variable_scope_test/03: Fail # TODO(ahe): I'm working on this.
99 type_variable_scope_test/04: Fail # TODO(ahe): I'm working on this.
100 type_variable_scope_test/05: Fail # TODO(ahe): I'm working on this.
101 type_variable_scope_test/none: Fail # TODO(ahe): I'm working on this.
47 102
48 function_type_this_parameter_test: Crash # Issue 4417. 103 function_type_this_parameter_test: Crash # Issue 4417.
49 compile_time_constant8_test: Fail # We don't take the generic type into account yet. 104 compile_time_constant8_test: Fail # We don't take the generic type into account yet.
50 105
51 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o n linux. 106 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o n linux.
52 # Crash infinite loop on Mac and dart2js checked mode on linux. 107 # Crash infinite loop on Mac and dart2js checked mode on linux.
53 function_type_alias6_test: Crash, Fail 108 function_type_alias6_test: Crash, Fail
54 109
55 static_initializer_type_error_test: Fail # Checked mode not supported. 110 static_initializer_type_error_test: Fail # Checked mode not supported.
56 111
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 [ $compiler == dart2js && $runtime == safari ] 350 [ $compiler == dart2js && $runtime == safari ]
296 arithmetic_test: Skip # BUG(3492): Times out. 351 arithmetic_test: Skip # BUG(3492): Times out.
297 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 352 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
298 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 353 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
299 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 354 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
300 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 355 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
301 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 356 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
302 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 357 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
303 naming_test: Fail 358 naming_test: Fail
304 359
OLDNEW
« no previous file with comments | « dart/tests/language/interface_inherit_field_test.dart ('k') | dart/tests/language/map_literal2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698