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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 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 | |
84 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 |
85 super_operator_test: Fail # internal error: super property store not implemented | 84 super_operator_test: Fail # internal error: super property store not implemented |
86 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 |
87 | 86 |
88 | 87 |
89 # Implementation errors (library or generated code). | 88 # Implementation errors (library or generated code). |
90 assertion_test: Fail # Expect.equals(expected: <1>, actual: <0>) fails. | 89 assertion_test: Fail # Expect.equals(expected: <1>, actual: <0>) fails. |
91 generic_deep_test: Fail # Expect.isTrue(false) fails. | 90 generic_deep_test: Fail # Expect.isTrue(false) fails. |
92 generic_inheritance_test: Fail # Expect.isTrue(false) fails. | 91 generic_inheritance_test: Fail # Expect.isTrue(false) fails. |
93 generic_parameterized_extends_test: Fail # Expect.isTrue(false) fails. | 92 generic_parameterized_extends_test: Fail # Expect.isTrue(false) fails. |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
311 | 310 |
312 [ $compiler == dart2js && $runtime == safari ] | 311 [ $compiler == dart2js && $runtime == safari ] |
313 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' | 312 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' |
314 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' | 313 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' |
315 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 314 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
316 arithmetic_test: Skip # Timeout | 315 arithmetic_test: Skip # Timeout |
317 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 316 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
318 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 317 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
319 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 318 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
320 label_test: Skip # Timeout | 319 label_test: Skip # Timeout |
OLD | NEW |