| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 pseudo_kw_test: Fail # Unexpected token '(' | 82 pseudo_kw_test: Fail # Unexpected token '(' |
| 83 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 |
| 84 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 |
| 85 super_operator_test: Fail # internal error: super property store not implemented | 85 super_operator_test: Fail # internal error: super property store not implemented |
| 86 super_setter_test: Fail # internal error: super property read not implemented | |
| 87 switch_label_test: Fail # error: target of continue is not a loop or switch case | 86 switch_label_test: Fail # error: target of continue is not a loop or switch case |
| 88 | 87 |
| 89 | 88 |
| 90 # Implementation errors (library or generated code). | 89 # Implementation errors (library or generated code). |
| 91 assertion_test: Fail # Expect.equals(expected: <1>, actual: <0>) fails. | 90 assertion_test: Fail # Expect.equals(expected: <1>, actual: <0>) fails. |
| 92 generic_deep_test: Fail # Expect.isTrue(false) fails. | 91 generic_deep_test: Fail # Expect.isTrue(false) fails. |
| 93 generic_inheritance_test: Fail # Expect.isTrue(false) fails. | 92 generic_inheritance_test: Fail # Expect.isTrue(false) fails. |
| 94 generic_parameterized_extends_test: Fail # Expect.isTrue(false) fails. | 93 generic_parameterized_extends_test: Fail # Expect.isTrue(false) fails. |
| 95 instanceof2_test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 94 instanceof2_test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 96 instanceof3_test: Fail # cannot resolve type UndeclaredType. | 95 instanceof3_test: Fail # cannot resolve type UndeclaredType. |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 | 311 |
| 313 [ $compiler == dart2js && $runtime == safari ] | 312 [ $compiler == dart2js && $runtime == safari ] |
| 314 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' | 313 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' |
| 315 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' | 314 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' |
| 316 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 315 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 317 arithmetic_test: Skip # Timeout | 316 arithmetic_test: Skip # Timeout |
| 318 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 317 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 319 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 318 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 320 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 319 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| 321 label_test: Skip # Timeout | 320 label_test: Skip # Timeout |
| OLD | NEW |