OLD | NEW |
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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 type_variable_scope_test/05: MissingCompileTimeError | 191 type_variable_scope_test/05: MissingCompileTimeError |
192 type_variable_scope2_test: MissingCompileTimeError | 192 type_variable_scope2_test: MissingCompileTimeError |
193 type_variable_static_context_test: MissingCompileTimeError | 193 type_variable_static_context_test: MissingCompileTimeError |
194 typed_selector2_test: MissingCompileTimeError | 194 typed_selector2_test: MissingCompileTimeError |
195 unbound_getter_test: MissingCompileTimeError | 195 unbound_getter_test: MissingCompileTimeError |
196 unresolved_default_constructor_test/01: MissingCompileTimeError | 196 unresolved_default_constructor_test/01: MissingCompileTimeError |
197 unresolved_in_factory_test: MissingCompileTimeError | 197 unresolved_in_factory_test: MissingCompileTimeError |
198 unresolved_top_level_method_test: MissingCompileTimeError | 198 unresolved_top_level_method_test: MissingCompileTimeError |
199 unresolved_top_level_var_test: MissingCompileTimeError | 199 unresolved_top_level_var_test: MissingCompileTimeError |
200 | 200 |
201 [ $compiler == dart2js && !$minified && !$dart2js_with_kernel] | 201 [ $compiler == dart2js && !$dart2js_with_kernel] |
202 generic_methods_local_variable_declaration_test: RuntimeError | 202 generic_methods_local_variable_declaration_test: RuntimeError |
203 | 203 |
204 [ $compiler == dart2js && $runtime != none ] | 204 [ $compiler == dart2js && $runtime != none ] |
205 bit_operations_test: RuntimeError, OK # Issue 1533 | 205 bit_operations_test: RuntimeError, OK # Issue 1533 |
206 generic_closure_test: RuntimeError | 206 generic_closure_test: RuntimeError |
207 generic_function_typedef_test/01: RuntimeError | 207 generic_function_typedef_test/01: RuntimeError |
208 generic_instanceof_test: RuntimeError | 208 generic_instanceof_test: RuntimeError |
209 generic_typedef_test: RuntimeError | 209 generic_typedef_test: RuntimeError |
210 many_generic_instanceof_test: RuntimeError | 210 many_generic_instanceof_test: RuntimeError |
211 | 211 |
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
848 function_type/function_type99_test: Crash # Issue 27394 | 848 function_type/function_type99_test: Crash # Issue 27394 |
849 generic_function_typedef_test: Crash # Issue 27394 | 849 generic_function_typedef_test: Crash # Issue 27394 |
850 generic_function_typedef_test/none: Crash # Issue 27394 | 850 generic_function_typedef_test/none: Crash # Issue 27394 |
851 getter_setter_in_lib_test: Crash # Issue 27394 | 851 getter_setter_in_lib_test: Crash # Issue 27394 |
852 | 852 |
853 [ $compiler == dart2js && $runtime == safarimobilesim ] | 853 [ $compiler == dart2js && $runtime == safarimobilesim ] |
854 call_through_getter_test: Fail, OK | 854 call_through_getter_test: Fail, OK |
855 | 855 |
856 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ] | 856 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ] |
857 generic_closure_test: Fail # Issue 12605 | 857 generic_closure_test: Fail # Issue 12605 |
OLD | NEW |