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] | 201 [ $compiler == dart2js && !$minified && !$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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 generalized_void_syntax_test: CompileTimeError # Issue #30176. | 256 generalized_void_syntax_test: CompileTimeError # Issue #30176. |
257 generic_field_mixin4_test: Crash # Issue 18651 | 257 generic_field_mixin4_test: Crash # Issue 18651 |
258 generic_field_mixin5_test: Crash # Issue 18651 | 258 generic_field_mixin5_test: Crash # Issue 18651 |
259 | 259 |
260 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] | 260 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] |
261 accessor_conflict_import2_test: RuntimeError # Issue 25626 | 261 accessor_conflict_import2_test: RuntimeError # Issue 25626 |
262 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 | 262 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 |
263 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 | 263 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 |
264 accessor_conflict_import_test: RuntimeError # Issue 25626 | 264 accessor_conflict_import_test: RuntimeError # Issue 25626 |
265 branch_canonicalization_test: RuntimeError # Issue 638. | 265 branch_canonicalization_test: RuntimeError # Issue 638. |
266 generic_methods_local_variable_declaration_test: RuntimeError | |
267 | 266 |
268 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker
nel && $runtime != none ] | 267 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker
nel && $runtime != none ] |
269 assertion_test: RuntimeError # Issue 12748 | 268 assertion_test: RuntimeError # Issue 12748 |
270 typevariable_substitution2_test/02: RuntimeError | 269 typevariable_substitution2_test/02: RuntimeError |
271 | 270 |
272 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] | 271 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] |
273 abstract_beats_arguments_test: RuntimeError # Issue 27394 | 272 abstract_beats_arguments_test: RuntimeError # Issue 27394 |
274 abstract_runtime_error_test/01: RuntimeError # Issue 27394 | 273 abstract_runtime_error_test/01: RuntimeError # Issue 27394 |
275 abstract_runtime_error_test/02: RuntimeError # Issue 27394 | 274 abstract_runtime_error_test/02: RuntimeError # Issue 27394 |
276 arithmetic_canonicalization_test: RuntimeError # Issue 27394 | 275 arithmetic_canonicalization_test: RuntimeError # Issue 27394 |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 generic_field_mixin6_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder
_kernel.dart': Failed assertion: line 342 pos 14: 'value != null': No value for
field j:field(M.field2) | 545 generic_field_mixin6_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder
_kernel.dart': Failed assertion: line 342 pos 14: 'value != null': No value for
field j:field(M.field2) |
547 generic_field_mixin_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kerne
l.dart': Failed assertion: line 342 pos 14: 'value != null': No value for field
j:field(M.field) | 546 generic_field_mixin_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kerne
l.dart': Failed assertion: line 342 pos 14: 'value != null': No value for field
j:field(M.field) |
548 generic_function_typedef_test/01: Crash # Unsupported operation: Unsupported typ
e parameter type node S. | 547 generic_function_typedef_test/01: Crash # Unsupported operation: Unsupported typ
e parameter type node S. |
549 generic_function_typedef_test/none: Crash # Unsupported operation: Unsupported t
ype parameter type node S. | 548 generic_function_typedef_test/none: Crash # Unsupported operation: Unsupported t
ype parameter type node S. |
550 generic_functions_test: Crash # Assertion failure: Missing scope info for j:meth
od(Iterator.moveNext). | 549 generic_functions_test: Crash # Assertion failure: Missing scope info for j:meth
od(Iterator.moveNext). |
551 generic_instanceof_test: Crash # type 'JClass' is not a subtype of type 'ClassEl
ement' of 'contextClass' where | 550 generic_instanceof_test: Crash # type 'JClass' is not a subtype of type 'ClassEl
ement' of 'contextClass' where |
552 generic_local_functions_test: Crash # Unsupported operation: Unsupported type pa
rameter type node Y. | 551 generic_local_functions_test: Crash # Unsupported operation: Unsupported type pa
rameter type node Y. |
553 generic_methods_closure_test: Crash # Unsupported operation: Unsupported type pa
rameter type node S. | 552 generic_methods_closure_test: Crash # Unsupported operation: Unsupported type pa
rameter type node S. |
554 generic_methods_generic_class_tearoff_test: Crash # Unsupported operation: Unsup
ported type parameter type node T. | 553 generic_methods_generic_class_tearoff_test: Crash # Unsupported operation: Unsup
ported type parameter type node T. |
555 generic_methods_generic_function_parameter_test: Crash # Unsupported operation:
Unsupported type parameter type node V. | 554 generic_methods_generic_function_parameter_test: Crash # Unsupported operation:
Unsupported type parameter type node V. |
556 generic_methods_local_variable_declaration_test: Pass | |
557 generic_methods_named_parameters_test: Crash # Unsupported operation: Unsupporte
d type parameter type node T. | 555 generic_methods_named_parameters_test: Crash # Unsupported operation: Unsupporte
d type parameter type node T. |
558 generic_methods_optional_parameters_test: Crash # Unsupported operation: Unsuppo
rted type parameter type node T. | 556 generic_methods_optional_parameters_test: Crash # Unsupported operation: Unsuppo
rted type parameter type node T. |
559 generic_methods_shadowing_test: Crash # Unsupported operation: Unsupported type
parameter type node T. | 557 generic_methods_shadowing_test: Crash # Unsupported operation: Unsupported type
parameter type node T. |
560 generic_methods_tearoff_specialization_test: Crash # Unsupported operation: Unsu
pported type parameter type node T. | 558 generic_methods_tearoff_specialization_test: Crash # Unsupported operation: Unsu
pported type parameter type node T. |
561 generic_methods_test: Crash # Assertion failure: Missing scope info for j:method
(Iterator.moveNext). | 559 generic_methods_test: Crash # Assertion failure: Missing scope info for j:method
(Iterator.moveNext). |
562 generic_methods_type_expression_test: Crash # type 'JClass' is not a subtype of
type 'ClassElement' of 'contextClass' where | 560 generic_methods_type_expression_test: Crash # type 'JClass' is not a subtype of
type 'ClassElement' of 'contextClass' where |
563 generic_native_test: Crash # NoSuchMethodError: The method 'hasSubclass' was cal
led on null. | 561 generic_native_test: Crash # NoSuchMethodError: The method 'hasSubclass' was cal
led on null. |
564 generic_sync_star_test: Crash # Assertion failure: Missing scope info for j:gett
er(Iterable.iterator). | 562 generic_sync_star_test: Crash # Assertion failure: Missing scope info for j:gett
er(Iterable.iterator). |
565 generic_syntax_test: Crash # NoSuchMethodError: The method 'hasSubclass' was cal
led on null. | 563 generic_syntax_test: Crash # NoSuchMethodError: The method 'hasSubclass' was cal
led on null. |
566 generic_test: RuntimeError | 564 generic_test: RuntimeError |
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
850 function_type/function_type99_test: Crash # Issue 27394 | 848 function_type/function_type99_test: Crash # Issue 27394 |
851 generic_function_typedef_test: Crash # Issue 27394 | 849 generic_function_typedef_test: Crash # Issue 27394 |
852 generic_function_typedef_test/none: Crash # Issue 27394 | 850 generic_function_typedef_test/none: Crash # Issue 27394 |
853 getter_setter_in_lib_test: Crash # Issue 27394 | 851 getter_setter_in_lib_test: Crash # Issue 27394 |
854 | 852 |
855 [ $compiler == dart2js && $runtime == safarimobilesim ] | 853 [ $compiler == dart2js && $runtime == safarimobilesim ] |
856 call_through_getter_test: Fail, OK | 854 call_through_getter_test: Fail, OK |
857 | 855 |
858 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ] | 856 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ] |
859 generic_closure_test: Fail # Issue 12605 | 857 generic_closure_test: Fail # Issue 12605 |
OLD | NEW |