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

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

Issue 2896393003: Remove factory body in *.fromEnvironment, and implement this same behavior (Closed)
Patch Set: turn warning into a hint Created 3 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
« no previous file with comments | « tests/corelib/corelib.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ] 5 [ $compiler == dart2js ]
6 enum_test: Fail # Issue 28340 6 enum_test: Fail # Issue 28340
7 regress_28341_test: Fail # Issue 28340 7 regress_28341_test: Fail # Issue 28340
8 deferred_not_loaded_check_test: Fail # Issue 27577 8 deferred_not_loaded_check_test: Fail # Issue 27577
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 method_name_test: Fail # issue 25574 10 method_name_test: Fail # issue 25574
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 async_await_syntax_test/c06a: RuntimeError # Issue 27394 307 async_await_syntax_test/c06a: RuntimeError # Issue 27394
308 async_await_syntax_test/d06a: RuntimeError # Issue 27394 308 async_await_syntax_test/d06a: RuntimeError # Issue 27394
309 async_await_test: RuntimeError # Issue 27394 309 async_await_test: RuntimeError # Issue 27394
310 async_star_pause_test: RuntimeError # Issue 27394 310 async_star_pause_test: RuntimeError # Issue 27394
311 async_star_regression_fisk_test: RuntimeError # Issue 27394 311 async_star_regression_fisk_test: RuntimeError # Issue 27394
312 async_star_stream_take_test: RuntimeError # Issue 27394 312 async_star_stream_take_test: RuntimeError # Issue 27394
313 async_star_take_reyield_test: RuntimeError # Issue 27394 313 async_star_take_reyield_test: RuntimeError # Issue 27394
314 async_star_test: RuntimeError # Issue 27394 314 async_star_test: RuntimeError # Issue 27394
315 await_for_test: RuntimeError # Issue 27394 315 await_for_test: RuntimeError # Issue 27394
316 await_for_use_local_test: RuntimeError # Issue 27394 316 await_for_use_local_test: RuntimeError # Issue 27394
317 black_listed_test/13c: Crash # Issue 27394
318 black_listed_test/14c: Crash # Issue 27394
317 bootstrap_test: RuntimeError # Issue 27394 319 bootstrap_test: RuntimeError # Issue 27394
318 call_nonexistent_static_test/10: Crash # Issue 27394 320 call_nonexistent_static_test/10: Crash # Issue 27394
319 closure_in_constructor_test: RuntimeError # Issue 27394 321 closure_in_constructor_test: RuntimeError # Issue 27394
320 closures_initializer_test: RuntimeError # Issue 27394 322 closures_initializer_test: RuntimeError # Issue 27394
321 conditional_property_assignment_test/07: RuntimeError # Issue 27394 323 conditional_property_assignment_test/07: RuntimeError # Issue 27394
322 conditional_property_increment_decrement_test/01: RuntimeError # Issue 27394 324 conditional_property_increment_decrement_test/01: RuntimeError # Issue 27394
323 conditional_property_increment_decrement_test/05: RuntimeError # Issue 27394 325 conditional_property_increment_decrement_test/05: RuntimeError # Issue 27394
324 conditional_property_increment_decrement_test/09: RuntimeError # Issue 27394 326 conditional_property_increment_decrement_test/09: RuntimeError # Issue 27394
325 conditional_property_increment_decrement_test/13: RuntimeError # Issue 27394 327 conditional_property_increment_decrement_test/13: RuntimeError # Issue 27394
326 const_evaluation_test/01: Crash # Issue 27394 328 const_evaluation_test/01: Crash # Issue 27394
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 instance_creation_in_function_annotation_test: Crash # Issue 27394 393 instance_creation_in_function_annotation_test: Crash # Issue 27394
392 instanceof2_test: RuntimeError # Issue 27394 394 instanceof2_test: RuntimeError # Issue 27394
393 invocation_mirror_test: Crash # Issue 27394 395 invocation_mirror_test: Crash # Issue 27394
394 is_malformed_type_test/94: Crash # Issue 27394 396 is_malformed_type_test/94: Crash # Issue 27394
395 is_malformed_type_test/96: Crash # Issue 27394 397 is_malformed_type_test/96: Crash # Issue 27394
396 is_malformed_type_test/98: Crash # Issue 27394 398 is_malformed_type_test/98: Crash # Issue 27394
397 issue21079_test: Crash # Issue 27394 399 issue21079_test: Crash # Issue 27394
398 issue9602_test: Crash # Issue 27394 400 issue9602_test: Crash # Issue 27394
399 issue_25671a_test/01: Crash # Issue 27394 401 issue_25671a_test/01: Crash # Issue 27394
400 issue_25671b_test/01: Crash # Issue 27394 402 issue_25671b_test/01: Crash # Issue 27394
401 library_env_test/has_html_support: RuntimeError # Issue 27394
402 library_env_test/has_io_support: RuntimeError # Issue 27394
403 library_env_test/has_mirror_support: RuntimeError # Issue 27394
404 library_env_test/none: RuntimeError # Issue 27394
405 list_is_test: RuntimeError # Issue 27394 403 list_is_test: RuntimeError # Issue 27394
406 list_test: RuntimeError # Issue 27394 404 list_test: RuntimeError # Issue 27394
407 main_not_a_function_test/01: Crash # Issue 27394 405 main_not_a_function_test/01: Crash # Issue 27394
408 malformed_inheritance_test/02: Crash # Issue 27394 406 malformed_inheritance_test/02: Crash # Issue 27394
409 malformed_inheritance_test/03: Crash # Issue 27394 407 malformed_inheritance_test/03: Crash # Issue 27394
410 malformed_inheritance_test/04: Crash # Issue 27394 408 malformed_inheritance_test/04: Crash # Issue 27394
411 malformed_inheritance_test/09: Crash # Issue 27394 409 malformed_inheritance_test/09: Crash # Issue 27394
412 malformed_inheritance_test/10: Crash # Issue 27394 410 malformed_inheritance_test/10: Crash # Issue 27394
413 malformed_test/06: Crash # Issue 27394 411 malformed_test/06: Crash # Issue 27394
414 malformed_test/none: Crash # Issue 27394 412 malformed_test/none: Crash # Issue 27394
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 factory_redirection_test/02: Crash # Issue 27394 601 factory_redirection_test/02: Crash # Issue 27394
604 factory_redirection_test/03: Crash # Issue 27394 602 factory_redirection_test/03: Crash # Issue 27394
605 mixin_cyclic_test/02: Crash # Issue 27394 603 mixin_cyclic_test/02: Crash # Issue 27394
606 mixin_illegal_cycles_test/01: Crash # Issue 27394 604 mixin_illegal_cycles_test/01: Crash # Issue 27394
607 mixin_illegal_cycles_test/05: Crash # Issue 27394 605 mixin_illegal_cycles_test/05: Crash # Issue 27394
608 named_parameters_test/01: Crash # Issue 27394 606 named_parameters_test/01: Crash # Issue 27394
609 named_parameters_test/03: Crash # Issue 27394 607 named_parameters_test/03: Crash # Issue 27394
610 named_parameters_test/05: Crash # Issue 27394 608 named_parameters_test/05: Crash # Issue 27394
611 named_parameters_test/07: Crash # Issue 27394 609 named_parameters_test/07: Crash # Issue 27394
612 named_parameters_test/09: Crash # Issue 27394 610 named_parameters_test/09: Crash # Issue 27394
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698