| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 111 dynamic_test: Fail # Issue 12398 |
| 112 dynamic_prefix_core_test: Fail # Issue 12398 |
| 112 metadata_test: Fail # Issue 5841 | 113 metadata_test: Fail # Issue 5841 |
| 113 infinity_test: Fail # Issue 4984 | 114 infinity_test: Fail # Issue 4984 |
| 114 positive_bit_operations_test: Fail # Issue 12795 | 115 positive_bit_operations_test: Fail # Issue 12795 |
| 115 mixin_mixin2_test: Fail # Issue 13109. | 116 mixin_mixin2_test: Fail # Issue 13109. |
| 116 | 117 |
| 117 # Compilation errors. | 118 # Compilation errors. |
| 118 const_var_test: Fail # Issue 12793 | 119 const_var_test: Fail # Issue 12793 |
| 119 map_literal3_test: Fail # Issue 12793 | 120 map_literal3_test: Fail # Issue 12793 |
| 120 function_type_alias5_test/00: Fail # Issue 12754 | 121 function_type_alias5_test/00: Fail # Issue 12754 |
| 121 function_type_alias5_test/01: Fail # Issue 12754 | 122 function_type_alias5_test/01: Fail # Issue 12754 |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 import_core_prefix_test: Pass | 367 import_core_prefix_test: Pass |
| 367 prefix22_test: Pass | 368 prefix22_test: Pass |
| 368 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 369 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 369 super_call4_test: Fail, OK # hardcoded names. | 370 super_call4_test: Fail, OK # hardcoded names. |
| 370 | 371 |
| 371 [ $minified ] | 372 [ $minified ] |
| 372 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 373 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 373 | 374 |
| 374 [ $runtime == ie9 ] | 375 [ $runtime == ie9 ] |
| 375 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 376 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |