| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 parameter_initializer6_negative_test: Fail # Issue 3502 | 82 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 83 named_parameters2_test: Fail # Unimplemented non-matching static call | 83 named_parameters2_test: Fail # Unimplemented non-matching static call |
| 84 named_parameters3_test: Fail # Unimplemented non-matching static call | 84 named_parameters3_test: Fail # Unimplemented non-matching static call |
| 85 named_parameters4_test: Fail # Unimplemented non-matching static call | 85 named_parameters4_test: Fail # Unimplemented non-matching static call |
| 86 naming_test: Fail # Broken because operator negate is not accessible as if it wa
s a method. | 86 naming_test: Fail # Broken because operator negate is not accessible as if it wa
s a method. |
| 87 operator6_test: Fail # Constant folding of bit-operations does not agree with ru
ntime behavior. Issue 2887. | 87 operator6_test: Fail # Constant folding of bit-operations does not agree with ru
ntime behavior. Issue 2887. |
| 88 pseudo_kw_test: Fail # Unexpected token '(' | 88 pseudo_kw_test: Fail # Unexpected token '(' |
| 89 super_implicit_closure_test: Fail # internal error: super property read not impl
emented | 89 super_implicit_closure_test: Fail # internal error: super property read not impl
emented |
| 90 super_operator_test: Fail # internal error: super property store not implemented | 90 super_operator_test: Fail # internal error: super property store not implemented |
| 91 switch_label_test: Fail # error: target of continue is not a loop or switch case | 91 switch_label_test: Fail # error: target of continue is not a loop or switch case |
| 92 type_cast_vm_test: Fail # type cast not yet implemented |
| 92 | 93 |
| 93 | 94 |
| 94 # Implementation errors (library or generated code). | 95 # Implementation errors (library or generated code). |
| 95 generic_deep_test: Fail # Expect.isTrue(false) fails. | 96 generic_deep_test: Fail # Expect.isTrue(false) fails. |
| 96 generic_inheritance_test: Fail # Expect.isTrue(false) fails. | 97 generic_inheritance_test: Fail # Expect.isTrue(false) fails. |
| 97 generic_parameterized_extends_test: Fail # Expect.isTrue(false) fails. | 98 generic_parameterized_extends_test: Fail # Expect.isTrue(false) fails. |
| 98 instanceof2_test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 99 instanceof2_test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 99 instanceof3_test: Fail # cannot resolve type UndeclaredType. | 100 instanceof3_test: Fail # cannot resolve type UndeclaredType. |
| 100 library_private_in_constructor_test: Fail # Issue 2620. | 101 library_private_in_constructor_test: Fail # Issue 2620. |
| 101 list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test. | 102 list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test. |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 | 294 |
| 294 | 295 |
| 295 [ $compiler == dart2js && $runtime == safari ] | 296 [ $compiler == dart2js && $runtime == safari ] |
| 296 arithmetic_test: Skip # BUG(3492): Times out. | 297 arithmetic_test: Skip # BUG(3492): Times out. |
| 297 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' | 298 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' |
| 298 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' | 299 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' |
| 299 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 300 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 300 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 301 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 301 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 302 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 302 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 303 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| OLD | NEW |