| 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 block_scope_test: Fail # Issue 13204. | 6 block_scope_test: Fail # Issue 13204. |
| 7 compile_time_constant_c_test/none: Fail # Issue 11583 | 7 compile_time_constant_c_test/none: Fail # Issue 11583 |
| 8 null_test/03: Fail # Issue 12445. | 8 null_test/03: Fail # Issue 12445. |
| 9 black_listed_test/none: Fail # Issue 12446. | 9 black_listed_test/none: Fail # Issue 12446. |
| 10 malformed_test/none: Fail # Issue 12695 | 10 malformed_test/none: Fail # Issue 12695 |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 infinity_test: Fail # Issue 4984 | 113 infinity_test: Fail # Issue 4984 |
| 114 positive_bit_operations_test: Fail # Issue 12795 | 114 positive_bit_operations_test: Fail # Issue 12795 |
| 115 mixin_mixin2_test: Fail # Issue 13109. | 115 mixin_mixin2_test: Fail # Issue 13109. |
| 116 | 116 |
| 117 # Compilation errors. | 117 # Compilation errors. |
| 118 const_var_test: Fail # Issue 12793 | 118 const_var_test: Fail # Issue 12793 |
| 119 map_literal3_test: Fail # Issue 12793 | 119 map_literal3_test: Fail # Issue 12793 |
| 120 function_type_alias5_test/00: Fail # Issue 12754 | 120 function_type_alias5_test/00: Fail # Issue 12754 |
| 121 function_type_alias5_test/01: Fail # Issue 12754 | 121 function_type_alias5_test/01: Fail # Issue 12754 |
| 122 function_type_alias5_test/02: Fail # Issue 12754 | 122 function_type_alias5_test/02: Fail # Issue 12754 |
| 123 method_binding_test: Fail # Issue 12807 | |
| 124 method_override_test: Fail # Issue 12808 | |
| 125 method_override5_test: Fail # Issue 12809 | 123 method_override5_test: Fail # Issue 12809 |
| 126 parameter_initializer6_negative_test: Fail # Issue 3502 | 124 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 127 named_parameters_aggregated_test/03: Fail # Issue 12812 | 125 named_parameters_aggregated_test/03: Fail # Issue 12812 |
| 128 super_implicit_closure_test: Fail # Issue 12884 | |
| 129 external_test/11: Fail # Issue 12887 | 126 external_test/11: Fail # Issue 12887 |
| 130 external_test/12: Fail # Issue 12887 | 127 external_test/12: Fail # Issue 12887 |
| 131 external_test/13: Fail # Issue 12887 | 128 external_test/13: Fail # Issue 12887 |
| 132 external_test/21: Fail # Issue 12887 | 129 external_test/21: Fail # Issue 12887 |
| 133 external_test/22: Fail # Issue 12887 | 130 external_test/22: Fail # Issue 12887 |
| 134 external_test/23: Fail # Issue 12887 | 131 external_test/23: Fail # Issue 12887 |
| 135 external_test/30: Fail # Issue 12887 | 132 external_test/30: Fail # Issue 12887 |
| 136 external_test/31: Fail # Issue 12887 | 133 external_test/31: Fail # Issue 12887 |
| 137 instanceof4_test/01: Fail # Issue 12889 | 134 instanceof4_test/01: Fail # Issue 12889 |
| 138 list_literal4_test: Fail # Issue 12890 | 135 list_literal4_test: Fail # Issue 12890 |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 import_core_prefix_test: Pass | 343 import_core_prefix_test: Pass |
| 347 prefix22_test: Pass | 344 prefix22_test: Pass |
| 348 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 345 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 349 super_call4_test: Fail, OK # hardcoded names. | 346 super_call4_test: Fail, OK # hardcoded names. |
| 350 | 347 |
| 351 [ $minified ] | 348 [ $minified ] |
| 352 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 349 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 353 | 350 |
| 354 [ $runtime == ie9 ] | 351 [ $runtime == ie9 ] |
| 355 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 352 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |