| 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 # Map literal with int key. | 6 compile_time_constant_c_test/none: Fail # Map literal with int key. |
| 7 constructor_initializer_test: Fail, OK # Depends on ?parameter check. | 7 constructor_initializer_test: Fail, OK # Depends on ?parameter check. |
| 8 | 8 |
| 9 black_listed_test/none: Fail # Issue 12446. | 9 black_listed_test/none: Fail # Issue 12446. |
| 10 | 10 |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 140 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 141 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 141 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 142 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 142 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 143 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 143 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 144 method_binding_test: Fail # internal error: super property read not implemented. | 144 method_binding_test: Fail # internal error: super property read not implemented. |
| 145 method_override_test: Fail # cannot resolve type GetKeysFunctionType | 145 method_override_test: Fail # cannot resolve type GetKeysFunctionType |
| 146 method_override5_test: Pass, Fail # Issue 11496 (passes if it's inlined) | 146 method_override5_test: Pass, Fail # Issue 11496 (passes if it's inlined) |
| 147 parameter_initializer6_negative_test: Fail # Issue 3502 | 147 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 148 named_parameters_aggregated_test/01: Fail # Presence of default values for optio
nal params is not properly validated in type definitions. | 148 named_parameters_aggregated_test/01: Fail # Presence of default values for optio
nal params is not properly validated in type definitions. |
| 149 named_parameters_aggregated_test/03: Fail # Presence of default values for optio
nal params is not properly validated in closure types. | 149 named_parameters_aggregated_test/03: Fail # Presence of default values for optio
nal params is not properly validated in closure types. |
| 150 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef
ore named parameters does not trigger static type warning. | |
| 151 pseudo_kw_test: Fail # Unexpected token '(' | 150 pseudo_kw_test: Fail # Unexpected token '(' |
| 152 super_implicit_closure_test: Fail # internal error: super property read not impl
emented | 151 super_implicit_closure_test: Fail # internal error: super property read not impl
emented |
| 153 | 152 |
| 154 # Missing compilation error for wrong number of type arguments. | 153 # Missing compilation error for wrong number of type arguments. |
| 155 mixin_type_parameters_errors_test/01: Fail | 154 mixin_type_parameters_errors_test/01: Fail |
| 156 mixin_type_parameters_errors_test/02: Fail | 155 mixin_type_parameters_errors_test/02: Fail |
| 157 mixin_type_parameters_errors_test/05: Fail | 156 mixin_type_parameters_errors_test/05: Fail |
| 158 | 157 |
| 159 # External tests. | 158 # External tests. |
| 160 external_test/01: Fail | 159 external_test/01: Fail |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 null_access_error_test: Fail # Issue: 7413 | 269 null_access_error_test: Fail # Issue: 7413 |
| 271 string_interpolate_null_test: Fail # Issue: 7413 | 270 string_interpolate_null_test: Fail # Issue: 7413 |
| 272 call_through_null_getter_test: Fail | 271 call_through_null_getter_test: Fail |
| 273 closure3_test: Fail | 272 closure3_test: Fail |
| 274 execute_finally3_test: Fail | 273 execute_finally3_test: Fail |
| 275 method_invocation_test: Fail | 274 method_invocation_test: Fail |
| 276 stack_overflow_test: Fail | 275 stack_overflow_test: Fail |
| 277 stack_overflow_stacktrace_test: Fail | 276 stack_overflow_stacktrace_test: Fail |
| 278 closure_call_wrong_argument_count_negative_test: Skip | 277 closure_call_wrong_argument_count_negative_test: Skip |
| 279 label_test: Skip | 278 label_test: Skip |
| OLD | NEW |