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

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

Issue 448943004: Refactor and simplify the dart2dart renamer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rely (almost) only on Entity from renamer. Improve handling of privates and constructors. Avoid sor… Created 6 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 override_inheritance_mixed_test/08: Fail # Issue 18124 6 override_inheritance_mixed_test/08: Fail # Issue 18124
7 override_inheritance_mixed_test/09: Fail # Issue 18124 7 override_inheritance_mixed_test/09: Fail # Issue 18124
8 bad_constructor_test/05: CompileTimeError # Issue 13669 8 bad_constructor_test/05: CompileTimeError # Issue 13669
9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 call_through_null_getter_test: Fail 174 call_through_null_getter_test: Fail
175 closure3_test: Fail 175 closure3_test: Fail
176 execute_finally3_test: Fail 176 execute_finally3_test: Fail
177 method_invocation_test: Fail 177 method_invocation_test: Fail
178 stack_overflow_test: Fail 178 stack_overflow_test: Fail
179 stack_overflow_stacktrace_test: Fail 179 stack_overflow_stacktrace_test: Fail
180 closure_call_wrong_argument_count_negative_test: Skip 180 closure_call_wrong_argument_count_negative_test: Skip
181 label_test: Skip 181 label_test: Skip
182 182
183 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] 183 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ]
184 dynamic_test: RuntimeError # Issue 19751
185
186 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ]
187 # This test happens not to fail in minified, because the type-argument is 184 # This test happens not to fail in minified, because the type-argument is
188 # renamed, but the unresolved reference to it is not. 185 # renamed, but the unresolved reference to it is not.
189 type_variable_conflict2_test/04: Fail # Issue 19725 186 type_variable_conflict2_test/04: Fail # Issue 19725
190 187
191 [ $compiler == dart2dart ] 188 [ $compiler == dart2dart ]
192 type_variable_conflict2_test/02: MissingCompileTimeError # Issue 19725 189 type_variable_conflict2_test/02: MissingCompileTimeError # Issue 19725
193 type_variable_conflict2_test/06: MissingCompileTimeError # Issue 16180 190 type_variable_conflict2_test/06: MissingCompileTimeError # Issue 16180
194 type_variable_conflict2_test/08: MissingCompileTimeError # Issue 16180 191 type_variable_conflict2_test/08: MissingCompileTimeError # Issue 16180
195 type_variable_conflict2_test/10: MissingCompileTimeError # Issue 16180 192 type_variable_conflict2_test/10: MissingCompileTimeError # Issue 16180
196 regress_13494_test: Fail # Issue 13494 193 regress_13494_test: Fail # Issue 13494
197 mixin_super_constructor_named_test: Fail # Issue 12631 194 mixin_super_constructor_named_test: Fail # Issue 12631
198 mixin_super_constructor_positionals_test: Fail # Issue 12631 195 mixin_super_constructor_positionals_test: Fail # Issue 12631
199 196
200 built_in_identifier_prefix_test: Fail # Issue 6972 197 built_in_identifier_prefix_test: Fail # Issue 6972
201 constructor_initializer_test/none: Fail # Issue 12633 198 constructor_initializer_test/none: Fail # Issue 12633
202 factory3_test: Fail # Issue 13077
203 redirecting_factory_long_test: Fail # Issue 13077
204 type_checks_in_factory_method_test: Fail # Issue 12747
205 199
206 # Mixins fail on the VM. 200 # Mixins fail on the VM.
207 mixin_forwarding_constructor2_test: Fail # Issue 13641 201 mixin_forwarding_constructor2_test: Fail # Issue 13641
208 202
209 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 203 mixin_with_two_implicit_constructors_test: Fail # Issue 11889
210 204
211 # Calling unresolved class constructor: 205 # Calling unresolved class constructor:
212 call_nonexistent_constructor_test/01: Fail # Issue 13082 206 call_nonexistent_constructor_test/01: Fail # Issue 13082
213 call_nonexistent_constructor_test/02: Fail # Issue 13082 207 call_nonexistent_constructor_test/02: Fail # Issue 13082
214 208
215 bad_override_test/01: Fail # Issue 11496 209 bad_override_test/01: Fail # Issue 11496
216 bad_override_test/02: Fail # Issue 11496 210 bad_override_test/02: Fail # Issue 11496
217 211
218 constructor_named_arguments_test/01: Fail # Issue 5519 212 constructor_named_arguments_test/01: Fail # Issue 5519
219 not_enough_positional_arguments_test/01: Fail # Issue 12839 213 not_enough_positional_arguments_test/01: Fail # Issue 12839
220 not_enough_positional_arguments_test/02: Fail # Issue 12839 214 not_enough_positional_arguments_test/02: Fail # Issue 12839
221 not_enough_positional_arguments_test/05: Fail # Issue 12839 215 not_enough_positional_arguments_test/05: Fail # Issue 12839
222 216
223 metadata_test: Fail # Issue 12762 217 metadata_test: Fail # Issue 12762
224 const_evaluation_test/01: Fail # Issue 12762 218 const_evaluation_test/01: Fail # Issue 12762
225 const_var_test: CompileTimeError # Issue 12794 219 const_var_test: CompileTimeError # Issue 12794
226 map_literal3_test: Fail # Issue 12794 220 map_literal3_test: Fail # Issue 12794
227 external_test/13: Fail # Issue 12888 221 external_test/13: Fail # Issue 12888
228 built_in_identifier_test/01: Fail # Issue 13022 222 built_in_identifier_test/01: Fail # Issue 13022
229 method_override4_test: Fail # Issue 12810 223 method_override4_test: Fail # Issue 12810
230 method_override5_test: Fail # Issue 12810 224 method_override5_test: Fail # Issue 12810
231 scope_variable_test/01: Fail # Issue 13016 225 scope_variable_test/01: Fail # Issue 13016
232 factory_redirection_test/01: Fail # Issue 12753 226 factory_redirection_test/01: Fail # Issue 12753
233 factory_redirection_test/02: Crash # Issue 12753
234 factory_redirection_test/03: Crash # Issue 12753
235 factory_redirection_test/09: Fail # Issue 12753
236 227
237 # DartVM problem. 228 # DartVM problem.
238 constructor5_test: Fail 229 constructor5_test: Fail
239 constructor6_test: Fail 230 constructor6_test: Fail
240 closure_in_initializer_test: Fail 231 closure_in_initializer_test: Fail
241 232
242 # Minified mode failures. 233 # Minified mode failures.
243 234
244 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. 235 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error.
245 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. 236 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error.
246 237
247 deferred*: skip # Issue 17523 238 deferred*: skip # Issue 17523
248 239
249 [ $compiler == dart2dart && $minified ] 240 [ $compiler == dart2dart && $minified ]
250 cyclic_type_test/0*: Fail # Issue 12605. 241 cyclic_type_test/0*: Fail # Issue 12605.
251 cyclic_type2_test: Fail # Issue 12605. 242 cyclic_type2_test: Fail # Issue 12605.
252 super_getter_setter_test: Fail # Issue 11065. 243 super_getter_setter_test: Fail # Issue 11065.
253 f_bounded_quantification4_test: Fail # Issue 12605. 244 f_bounded_quantification4_test: Fail # Issue 12605.
254 f_bounded_quantification5_test: Fail # Issue 12605. 245 f_bounded_quantification5_test: Fail # Issue 12605.
255 type_variable_typedef_test: Fail # Issue 11467 246 type_variable_typedef_test: Fail # Issue 11467
256 type_variable_conflict2_test/01: RuntimeError # Issue 16180
257 247
258 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 248 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
259 super_call4_test: Fail, OK # hardcoded names. 249 super_call4_test: Fail, OK # hardcoded names.
260 250
261 [ $minified ] 251 [ $minified ]
262 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 252 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
263 253
264 [ $runtime == ie9 ] 254 [ $runtime == ie9 ]
265 stack_trace_test: Fail, OK # Stack traces not available in IE9. 255 stack_trace_test: Fail, OK # Stack traces not available in IE9.
266 deferred_constraints_type_annotation_test/*: Fail, Pass # http://dartbug.com/126 35 256 deferred_constraints_type_annotation_test/*: Fail, Pass # http://dartbug.com/126 35
267 deferred_constraints_constants_test/*: Fail, Pass # http://dartbug.com/12635 257 deferred_constraints_constants_test/*: Fail, Pass # http://dartbug.com/12635
268 deferred_no_such_method_test*: Fail, Pass # http://dartbug.com/12635 258 deferred_no_such_method_test*: Fail, Pass # http://dartbug.com/12635
269 deferred_constraints_type_annotation_old_syntax_test/*: Fail, Pass # http://dart bug.com/12635 259 deferred_constraints_type_annotation_old_syntax_test/*: Fail, Pass # http://dart bug.com/12635
270 deferred_constraints_constants_old_syntax_test/*: Fail, Pass # http://dartbug.co m/12635 260 deferred_constraints_constants_old_syntax_test/*: Fail, Pass # http://dartbug.co m/12635
271 deferred_shadow_load_library_test: Fail, Pass # Issue 17807 261 deferred_shadow_load_library_test: Fail, Pass # Issue 17807
272 deferred_closurize_load_library_test: Fail, Pass # Issue 17807 262 deferred_closurize_load_library_test: Fail, Pass # Issue 17807
273 263
274 [ ($compiler == dart2js && $csp)] 264 [ ($compiler == dart2js && $csp)]
275 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 265 deferred_constraints_type_annotation_test/*: Skip # Issue 16898
276 deferred_constraints_constants_test/*: Skip # Issue 16898 266 deferred_constraints_constants_test/*: Skip # Issue 16898
277 deferred_no_such_method_test*: Skip # Issue 16898 267 deferred_no_such_method_test*: Skip # Issue 16898
278 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 268 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898
279 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 269 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898
280 270
281 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 271 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
282 *deferred*: Skip # Issue 17458 272 *deferred*: Skip # Issue 17458
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698