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 ] | 8 [ $compiler == dart2js ] |
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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 subclassing_4_test: RuntimeError # Issue 27394 | 112 subclassing_4_test: RuntimeError # Issue 27394 |
113 subclassing_5_test: RuntimeError # Issue 27394 | 113 subclassing_5_test: RuntimeError # Issue 27394 |
114 subclassing_constructor_1_test: RuntimeError # Issue 27394 | 114 subclassing_constructor_1_test: RuntimeError # Issue 27394 |
115 subclassing_constructor_2_test: RuntimeError # Issue 27394 | 115 subclassing_constructor_2_test: RuntimeError # Issue 27394 |
116 subclassing_super_call_test: RuntimeError # Issue 27394 | 116 subclassing_super_call_test: RuntimeError # Issue 27394 |
117 subclassing_super_field_1_test: RuntimeError # Issue 27394 | 117 subclassing_super_field_1_test: RuntimeError # Issue 27394 |
118 subclassing_super_field_2_test: RuntimeError # Issue 27394 | 118 subclassing_super_field_2_test: RuntimeError # Issue 27394 |
119 subclassing_type_test: RuntimeError # Issue 27394 | 119 subclassing_type_test: RuntimeError # Issue 27394 |
120 super_call_test: RuntimeError # Issue 27394 | 120 super_call_test: RuntimeError # Issue 27394 |
121 super_property_test: RuntimeError # Issue 27394 | 121 super_property_test: RuntimeError # Issue 27394 |
122 uninstantiated_type_parameter_test: RuntimeError # Issue 27394 | |
123 | 122 |
124 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ] | 123 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ] |
125 static_methods_test: Crash # Issue 27394 | 124 static_methods_test: Crash # Issue 27394 |
126 | 125 |
127 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 126 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
128 bound_closure_super_test: Crash # Issue 27394 | 127 bound_closure_super_test: Crash # Issue 27394 |
129 bound_closure_test: Crash # Issue 27394 | 128 bound_closure_test: Crash # Issue 27394 |
130 native_call_arity1_frog_test: Crash # Issue 27394 | 129 native_call_arity1_frog_test: Crash # Issue 27394 |
131 native_call_arity2_frog_test: Crash # Issue 27394 | 130 native_call_arity2_frog_test: Crash # Issue 27394 |
132 native_call_arity3_frog_test: Crash # Issue 27394 | 131 native_call_arity3_frog_test: Crash # Issue 27394 |
133 native_class_inheritance1_frog_test: Crash # Issue 27394 | 132 native_class_inheritance1_frog_test: Crash # Issue 27394 |
134 native_class_inheritance2_frog_test: Crash # Issue 27394 | 133 native_class_inheritance2_frog_test: Crash # Issue 27394 |
135 native_class_inheritance3_frog_test: Crash # Issue 27394 | 134 native_class_inheritance3_frog_test: Crash # Issue 27394 |
136 native_wrapping_function3_frog_test: Crash # Issue 27394 | 135 native_wrapping_function3_frog_test: Crash # Issue 27394 |
OLD | NEW |