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

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

Issue 18531006: Update test and status file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More updates 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 145 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
146 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 146 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
147 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 147 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
148 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 148 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
149 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 149 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
150 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 150 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
151 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 151 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
152 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 152 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
153 method_binding_test: Fail # internal error: super property read not implemented. 153 method_binding_test: Fail # internal error: super property read not implemented.
154 method_override_test: Fail # cannot resolve type GetKeysFunctionType 154 method_override_test: Fail # cannot resolve type GetKeysFunctionType
155 method_override2_test/00: Fail # accepts illegal override 155 method_override2_test/01: Fail # Issue 11496
156 method_override2_test/02: Fail # accepts illegal override
157 method_override2_test/03: Fail # accepts illegal override
158 method_override5_test: Fail # Issue 11496 156 method_override5_test: Fail # Issue 11496
159 abstract_getter_test/01: Fail # instantiation of abstract class 157 abstract_getter_test/01: Fail # instantiation of abstract class
160 abstract_factory_constructor_test/01: Fail # instantiation of abstract class 158 abstract_factory_constructor_test/01: Fail # instantiation of abstract class
161 parameter_initializer6_negative_test: Fail # Issue 3502 159 parameter_initializer6_negative_test: Fail # Issue 3502
162 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions. 160 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions.
163 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types. 161 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types.
164 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning. 162 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning.
165 pseudo_kw_test: Fail # Unexpected token '(' 163 pseudo_kw_test: Fail # Unexpected token '('
166 super_implicit_closure_test: Fail # internal error: super property read not impl emented 164 super_implicit_closure_test: Fail # internal error: super property read not impl emented
167 on_catch_malformed_type_test: Fail # Malformed types cause compile-time errors. 165 on_catch_malformed_type_test: Fail # Malformed types cause compile-time errors.
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 call_through_null_getter_test: Fail 305 call_through_null_getter_test: Fail
308 closure3_test: Fail 306 closure3_test: Fail
309 execute_finally3_test: Fail 307 execute_finally3_test: Fail
310 method_invocation_test: Fail 308 method_invocation_test: Fail
311 null_pointer_exception_test: Fail 309 null_pointer_exception_test: Fail
312 stack_overflow_test: Fail 310 stack_overflow_test: Fail
313 stack_overflow_stacktrace_test: Fail 311 stack_overflow_stacktrace_test: Fail
314 string_interpolate_npe_test: Fail 312 string_interpolate_npe_test: Fail
315 closure_call_wrong_argument_count_negative_test: Skip 313 closure_call_wrong_argument_count_negative_test: Skip
316 label_test: Skip 314 label_test: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698