| 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 many_generic_instanceof_test: RuntimeError | 209 many_generic_instanceof_test: RuntimeError |
| 210 | 210 |
| 211 [ $compiler == dart2js && $runtime != none && !$checked ] | 211 [ $compiler == dart2js && $runtime != none && !$checked ] |
| 212 generic_field_mixin6_test/none: RuntimeError | 212 generic_field_mixin6_test/none: RuntimeError |
| 213 generic_list_checked_test: RuntimeError | 213 generic_list_checked_test: RuntimeError |
| 214 getters_setters2_test/01: RuntimeError | 214 getters_setters2_test/01: RuntimeError |
| 215 getters_setters2_test/none: RuntimeError | 215 getters_setters2_test/none: RuntimeError |
| 216 if_null_precedence_test/none: RuntimeError | 216 if_null_precedence_test/none: RuntimeError |
| 217 typevariable_substitution2_test/02: RuntimeError | 217 typevariable_substitution2_test/02: RuntimeError |
| 218 | 218 |
| 219 [ $compiler == dart2js && $dart2js_with_kernel ] |
| 220 type_variable_promotion_test: Crash |
| 221 |
| 219 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 222 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 220 accessor_conflict_export2_test: Crash # Issue 25626 | 223 accessor_conflict_export2_test: Crash # Issue 25626 |
| 221 accessor_conflict_export_test: Crash # Issue 25626 | 224 accessor_conflict_export_test: Crash # Issue 25626 |
| 222 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | 225 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 |
| 223 assertion_initializer_const_error2_test/cc01: Crash | 226 assertion_initializer_const_error2_test/cc01: Crash |
| 224 assertion_initializer_const_error2_test/cc02: Crash | 227 assertion_initializer_const_error2_test/cc02: Crash |
| 225 assertion_initializer_const_error2_test/cc03: Crash | 228 assertion_initializer_const_error2_test/cc03: Crash |
| 226 assertion_initializer_const_error2_test/cc04: Crash | 229 assertion_initializer_const_error2_test/cc04: Crash |
| 227 assertion_initializer_const_error2_test/cc05: Crash | 230 assertion_initializer_const_error2_test/cc05: Crash |
| 228 assertion_initializer_const_error2_test/cc06: Crash | 231 assertion_initializer_const_error2_test/cc06: Crash |
| (...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 889 function_type/function_type99_test: Crash # Issue 27394 | 892 function_type/function_type99_test: Crash # Issue 27394 |
| 890 generic_function_typedef_test: Crash # Issue 27394 | 893 generic_function_typedef_test: Crash # Issue 27394 |
| 891 generic_function_typedef_test/none: Crash # Issue 27394 | 894 generic_function_typedef_test/none: Crash # Issue 27394 |
| 892 getter_setter_in_lib_test: Crash # Issue 27394 | 895 getter_setter_in_lib_test: Crash # Issue 27394 |
| 893 | 896 |
| 894 [ $compiler == dart2js && $runtime == safarimobilesim ] | 897 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 895 call_through_getter_test: Fail, OK | 898 call_through_getter_test: Fail, OK |
| 896 | 899 |
| 897 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ] | 900 [ $compiler == dart2js && $minified && ! $dart2js_with_kernel ] |
| 898 generic_closure_test: Fail # Issue 12605 | 901 generic_closure_test: Fail # Issue 12605 |
| OLD | NEW |