| 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 && $checked ] | 5 [ $compiler == dart2js && $checked ] |
| 6 assign_static_type_test/01: Fail | 6 assign_static_type_test/01: Fail |
| 7 assign_static_type_test/02: Fail | 7 assign_static_type_test/02: Fail |
| 8 assign_static_type_test/03: Fail | 8 assign_static_type_test/03: Fail |
| 9 assign_static_type_test/04: Fail | 9 assign_static_type_test/04: Fail |
| 10 type_variable_bounds_test/01: Fail | 10 type_variable_bounds_test/01: Fail |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 method_override_test: Fail # cannot resolve type GetKeysFunctionType | 72 method_override_test: Fail # cannot resolve type GetKeysFunctionType |
| 73 method_override2_test/00: Fail # accepts illegal override | 73 method_override2_test/00: Fail # accepts illegal override |
| 74 method_override2_test/01: Fail # accepts illegal override | 74 method_override2_test/01: Fail # accepts illegal override |
| 75 method_override2_test/02: Fail # accepts illegal override | 75 method_override2_test/02: Fail # accepts illegal override |
| 76 method_override2_test/03: Fail # accepts illegal override | 76 method_override2_test/03: Fail # accepts illegal override |
| 77 named_parameters2_test: Fail # Unimplemented non-matching static call | 77 named_parameters2_test: Fail # Unimplemented non-matching static call |
| 78 named_parameters3_test: Fail # Unimplemented non-matching static call | 78 named_parameters3_test: Fail # Unimplemented non-matching static call |
| 79 named_parameters4_test: Fail # Unimplemented non-matching static call | 79 named_parameters4_test: Fail # Unimplemented non-matching static call |
| 80 naming_test: Fail # Broken because operator negate is not accessible as if it wa
s a method. | 80 naming_test: Fail # Broken because operator negate is not accessible as if it wa
s a method. |
| 81 operator6_test: Fail # Constant folding of bit-operations does not agree with ru
ntime behavior. Issue 2887. | 81 operator6_test: Fail # Constant folding of bit-operations does not agree with ru
ntime behavior. Issue 2887. |
| 82 parameter_initializer_test: Fail # internal error: super property read not imple
mented | |
| 83 pseudo_kw_test: Fail # Unexpected token '(' | 82 pseudo_kw_test: Fail # Unexpected token '(' |
| 84 super_field_access_test: Fail # internal error: super property read not implemen
ted | 83 super_field_access_test: Fail # internal error: super property read not implemen
ted |
| 85 super_field_test: Fail # internal error: super property read not implemented | |
| 86 super_implicit_closure_test: Fail # internal error: super property read not impl
emented | 84 super_implicit_closure_test: Fail # internal error: super property read not impl
emented |
| 87 super_operator_test: Fail # internal error: super property store not implemented | 85 super_operator_test: Fail # internal error: super property store not implemented |
| 88 super_setter_test: Fail # internal error: super property read not implemented | 86 super_setter_test: Fail # internal error: super property read not implemented |
| 89 switch_label_test: Fail # error: target of continue is not a loop or switch case | 87 switch_label_test: Fail # error: target of continue is not a loop or switch case |
| 90 | 88 |
| 91 | 89 |
| 92 # Implementation errors (library or generated code). | 90 # Implementation errors (library or generated code). |
| 93 assertion_test: Fail # Expect.equals(expected: <1>, actual: <0>) fails. | 91 assertion_test: Fail # Expect.equals(expected: <1>, actual: <0>) fails. |
| 94 generic_deep_test: Fail # Expect.isTrue(false) fails. | 92 generic_deep_test: Fail # Expect.isTrue(false) fails. |
| 95 generic_inheritance_test: Fail # Expect.isTrue(false) fails. | 93 generic_inheritance_test: Fail # Expect.isTrue(false) fails. |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 331 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 334 implied_interface_test: Fail # Uncaught error: Instance of 'TypeError' | 332 implied_interface_test: Fail # Uncaught error: Instance of 'TypeError' |
| 335 local_function3_test: Fail # Uncaught error: Instance of 'TypeError' | 333 local_function3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 336 arithmetic_test: Skip # Timeout | 334 arithmetic_test: Skip # Timeout |
| 337 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 335 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 338 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 336 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 339 private3_test: Fail # Uncaught error: Instance of 'TypeError' | 337 private3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 340 savannah_test: Fail # Uncaught error: Instance of 'TypeError' | 338 savannah_test: Fail # Uncaught error: Instance of 'TypeError' |
| 341 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 339 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| 342 label_test: Skip # Timeout | 340 label_test: Skip # Timeout |
| OLD | NEW |