OLD | NEW |
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 [ $compiler == dart2js || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
6 bad_constructor_test/05: CompileTimeError # Issue 13669 | 6 bad_constructor_test/05: CompileTimeError # Issue 13669 |
7 block_scope_test: CompileTimeError # Issue 13204. | 7 block_scope_test: CompileTimeError # Issue 13204. |
8 malformed_test/05: MissingCompileTimeError # Issue 12695 | 8 malformed_test/05: MissingCompileTimeError # Issue 12695 |
9 malformed_test/06: MissingCompileTimeError # Issue 12695 | 9 malformed_test/06: MissingCompileTimeError # Issue 12695 |
10 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 10 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 compile_time_constant_checked2_test/03: MissingCompileTimeError, OK | 63 compile_time_constant_checked2_test/03: MissingCompileTimeError, OK |
64 compile_time_constant_checked2_test/04: MissingCompileTimeError, OK | 64 compile_time_constant_checked2_test/04: MissingCompileTimeError, OK |
65 compile_time_constant_checked2_test/05: MissingCompileTimeError, OK | 65 compile_time_constant_checked2_test/05: MissingCompileTimeError, OK |
66 compile_time_constant_checked2_test/06: MissingCompileTimeError, OK | 66 compile_time_constant_checked2_test/06: MissingCompileTimeError, OK |
67 compile_time_constant_checked3_test/01: MissingCompileTimeError, OK | 67 compile_time_constant_checked3_test/01: MissingCompileTimeError, OK |
68 compile_time_constant_checked3_test/02: MissingCompileTimeError, OK | 68 compile_time_constant_checked3_test/02: MissingCompileTimeError, OK |
69 compile_time_constant_checked3_test/03: MissingCompileTimeError, OK | 69 compile_time_constant_checked3_test/03: MissingCompileTimeError, OK |
70 compile_time_constant_checked3_test/04: MissingCompileTimeError, OK | 70 compile_time_constant_checked3_test/04: MissingCompileTimeError, OK |
71 compile_time_constant_checked3_test/05: MissingCompileTimeError, OK | 71 compile_time_constant_checked3_test/05: MissingCompileTimeError, OK |
72 compile_time_constant_checked3_test/06: MissingCompileTimeError, OK | 72 compile_time_constant_checked3_test/06: MissingCompileTimeError, OK |
| 73 malformed2_test/01: MissingCompileTimeError, OK |
73 generic_test: RuntimeError, OK | 74 generic_test: RuntimeError, OK |
74 named_parameters_type_test/01: MissingRuntimeError, OK | 75 named_parameters_type_test/01: MissingRuntimeError, OK |
75 named_parameters_type_test/02: MissingRuntimeError, OK | 76 named_parameters_type_test/02: MissingRuntimeError, OK |
76 named_parameters_type_test/03: MissingRuntimeError, OK | 77 named_parameters_type_test/03: MissingRuntimeError, OK |
77 positional_parameters_type_test/01: MissingRuntimeError, OK | 78 positional_parameters_type_test/01: MissingRuntimeError, OK |
78 positional_parameters_type_test/02: MissingRuntimeError, OK | 79 positional_parameters_type_test/02: MissingRuntimeError, OK |
79 issue13474_test: RuntimeError, OK | 80 issue13474_test: RuntimeError, OK |
80 | 81 |
81 [ $compiler == dart2js && $minified ] | 82 [ $compiler == dart2js && $minified ] |
82 f_bounded_quantification4_test: Fail # Issue 12605. | 83 f_bounded_quantification4_test: Fail # Issue 12605. |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 regress_13494_test: Fail # Issue 13494 | 189 regress_13494_test: Fail # Issue 13494 |
189 malformed_test/none: CompileTimeError # Issue 12695 | 190 malformed_test/none: CompileTimeError # Issue 12695 |
190 mixin_super_constructor_named_test: Fail # Issue 12631 | 191 mixin_super_constructor_named_test: Fail # Issue 12631 |
191 mixin_super_constructor_positionals_test: Fail # Issue 12631 | 192 mixin_super_constructor_positionals_test: Fail # Issue 12631 |
192 | 193 |
193 built_in_identifier_prefix_test: Fail # Issue 6972 | 194 built_in_identifier_prefix_test: Fail # Issue 6972 |
194 constructor_initializer_test/none: Fail # Issue 12633 | 195 constructor_initializer_test/none: Fail # Issue 12633 |
195 factory3_test: Fail # Issue 13077 | 196 factory3_test: Fail # Issue 13077 |
196 type_checks_in_factory_method_test: Fail # Issue 12747 | 197 type_checks_in_factory_method_test: Fail # Issue 12747 |
197 | 198 |
| 199 instanceof3_test: Fail # Issue 14768 |
| 200 is_not_class2_test: Fail # Issue 14768 |
| 201 isnot_malformed_type_test: Fail # Issue 14768 |
| 202 library_ambiguous_test/04: Fail # Issue 14768 |
| 203 malformed2_test/00: Fail # Issue 14768 |
| 204 on_catch_malformed_type_test: Fail # Issue 14768 |
| 205 |
198 # Mixins fail on the VM. | 206 # Mixins fail on the VM. |
199 mixin_forwarding_constructor2_test: Fail # Issue 13641 | 207 mixin_forwarding_constructor2_test: Fail # Issue 13641 |
200 | 208 |
201 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 | 209 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 |
202 | 210 |
203 # Malformed types not handled as unresolved: | 211 # Malformed types not handled as unresolved: |
204 import_core_prefix_test: Fail # Issue 13081 | 212 import_core_prefix_test: Fail # Issue 13081 |
205 prefix16_test: Fail # Issue 13081 | 213 prefix16_test: Fail # Issue 13081 |
206 prefix22_test: Fail # Issue 13081 | 214 prefix22_test: Fail # Issue 13081 |
207 | 215 |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 compile_time_constant_checked2_test/03: Fail, OK | 279 compile_time_constant_checked2_test/03: Fail, OK |
272 compile_time_constant_checked2_test/04: Fail, OK | 280 compile_time_constant_checked2_test/04: Fail, OK |
273 compile_time_constant_checked2_test/05: Fail, OK | 281 compile_time_constant_checked2_test/05: Fail, OK |
274 compile_time_constant_checked2_test/06: Fail, OK | 282 compile_time_constant_checked2_test/06: Fail, OK |
275 compile_time_constant_checked3_test/01: Fail, OK | 283 compile_time_constant_checked3_test/01: Fail, OK |
276 compile_time_constant_checked3_test/02: Fail, OK | 284 compile_time_constant_checked3_test/02: Fail, OK |
277 compile_time_constant_checked3_test/03: Fail, OK | 285 compile_time_constant_checked3_test/03: Fail, OK |
278 compile_time_constant_checked3_test/04: Fail, OK | 286 compile_time_constant_checked3_test/04: Fail, OK |
279 compile_time_constant_checked3_test/05: Fail, OK | 287 compile_time_constant_checked3_test/05: Fail, OK |
280 compile_time_constant_checked3_test/06: Fail, OK | 288 compile_time_constant_checked3_test/06: Fail, OK |
| 289 malformed2_test/01: Fail, OK |
281 | 290 |
282 [ $compiler == dart2dart && $checked ] | 291 [ $compiler == dart2dart && $checked ] |
283 # Dart VM problems | 292 # Dart VM problems |
284 malbounded_type_cast_test: Fail # Issue 14123 | 293 malbounded_type_cast_test: Fail # Issue 14123 |
285 malbounded_type_test_test/01: Fail # Issue 14131 | 294 malbounded_type_test_test/01: Fail # Issue 14131 |
286 malbounded_instantiation_test/01: Fail # Issue 14132 | 295 malbounded_instantiation_test/01: Fail # Issue 14132 |
287 | 296 |
| 297 type_parameter_test/01: Fail # Issue 14768 |
| 298 type_parameter_test/02: Fail # Issue 14768 |
| 299 type_parameter_test/03: Fail # Issue 14768 |
| 300 type_parameter_test/04: Fail # Issue 14768 |
| 301 type_parameter_test/05: Fail # Issue 14768 |
| 302 type_parameter_test/06: Fail # Issue 14768 |
| 303 |
288 [ $compiler == dart2dart && $minified ] | 304 [ $compiler == dart2dart && $minified ] |
289 super_getter_setter_test: Fail # Issue 11065. | 305 super_getter_setter_test: Fail # Issue 11065. |
290 f_bounded_quantification4_test: Fail # Issue 12605. | 306 f_bounded_quantification4_test: Fail # Issue 12605. |
291 f_bounded_quantification5_test: Fail # Issue 12605. | 307 f_bounded_quantification5_test: Fail # Issue 12605. |
292 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 | 308 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 |
293 overridden_no_such_method_test: Pass, Fail # Issue 13078 | 309 overridden_no_such_method_test: Pass, Fail # Issue 13078 |
294 no_such_method_test: Pass, Fail # Issue 13078 | 310 no_such_method_test: Pass, Fail # Issue 13078 |
295 | 311 |
296 import_core_prefix_test: Pass | 312 import_core_prefix_test: Pass |
297 prefix22_test: Pass | 313 prefix22_test: Pass |
298 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 314 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
299 super_call4_test: Fail, OK # hardcoded names. | 315 super_call4_test: Fail, OK # hardcoded names. |
300 | 316 |
301 [ $minified ] | 317 [ $minified ] |
302 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 318 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
303 | 319 |
304 [ $runtime == ie9 ] | 320 [ $runtime == ie9 ] |
305 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 321 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
OLD | NEW |