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

Side by Side Diff: tests/language_2/language_2_dart2js.status

Issue 3010453002: Boy I hope this is the last status file change after https://codereview.chromium.org/3001803002/ (Closed)
Patch Set: Created 3 years, 3 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_dart2js.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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == dart2js". 5 # Sections in this file should contain "$compiler == dart2js".
6 6
7 # dart2js does not implement the Dart 2.0 static type errors yet. 7 # dart2js does not implement the Dart 2.0 static type errors yet.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 abstract_beats_arguments_test: MissingCompileTimeError 9 abstract_beats_arguments_test: MissingCompileTimeError
10 abstract_exact_selector_test/01: MissingCompileTimeError 10 abstract_exact_selector_test/01: MissingCompileTimeError
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 generic_constructor_mixin3_test/01: MissingCompileTimeError 107 generic_constructor_mixin3_test/01: MissingCompileTimeError
108 generic_methods_bounds_test/01: MissingCompileTimeError 108 generic_methods_bounds_test/01: MissingCompileTimeError
109 generic_methods_bounds_test/02: MissingRuntimeError 109 generic_methods_bounds_test/02: MissingRuntimeError
110 generic_methods_closure_test: RuntimeError 110 generic_methods_closure_test: RuntimeError
111 generic_methods_dynamic_test/01: MissingCompileTimeError 111 generic_methods_dynamic_test/01: MissingCompileTimeError
112 generic_methods_dynamic_test/02: MissingRuntimeError 112 generic_methods_dynamic_test/02: MissingRuntimeError
113 generic_methods_dynamic_test/03: MissingCompileTimeError 113 generic_methods_dynamic_test/03: MissingCompileTimeError
114 generic_methods_dynamic_test/04: MissingRuntimeError 114 generic_methods_dynamic_test/04: MissingRuntimeError
115 generic_methods_generic_class_tearoff_test: RuntimeError 115 generic_methods_generic_class_tearoff_test: RuntimeError
116 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08 116 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08
117 generic_methods_local_variable_declaration_test: RuntimeError
118 generic_methods_named_parameters_test: RuntimeError 117 generic_methods_named_parameters_test: RuntimeError
119 generic_methods_optional_parameters_test: RuntimeError 118 generic_methods_optional_parameters_test: RuntimeError
120 generic_methods_overriding_test/01: MissingCompileTimeError 119 generic_methods_overriding_test/01: MissingCompileTimeError
121 generic_methods_overriding_test/03: MissingCompileTimeError 120 generic_methods_overriding_test/03: MissingCompileTimeError
122 generic_methods_recursive_bound_test/02: MissingCompileTimeError 121 generic_methods_recursive_bound_test/02: MissingCompileTimeError
123 generic_methods_reuse_type_variables_test: RuntimeError 122 generic_methods_reuse_type_variables_test: RuntimeError
124 generic_methods_shadowing_test: RuntimeError 123 generic_methods_shadowing_test: RuntimeError
125 generic_methods_simple_as_expression_test/02: MissingRuntimeError 124 generic_methods_simple_as_expression_test/02: MissingRuntimeError
126 generic_methods_simple_is_expression_test: RuntimeError 125 generic_methods_simple_is_expression_test: RuntimeError
127 generic_methods_tearoff_specialization_test: RuntimeError 126 generic_methods_tearoff_specialization_test: RuntimeError
127 generic_methods_type_expression_test: RuntimeError
128 generic_methods_unused_parameter_test: RuntimeError 128 generic_methods_unused_parameter_test: RuntimeError
129 generic_tearoff_test: CompileTimeError 129 generic_tearoff_test: CompileTimeError
130 130
131 [ $compiler == dart2js] 131 [ $compiler == dart2js && $host_checked ]
132 generic_methods_type_expression_test: RuntimeError 132 generic_methods_local_variable_declaration_test: RuntimeError
133
134 [ $compiler == dart2js && $checked ]
135 generic_methods_local_variable_declaration_test: RuntimeError
133 136
134 [ $compiler == dart2js && $runtime != none ] 137 [ $compiler == dart2js && $runtime != none ]
135 bit_operations_test: RuntimeError, OK # Issue 1533 138 bit_operations_test: RuntimeError, OK # Issue 1533
136 generic_instanceof_test: RuntimeError 139 generic_instanceof_test: RuntimeError
137 generic_typedef_test: RuntimeError 140 generic_typedef_test: RuntimeError
138 many_generic_instanceof_test: RuntimeError 141 many_generic_instanceof_test: RuntimeError
139 142
140 [ $compiler == dart2js && $runtime != none && !$checked ] 143 [ $compiler == dart2js && $runtime != none && !$checked ]
141 generic_list_checked_test: RuntimeError 144 generic_list_checked_test: RuntimeError
142 typevariable_substitution2_test/02: RuntimeError 145 typevariable_substitution2_test/02: RuntimeError
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 generic_methods_closure_test: Crash 625 generic_methods_closure_test: Crash
623 generic_methods_generic_class_tearoff_test: Crash 626 generic_methods_generic_class_tearoff_test: Crash
624 generic_methods_generic_function_parameter_test: Crash 627 generic_methods_generic_function_parameter_test: Crash
625 generic_methods_named_parameters_test: Crash 628 generic_methods_named_parameters_test: Crash
626 generic_methods_optional_parameters_test: Crash 629 generic_methods_optional_parameters_test: Crash
627 generic_methods_shadowing_test: Crash 630 generic_methods_shadowing_test: Crash
628 generic_methods_tearoff_specialization_test: Crash 631 generic_methods_tearoff_specialization_test: Crash
629 generic_methods_test: Crash 632 generic_methods_test: Crash
630 generic_methods_type_expression_test: Crash 633 generic_methods_type_expression_test: Crash
631 generic_native_test: Crash 634 generic_native_test: Crash
635 generic_sync_star_test: Crash
632 generic_syntax_test: Crash 636 generic_syntax_test: Crash
633 generic_test: Crash 637 generic_test: Crash
634 generic_test: RuntimeError 638 generic_test: RuntimeError
639 generic_typedef_test: Crash
635 many_generic_instanceof_test: Crash 640 many_generic_instanceof_test: Crash
636 compile_time_constant_a_test: Crash 641 compile_time_constant_a_test: Crash
637 compile_time_constant_b_test: Crash 642 compile_time_constant_b_test: Crash
638 compile_time_constant_c_test/02: Crash 643 compile_time_constant_c_test/02: Crash
639 644
640 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] 645 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
641 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 646 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
642 647
643 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] 648 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ]
644 async_star_await_pauses_test: RuntimeError # Need triage 649 async_star_await_pauses_test: RuntimeError # Need triage
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 function_type/function_type55_test: Crash # Issue 27394 703 function_type/function_type55_test: Crash # Issue 27394
699 function_type/function_type62_test: Crash # Issue 27394 704 function_type/function_type62_test: Crash # Issue 27394
700 function_type/function_type63_test: Crash # Issue 27394 705 function_type/function_type63_test: Crash # Issue 27394
701 function_type/function_type6_test: Crash # Issue 27394 706 function_type/function_type6_test: Crash # Issue 27394
702 function_type/function_type7_test: Crash # Issue 27394 707 function_type/function_type7_test: Crash # Issue 27394
703 function_type/function_type98_test: Crash # Issue 27394 708 function_type/function_type98_test: Crash # Issue 27394
704 function_type/function_type99_test: Crash # Issue 27394 709 function_type/function_type99_test: Crash # Issue 27394
705 710
706 [ $compiler == dart2js && $runtime == safarimobilesim ] 711 [ $compiler == dart2js && $runtime == safarimobilesim ]
707 call_through_getter_test: Fail, OK 712 call_through_getter_test: Fail, OK
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698