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

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

Issue 3009543002: Fix status of typevariable_substitution2_test in checked mode. (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 | « no previous file | tests/language_2/language_2_vm.status » ('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) 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 generic_methods_overriding_test/01: MissingCompileTimeError 120 generic_methods_overriding_test/01: MissingCompileTimeError
121 generic_methods_overriding_test/03: MissingCompileTimeError 121 generic_methods_overriding_test/03: MissingCompileTimeError
122 generic_methods_recursive_bound_test/02: MissingCompileTimeError 122 generic_methods_recursive_bound_test/02: MissingCompileTimeError
123 generic_methods_reuse_type_variables_test: RuntimeError 123 generic_methods_reuse_type_variables_test: RuntimeError
124 generic_methods_shadowing_test: RuntimeError 124 generic_methods_shadowing_test: RuntimeError
125 generic_methods_simple_as_expression_test/02: MissingRuntimeError 125 generic_methods_simple_as_expression_test/02: MissingRuntimeError
126 generic_methods_simple_is_expression_test: RuntimeError 126 generic_methods_simple_is_expression_test: RuntimeError
127 generic_methods_tearoff_specialization_test: RuntimeError 127 generic_methods_tearoff_specialization_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 typevariable_substitution2_test/02: MissingCompileTimeError
131 130
132 [ $compiler == dart2js] 131 [ $compiler == dart2js]
133 generic_methods_type_expression_test: RuntimeError 132 generic_methods_type_expression_test: RuntimeError
134 133
135 [ $compiler == dart2js && $runtime != none ] 134 [ $compiler == dart2js && $runtime != none ]
136 bit_operations_test: RuntimeError, OK # Issue 1533 135 bit_operations_test: RuntimeError, OK # Issue 1533
137 generic_instanceof_test: RuntimeError 136 generic_instanceof_test: RuntimeError
138 generic_typedef_test: RuntimeError 137 generic_typedef_test: RuntimeError
139 many_generic_instanceof_test: RuntimeError 138 many_generic_instanceof_test: RuntimeError
140 139
141 [ $compiler == dart2js && $runtime != none && !$checked ] 140 [ $compiler == dart2js && $runtime != none && !$checked ]
142 generic_list_checked_test: RuntimeError 141 generic_list_checked_test: RuntimeError
142 typevariable_substitution2_test/02: RuntimeError
143 143
144 [ $compiler == dart2js && ! $dart2js_with_kernel ] 144 [ $compiler == dart2js && ! $dart2js_with_kernel ]
145 accessor_conflict_export2_test: Crash # Issue 25626 145 accessor_conflict_export2_test: Crash # Issue 25626
146 accessor_conflict_export_test: Crash # Issue 25626 146 accessor_conflict_export_test: Crash # Issue 25626
147 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 147 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
148 assertion_initializer_const_error2_test/cc01: Crash 148 assertion_initializer_const_error2_test/cc01: Crash
149 assertion_initializer_const_error2_test/cc02: Crash 149 assertion_initializer_const_error2_test/cc02: Crash
150 assertion_initializer_const_error2_test/cc03: Crash 150 assertion_initializer_const_error2_test/cc03: Crash
151 assertion_initializer_const_error2_test/cc04: Crash 151 assertion_initializer_const_error2_test/cc04: Crash
152 assertion_initializer_const_error2_test/cc05: Crash 152 assertion_initializer_const_error2_test/cc05: Crash
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 function_type/function_type55_test: Crash # Issue 27394 683 function_type/function_type55_test: Crash # Issue 27394
684 function_type/function_type62_test: Crash # Issue 27394 684 function_type/function_type62_test: Crash # Issue 27394
685 function_type/function_type63_test: Crash # Issue 27394 685 function_type/function_type63_test: Crash # Issue 27394
686 function_type/function_type6_test: Crash # Issue 27394 686 function_type/function_type6_test: Crash # Issue 27394
687 function_type/function_type7_test: Crash # Issue 27394 687 function_type/function_type7_test: Crash # Issue 27394
688 function_type/function_type98_test: Crash # Issue 27394 688 function_type/function_type98_test: Crash # Issue 27394
689 function_type/function_type99_test: Crash # Issue 27394 689 function_type/function_type99_test: Crash # Issue 27394
690 690
691 [ $compiler == dart2js && $runtime == safarimobilesim ] 691 [ $compiler == dart2js && $runtime == safarimobilesim ]
692 call_through_getter_test: Fail, OK 692 call_through_getter_test: Fail, OK
OLDNEW
« no previous file with comments | « no previous file | tests/language_2/language_2_vm.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698