| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 [ $browser ] | 5 [ $browser ] |
| 6 *: Skip | 6 *: Skip |
| 7 | 7 |
| 8 [ $compiler == dart2js && !$dart2js_with_kernel ] | 8 [ $compiler == dart2js && !$dart2js_with_kernel ] |
| 9 native_no_such_method_exception4_frog_test: CompileTimeError # Issue 9631 | 9 native_no_such_method_exception4_frog_test: CompileTimeError # Issue 9631 |
| 10 native_no_such_method_exception5_frog_test: CompileTimeError # Issue 9631 | 10 native_no_such_method_exception5_frog_test: CompileTimeError # Issue 9631 |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 bound_closure_super_test: Crash # Issue 27394 | 125 bound_closure_super_test: Crash # Issue 27394 |
| 126 bound_closure_test: Crash # Issue 27394 | 126 bound_closure_test: Crash # Issue 27394 |
| 127 native_call_arity1_frog_test: Crash # Issue 27394 | 127 native_call_arity1_frog_test: Crash # Issue 27394 |
| 128 native_call_arity2_frog_test: Crash # Issue 27394 | 128 native_call_arity2_frog_test: Crash # Issue 27394 |
| 129 native_call_arity3_frog_test: Crash # Issue 27394 | 129 native_call_arity3_frog_test: Crash # Issue 27394 |
| 130 native_class_inheritance1_frog_test: Crash # Issue 27394 | 130 native_class_inheritance1_frog_test: Crash # Issue 27394 |
| 131 native_class_inheritance2_frog_test: Crash # Issue 27394 | 131 native_class_inheritance2_frog_test: Crash # Issue 27394 |
| 132 native_class_inheritance3_frog_test: Crash # Issue 27394 | 132 native_class_inheritance3_frog_test: Crash # Issue 27394 |
| 133 native_wrapping_function3_frog_test: Crash # Issue 27394 | 133 native_wrapping_function3_frog_test: Crash # Issue 27394 |
| 134 | 134 |
| 135 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] | |
| 136 *: Skip # Issue 29626 | |
| 137 | |
| 138 [ $compiler == dart2js && $dart2js_with_kernel ] | 135 [ $compiler == dart2js && $dart2js_with_kernel ] |
| 139 # TODO(sigmund): currently the FE disallows imports to dart:_* from the unit | 136 # TODO(sigmund): currently the FE disallows imports to dart:_* from the unit |
| 140 # test files. | 137 # test files. |
| 141 native_no_such_method_exception4_frog_test: CompileTimeError | 138 native_no_such_method_exception4_frog_test: CompileTimeError |
| 142 abstract_class_test: CompileTimeError | 139 abstract_class_test: CompileTimeError |
| 143 bound_closure_super_test: CompileTimeError | 140 bound_closure_super_test: CompileTimeError |
| 144 bound_closure_test: CompileTimeError | 141 bound_closure_test: CompileTimeError |
| 145 browser_compat_1_prepatched_test: CompileTimeError | 142 browser_compat_1_prepatched_test: CompileTimeError |
| 146 browser_compat_1_unpatched_test: CompileTimeError | 143 browser_compat_1_unpatched_test: CompileTimeError |
| 147 browser_compat_2_test: CompileTimeError | 144 browser_compat_2_test: CompileTimeError |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 subclassing_super_field_2_test: CompileTimeError | 245 subclassing_super_field_2_test: CompileTimeError |
| 249 subclassing_type_test: CompileTimeError | 246 subclassing_type_test: CompileTimeError |
| 250 super_call_test: CompileTimeError | 247 super_call_test: CompileTimeError |
| 251 super_property_test: CompileTimeError | 248 super_property_test: CompileTimeError |
| 252 type_error_decode_test: CompileTimeError | 249 type_error_decode_test: CompileTimeError |
| 253 undefined_bailout_test: CompileTimeError | 250 undefined_bailout_test: CompileTimeError |
| 254 uninstantiated_type_parameter_test: CompileTimeError | 251 uninstantiated_type_parameter_test: CompileTimeError |
| 255 | 252 |
| 256 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 253 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
| 257 native_exceptions1_frog_test: Crash | 254 native_exceptions1_frog_test: Crash |
| OLD | NEW |