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

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

Issue 3001433002: Migrating a block of dart 1 tests to dart 2 (Closed)
Patch Set: Fixed merge conflict characters Created 3 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
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language_2/class_keyword_test.dart » ('j') | 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 # VM specific tests that should not be run by dart2js. 5 # VM specific tests that should not be run by dart2js.
6 [ $compiler == dart2js ] 6 [ $compiler == dart2js ]
7 vm/*: Skip # Issue 12699 7 vm/*: Skip # Issue 12699
8 8
9 [ $compiler == dart2js && ! $dart2js_with_kernel ] 9 [ $compiler == dart2js && ! $dart2js_with_kernel ]
10 enum_test: Fail # Issue 28340 10 enum_test: Fail # Issue 28340
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 cha_deopt3_test: CompileTimeError 579 cha_deopt3_test: CompileTimeError
580 check_member_static_test/02: MissingCompileTimeError 580 check_member_static_test/02: MissingCompileTimeError
581 checked_null_test/01: Crash 581 checked_null_test/01: Crash
582 checked_setter2_test: Crash 582 checked_setter2_test: Crash
583 checked_setter3_test/01: Crash 583 checked_setter3_test/01: Crash
584 checked_setter3_test/02: Crash 584 checked_setter3_test/02: Crash
585 checked_setter3_test/none: Crash 585 checked_setter3_test/none: Crash
586 checked_setter_test: Crash 586 checked_setter_test: Crash
587 class_cycle_test/02: MissingCompileTimeError 587 class_cycle_test/02: MissingCompileTimeError
588 class_cycle_test/03: MissingCompileTimeError 588 class_cycle_test/03: MissingCompileTimeError
589 class_literal_test/01: Crash
590 class_literal_test/02: Crash
591 class_literal_test/03: Crash
592 class_literal_test/04: Crash
593 class_literal_test/05: Crash
594 class_literal_test/06: Crash
595 class_literal_test/07: Crash
596 class_literal_test/08: Crash
597 class_literal_test/09: Crash
598 class_literal_test/10: Crash
599 class_literal_test/11: Crash
600 class_literal_test/12: Crash
601 class_literal_test/13: Crash
602 class_literal_test/14: Crash
603 class_literal_test/15: Crash
604 class_literal_test/16: Crash
605 class_literal_test/17: Crash
606 class_literal_test/18: Crash
607 class_literal_test/19: Crash
608 class_literal_test/20: Crash
609 class_literal_test/21: Crash
610 class_literal_test/22: Crash
611 class_literal_test/23: Crash
612 class_literal_test/24: Crash
613 class_literal_test/25: Crash
614 class_literal_test/none: Crash
615 class_override_test/00: Crash
616 class_syntax2_test: Crash
617 class_test: Crash
618 classes_static_method_clash_test: Crash
619 closure2_test: Crash
620 closure3_test: Crash
621 closure4_test: Crash
622 closure5_test: Crash
623 closure6_test: Crash
624 closure7_test: Crash
625 closure8_test: Crash
626 closure_break1_test: Crash
627 closure_break2_test: Crash
628 closure_break_test: Crash
629 closure_cycles_test: Crash
630 closure_in_constructor_test: Crash
631 closure_in_field_initializer_test: Crash
632 closure_in_initializer2_test: Crash
633 closure_in_initializer_test: Crash
634 closure_internals_test: Crash
635 closure_parameter_types_test: Crash
636 closure_self_reference_test: Crash
637 closure_shared_state_test: Crash
638 closure_test: Crash 589 closure_test: Crash
639 closure_type_test/01: Crash 590 closure_type_test/01: Crash
640 closure_type_test/none: Crash 591 closure_type_test/none: Crash
641 closure_type_variable_test: Crash 592 closure_type_variable_test: Crash
642 closure_type_variables_test: Crash 593 closure_type_variables_test: Crash
643 closure_variable_shadow_test: Crash 594 closure_variable_shadow_test: Crash
644 closure_with_super_field_test: Crash 595 closure_with_super_field_test: Crash
645 closure_with_super_send_test: Crash 596 closure_with_super_send_test: Crash
646 closures_initializer2_test: Crash 597 closures_initializer2_test: Crash
647 closures_initializer_test: Crash 598 closures_initializer_test: Crash
(...skipping 1414 matching lines...) Expand 10 before | Expand all | Expand 10 after
2062 cha_deopt3_test: CompileTimeError 2013 cha_deopt3_test: CompileTimeError
2063 check_member_static_test/02: MissingCompileTimeError 2014 check_member_static_test/02: MissingCompileTimeError
2064 checked_null_test/01: Crash 2015 checked_null_test/01: Crash
2065 checked_setter2_test: Crash 2016 checked_setter2_test: Crash
2066 checked_setter3_test/01: Crash 2017 checked_setter3_test/01: Crash
2067 checked_setter3_test/02: Crash 2018 checked_setter3_test/02: Crash
2068 checked_setter3_test/none: Crash 2019 checked_setter3_test/none: Crash
2069 checked_setter_test: Crash 2020 checked_setter_test: Crash
2070 class_cycle_test/02: MissingCompileTimeError 2021 class_cycle_test/02: MissingCompileTimeError
2071 class_cycle_test/03: MissingCompileTimeError 2022 class_cycle_test/03: MissingCompileTimeError
2072 class_literal_test/01: Crash
2073 class_literal_test/02: Crash
2074 class_literal_test/03: Crash
2075 class_literal_test/04: Crash
2076 class_literal_test/05: Crash
2077 class_literal_test/06: Crash
2078 class_literal_test/07: Crash
2079 class_literal_test/08: Crash
2080 class_literal_test/09: Crash
2081 class_literal_test/10: Crash
2082 class_literal_test/11: Crash
2083 class_literal_test/12: Crash
2084 class_literal_test/13: Crash
2085 class_literal_test/14: Crash
2086 class_literal_test/15: Crash
2087 class_literal_test/16: Crash
2088 class_literal_test/17: Crash
2089 class_literal_test/18: Crash
2090 class_literal_test/19: Crash
2091 class_literal_test/20: Crash
2092 class_literal_test/21: Crash
2093 class_literal_test/22: Crash
2094 class_literal_test/23: Crash
2095 class_literal_test/24: Crash
2096 class_literal_test/25: Crash
2097 class_override_test/00: Crash
2098 class_syntax2_test: Crash
2099 class_test: Crash
2100 classes_static_method_clash_test: Crash
2101 closure2_test: Crash
2102 closure3_test: Crash
2103 closure4_test: Crash
2104 closure5_test: Crash
2105 closure6_test: Crash
2106 closure7_test: Crash
2107 closure8_test: Crash
2108 closure_break1_test: Crash
2109 closure_break2_test: Crash
2110 closure_break_test: Crash
2111 closure_cycles_test: Crash
2112 closure_in_constructor_test: Crash
2113 closure_in_field_initializer_test: Crash
2114 closure_in_initializer2_test: Crash
2115 closure_in_initializer_test: Crash
2116 closure_internals_test: Crash
2117 closure_parameter_types_test: Crash
2118 closure_self_reference_test: Crash
2119 closure_shared_state_test: Crash
2120 closure_test: Crash 2023 closure_test: Crash
2121 closure_type_test/01: Crash 2024 closure_type_test/01: Crash
2122 closure_type_test/none: Crash 2025 closure_type_test/none: Crash
2123 closure_type_variable_test: Crash 2026 closure_type_variable_test: Crash
2124 closure_type_variables_test: Crash 2027 closure_type_variables_test: Crash
2125 closure_variable_shadow_test: Crash 2028 closure_variable_shadow_test: Crash
2126 closure_with_super_field_test: Crash 2029 closure_with_super_field_test: Crash
2127 closure_with_super_send_test: Crash 2030 closure_with_super_send_test: Crash
2128 closures_initializer2_test: Crash 2031 closures_initializer2_test: Crash
2129 closures_initializer_test: Crash 2032 closures_initializer_test: Crash
(...skipping 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after
3312 typedef_is_test: Crash 3215 typedef_is_test: Crash
3313 typevariable_substitution2_test/02: Crash 3216 typevariable_substitution2_test/02: Crash
3314 unresolved_default_constructor_test/01: Crash 3217 unresolved_default_constructor_test/01: Crash
3315 value_range2_test: Crash 3218 value_range2_test: Crash
3316 value_range3_test: Crash 3219 value_range3_test: Crash
3317 value_range_test: Crash 3220 value_range_test: Crash
3318 variable_declaration_metadata_test/none: Crash 3221 variable_declaration_metadata_test/none: Crash
3319 void_type_test: Crash 3222 void_type_test: Crash
3320 yieldstar_pause_test: Crash 3223 yieldstar_pause_test: Crash
3321 3224
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language_2/class_keyword_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698