| 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 black_listed_test/none: CompileTimeError # Issue 12446. | 8 black_listed_test/none: CompileTimeError # Issue 12446. |
| 9 malformed_test/05: MissingCompileTimeError # Issue 12695 | 9 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 10 malformed_test/06: MissingCompileTimeError # Issue 12695 | 10 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 compile_time_constant_checked3_test/03: MissingCompileTimeError, OK | 59 compile_time_constant_checked3_test/03: MissingCompileTimeError, OK |
| 60 compile_time_constant_checked3_test/04: MissingCompileTimeError, OK | 60 compile_time_constant_checked3_test/04: MissingCompileTimeError, OK |
| 61 compile_time_constant_checked3_test/05: MissingCompileTimeError, OK | 61 compile_time_constant_checked3_test/05: MissingCompileTimeError, OK |
| 62 compile_time_constant_checked3_test/06: MissingCompileTimeError, OK | 62 compile_time_constant_checked3_test/06: MissingCompileTimeError, OK |
| 63 generic_test: RuntimeError, OK | 63 generic_test: RuntimeError, OK |
| 64 named_parameters_type_test/01: MissingRuntimeError, OK | 64 named_parameters_type_test/01: MissingRuntimeError, OK |
| 65 named_parameters_type_test/02: MissingRuntimeError, OK | 65 named_parameters_type_test/02: MissingRuntimeError, OK |
| 66 named_parameters_type_test/03: MissingRuntimeError, OK | 66 named_parameters_type_test/03: MissingRuntimeError, OK |
| 67 positional_parameters_type_test/01: MissingRuntimeError, OK | 67 positional_parameters_type_test/01: MissingRuntimeError, OK |
| 68 positional_parameters_type_test/02: MissingRuntimeError, OK | 68 positional_parameters_type_test/02: MissingRuntimeError, OK |
| 69 issue13474_test: RuntimeError, OK |
| 69 | 70 |
| 70 [ $compiler == dart2js && $minified ] | 71 [ $compiler == dart2js && $minified ] |
| 71 f_bounded_quantification4_test: Fail # Issue 12605. | 72 f_bounded_quantification4_test: Fail # Issue 12605. |
| 72 f_bounded_quantification5_test: Fail # Issue 12605. | 73 f_bounded_quantification5_test: Fail # Issue 12605. |
| 73 mixin_generic_test: Fail # Issue 12605. | 74 mixin_generic_test: Fail # Issue 12605. |
| 74 mixin_mixin2_test: Fail # Issue 12605. | 75 mixin_mixin2_test: Fail # Issue 12605. |
| 75 mixin_mixin3_test: Fail # Issue 12605. | 76 mixin_mixin3_test: Fail # Issue 12605. |
| 76 mixin_mixin4_test: Fail # Issue 12605. | 77 mixin_mixin4_test: Fail # Issue 12605. |
| 77 mixin_mixin5_test: Fail # Issue 12605. | 78 mixin_mixin5_test: Fail # Issue 12605. |
| 78 mixin_mixin6_test: Fail # Issue 12605. | 79 mixin_mixin6_test: Fail # Issue 12605. |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 import_core_prefix_test: Pass | 313 import_core_prefix_test: Pass |
| 313 prefix22_test: Pass | 314 prefix22_test: Pass |
| 314 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 315 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 315 super_call4_test: Fail, OK # hardcoded names. | 316 super_call4_test: Fail, OK # hardcoded names. |
| 316 | 317 |
| 317 [ $minified ] | 318 [ $minified ] |
| 318 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 319 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 319 | 320 |
| 320 [ $runtime == ie9 ] | 321 [ $runtime == ie9 ] |
| 321 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 322 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |