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

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

Issue 3001433002: Migrating a block of dart 1 tests to dart 2 (Closed)
Patch Set: Migrating tests from dart 1.0 to dart 2.0 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
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 1412 matching lines...) Expand 10 before | Expand all | Expand 10 after
2060 cha_deopt3_test: CompileTimeError 2011 cha_deopt3_test: CompileTimeError
2061 check_member_static_test/02: MissingCompileTimeError 2012 check_member_static_test/02: MissingCompileTimeError
2062 checked_null_test/01: Crash 2013 checked_null_test/01: Crash
2063 checked_setter2_test: Crash 2014 checked_setter2_test: Crash
2064 checked_setter3_test/01: Crash 2015 checked_setter3_test/01: Crash
2065 checked_setter3_test/02: Crash 2016 checked_setter3_test/02: Crash
2066 checked_setter3_test/none: Crash 2017 checked_setter3_test/none: Crash
2067 checked_setter_test: Crash 2018 checked_setter_test: Crash
2068 class_cycle_test/02: MissingCompileTimeError 2019 class_cycle_test/02: MissingCompileTimeError
2069 class_cycle_test/03: MissingCompileTimeError 2020 class_cycle_test/03: MissingCompileTimeError
2070 class_literal_test/01: Crash
2071 class_literal_test/02: Crash
2072 class_literal_test/03: Crash
2073 class_literal_test/04: Crash
2074 class_literal_test/05: Crash
2075 class_literal_test/06: Crash
2076 class_literal_test/07: Crash
2077 class_literal_test/08: Crash
2078 class_literal_test/09: Crash
2079 class_literal_test/10: Crash
2080 class_literal_test/11: Crash
2081 class_literal_test/12: Crash
2082 class_literal_test/13: Crash
2083 class_literal_test/14: Crash
2084 class_literal_test/15: Crash
2085 class_literal_test/16: Crash
2086 class_literal_test/17: Crash
2087 class_literal_test/18: Crash
2088 class_literal_test/19: Crash
2089 class_literal_test/20: Crash
2090 class_literal_test/21: Crash
2091 class_literal_test/22: Crash
2092 class_literal_test/23: Crash
2093 class_literal_test/24: Crash
2094 class_literal_test/25: Crash
2095 class_override_test/00: Crash
2096 class_syntax2_test: Crash
2097 class_test: Crash
2098 classes_static_method_clash_test: Crash
2099 closure2_test: Crash
2100 closure3_test: Crash
2101 closure4_test: Crash
2102 closure5_test: Crash
2103 closure6_test: Crash
2104 closure7_test: Crash
2105 closure8_test: Crash
2106 closure_break1_test: Crash
2107 closure_break2_test: Crash
2108 closure_break_test: Crash
2109 closure_cycles_test: Crash
2110 closure_in_constructor_test: Crash
2111 closure_in_field_initializer_test: Crash
2112 closure_in_initializer2_test: Crash
2113 closure_in_initializer_test: Crash
2114 closure_internals_test: Crash
2115 closure_parameter_types_test: Crash
2116 closure_self_reference_test: Crash
2117 closure_shared_state_test: Crash
2118 closure_test: Crash 2021 closure_test: Crash
2119 closure_type_test/01: Crash 2022 closure_type_test/01: Crash
2120 closure_type_test/none: Crash 2023 closure_type_test/none: Crash
2121 closure_type_variable_test: Crash 2024 closure_type_variable_test: Crash
2122 closure_type_variables_test: Crash 2025 closure_type_variables_test: Crash
2123 closure_variable_shadow_test: Crash 2026 closure_variable_shadow_test: Crash
2124 closure_with_super_field_test: Crash 2027 closure_with_super_field_test: Crash
2125 closure_with_super_send_test: Crash 2028 closure_with_super_send_test: Crash
2126 closures_initializer2_test: Crash 2029 closures_initializer2_test: Crash
2127 closures_initializer_test: Crash 2030 closures_initializer_test: Crash
(...skipping 1179 matching lines...) Expand 10 before | Expand all | Expand 10 after
3307 typedef_is_test: Crash 3210 typedef_is_test: Crash
3308 typevariable_substitution2_test/02: Crash 3211 typevariable_substitution2_test/02: Crash
3309 unresolved_default_constructor_test/01: Crash 3212 unresolved_default_constructor_test/01: Crash
3310 value_range2_test: Crash 3213 value_range2_test: Crash
3311 value_range3_test: Crash 3214 value_range3_test: Crash
3312 value_range_test: Crash 3215 value_range_test: Crash
3313 variable_declaration_metadata_test/none: Crash 3216 variable_declaration_metadata_test/none: Crash
3314 void_type_test: Crash 3217 void_type_test: Crash
3315 yieldstar_pause_test: Crash 3218 yieldstar_pause_test: Crash
3316 3219
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698