| 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 compile_time_constant_c_test/none: Fail # Issue 11583 | 6 compile_time_constant_c_test/none: Fail # Issue 11583 |
| 7 null_test/03: Fail # Issue 12445. | 7 null_test/03: Fail # Issue 12445. |
| 8 black_listed_test/none: Fail # Issue 12446. | 8 black_listed_test/none: Fail # Issue 12446. |
| 9 malformed_test/none: Fail # Issue 12695 | 9 malformed_test/none: Fail # Issue 12695 |
| 10 malformed_test/05: Fail # Issue 12695 | 10 malformed_test/05: Fail # Issue 12695 |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 method_override7_test/02: Fail # Issue 11496 | 101 method_override7_test/02: Fail # Issue 11496 |
| 102 method_override8_test/03: Fail # Issue 11496 | 102 method_override8_test/03: Fail # Issue 11496 |
| 103 setter_override_test/00: Fail # Issue 11496 | 103 setter_override_test/00: Fail # Issue 11496 |
| 104 setter_override_test/03: Fail # Issue 11496 | 104 setter_override_test/03: Fail # Issue 11496 |
| 105 setter_override2_test/02: Fail # Issue 11496 | 105 setter_override2_test/02: Fail # Issue 11496 |
| 106 constructor_named_arguments_test/01: Fail # Issue 5519 | 106 constructor_named_arguments_test/01: Fail # Issue 5519 |
| 107 getter_no_setter_test/01: Fail # Issue 5519 | 107 getter_no_setter_test/01: Fail # Issue 5519 |
| 108 not_enough_positional_arguments_test/01: Fail # Issue 12838 | 108 not_enough_positional_arguments_test/01: Fail # Issue 12838 |
| 109 not_enough_positional_arguments_test/02: Fail # Issue 12838 | 109 not_enough_positional_arguments_test/02: Fail # Issue 12838 |
| 110 not_enough_positional_arguments_test/05: Fail # Issue 12838 | 110 not_enough_positional_arguments_test/05: Fail # Issue 12838 |
| 111 dynamic_test: Fail # Issue 12398 | |
| 112 dynamic_prefix_core_test: Fail # Issue 12398 | |
| 113 metadata_test: Fail # Issue 5841 | 111 metadata_test: Fail # Issue 5841 |
| 114 infinity_test: Fail # Issue 4984 | 112 infinity_test: Fail # Issue 4984 |
| 115 positive_bit_operations_test: Fail # Issue 12795 | 113 positive_bit_operations_test: Fail # Issue 12795 |
| 116 mixin_mixin2_test: Fail # Issue 13109. | 114 mixin_mixin2_test: Fail # Issue 13109. |
| 117 | 115 |
| 118 # Compilation errors. | 116 # Compilation errors. |
| 119 const_var_test: Fail # Issue 12793 | 117 const_var_test: Fail # Issue 12793 |
| 120 map_literal3_test: Fail # Issue 12793 | 118 map_literal3_test: Fail # Issue 12793 |
| 121 function_type_alias5_test/00: Fail # Issue 12754 | 119 function_type_alias5_test/00: Fail # Issue 12754 |
| 122 function_type_alias5_test/01: Fail # Issue 12754 | 120 function_type_alias5_test/01: Fail # Issue 12754 |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 import_core_prefix_test: Pass | 365 import_core_prefix_test: Pass |
| 368 prefix22_test: Pass | 366 prefix22_test: Pass |
| 369 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 367 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 370 super_call4_test: Fail, OK # hardcoded names. | 368 super_call4_test: Fail, OK # hardcoded names. |
| 371 | 369 |
| 372 [ $minified ] | 370 [ $minified ] |
| 373 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 371 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 374 | 372 |
| 375 [ $runtime == ie9 ] | 373 [ $runtime == ie9 ] |
| 376 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 374 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |