| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_implicit_closure_test: Fail # internal error: super property read not impl
emented | 83 super_implicit_closure_test: Fail # internal error: super property read not impl
emented |
| 84 super_operator_test: Fail # internal error: super property store not implemented | 84 super_operator_test: Fail # internal error: super property store not implemented |
| 85 switch_label_test: Fail # error: target of continue is not a loop or switch case | 85 switch_label_test: Fail # error: target of continue is not a loop or switch case |
| 86 | 86 |
| 87 | 87 |
| 88 # Implementation errors (library or generated code). | 88 # Implementation errors (library or generated code). |
| 89 assertion_test: Fail # Expect.equals(expected: <1>, actual: <0>) fails. | |
| 90 generic_deep_test: Fail # Expect.isTrue(false) fails. | 89 generic_deep_test: Fail # Expect.isTrue(false) fails. |
| 91 generic_inheritance_test: Fail # Expect.isTrue(false) fails. | 90 generic_inheritance_test: Fail # Expect.isTrue(false) fails. |
| 92 generic_parameterized_extends_test: Fail # Expect.isTrue(false) fails. | 91 generic_parameterized_extends_test: Fail # Expect.isTrue(false) fails. |
| 93 instanceof2_test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 92 instanceof2_test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 94 instanceof3_test: Fail # cannot resolve type UndeclaredType. | 93 instanceof3_test: Fail # cannot resolve type UndeclaredType. |
| 95 library_private_in_constructor_test: Fail # Issue 2620. | 94 library_private_in_constructor_test: Fail # Issue 2620. |
| 96 list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test. | 95 list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test. |
| 97 map_literal4_test: Fail # Attempt to modify an immutable object -- checked mode
test. | 96 map_literal4_test: Fail # Attempt to modify an immutable object -- checked mode
test. |
| 98 named_parameters_type_test: Fail # Expect.equals(expected: <111>, actual: <0>) f
ails. -- checked mode test. | 97 named_parameters_type_test: Fail # Expect.equals(expected: <111>, actual: <0>) f
ails. -- checked mode test. |
| 99 type_checks_in_factory_method_test: Fail # Expect.equals(expected: <true>, actua
l: <false>) fails. -- checked mode test. | 98 type_checks_in_factory_method_test: Fail # Expect.equals(expected: <true>, actua
l: <false>) fails. -- checked mode test. |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 | 309 |
| 311 [ $compiler == dart2js && $runtime == safari ] | 310 [ $compiler == dart2js && $runtime == safari ] |
| 312 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' | 311 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' |
| 313 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' | 312 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' |
| 314 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 313 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 315 arithmetic_test: Skip # Timeout | 314 arithmetic_test: Skip # Timeout |
| 316 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 315 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 317 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 316 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 318 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 317 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| 319 label_test: Skip # Timeout | 318 label_test: Skip # Timeout |
| OLD | NEW |