| 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 16 matching lines...) Expand all Loading... |
| 27 f_bounded_quantification_test/02: Fail | 27 f_bounded_quantification_test/02: Fail |
| 28 default_factory2_test/01: Fail # Type bounds for type variable not checked. | 28 default_factory2_test/01: Fail # Type bounds for type variable not checked. |
| 29 function_type_test: Fail # does not detect type error in checked mode. | 29 function_type_test: Fail # does not detect type error in checked mode. |
| 30 | 30 |
| 31 arithmetic_test: Fail | 31 arithmetic_test: Fail |
| 32 | 32 |
| 33 [ $compiler == dart2js && $unchecked ] | 33 [ $compiler == dart2js && $unchecked ] |
| 34 assertion_test: Fail, OK | 34 assertion_test: Fail, OK |
| 35 | 35 |
| 36 [ $compiler == dart2js ] | 36 [ $compiler == dart2js ] |
| 37 fauxverride_test/none: Fail # TODO(ahe): I have pending CL to fix this. |
| 37 compile_time_constant8_test: Fail # We don't take the generic type into account
yet. | 38 compile_time_constant8_test: Fail # We don't take the generic type into account
yet. |
| 38 static_initializer_type_error_test: Fail # Checked mode not supported. | 39 static_initializer_type_error_test: Fail # Checked mode not supported. |
| 39 exception_test: Fail # "throw null" throws NullPointerException. | 40 exception_test: Fail # "throw null" throws NullPointerException. |
| 40 | 41 |
| 41 # Compilation errors. | 42 # Compilation errors. |
| 42 ct_const_test: Fail # We don't take the generic type into account yet. | 43 ct_const_test: Fail # We don't take the generic type into account yet. |
| 43 call_operator_test: Fail # Unexpected token 'call' | 44 call_operator_test: Fail # Unexpected token 'call' |
| 44 char_escape_test: Fail # Unhandled non-BMP character: U+10000 | 45 char_escape_test: Fail # Unhandled non-BMP character: U+10000 |
| 45 constructor6_test: Fail # Closures inside initializers not implemented. | 46 constructor6_test: Fail # Closures inside initializers not implemented. |
| 46 default_factory_library_test: Fail # lib is not a type | 47 default_factory_library_test: Fail # lib is not a type |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 constructor_return_with_init_negative_test: Fail, OK # Negative language test. | 133 constructor_return_with_init_negative_test: Fail, OK # Negative language test. |
| 133 duplicate_constructor_test/01: Fail, OK # Negative language test. | 134 duplicate_constructor_test/01: Fail, OK # Negative language test. |
| 134 duplicate_implements_test/01: Fail, OK # Negative language test. | 135 duplicate_implements_test/01: Fail, OK # Negative language test. |
| 135 duplicate_implements_test/02: Fail, OK # Negative language test. | 136 duplicate_implements_test/02: Fail, OK # Negative language test. |
| 136 duplicate_implements_test/03: Fail, OK # Negative language test. | 137 duplicate_implements_test/03: Fail, OK # Negative language test. |
| 137 duplicate_implements_test/04: Fail, OK # Negative language test. | 138 duplicate_implements_test/04: Fail, OK # Negative language test. |
| 138 empty_body_member_negative_test: Fail, OK # Negative language test. | 139 empty_body_member_negative_test: Fail, OK # Negative language test. |
| 139 factory2_negative_test: Fail, OK # Negative language test. | 140 factory2_negative_test: Fail, OK # Negative language test. |
| 140 factory3_negative_test: Fail, OK # Negative language test. | 141 factory3_negative_test: Fail, OK # Negative language test. |
| 141 factory_negative_test: Fail, OK # Negative language test. | 142 factory_negative_test: Fail, OK # Negative language test. |
| 142 fauxverride_test/03: Fail, OK # Negative language test. | |
| 143 fauxverride_test/05: Fail, OK # Negative language test. | |
| 144 field2_negative_test: Fail, OK # Negative language test. | 143 field2_negative_test: Fail, OK # Negative language test. |
| 145 field3_negative_test: Fail, OK # Negative language test. | 144 field3_negative_test: Fail, OK # Negative language test. |
| 146 field4_negative_test: Fail, OK # Negative language test. | 145 field4_negative_test: Fail, OK # Negative language test. |
| 147 field5_negative_test: Fail, OK # Negative language test. | 146 field5_negative_test: Fail, OK # Negative language test. |
| 148 field6a_negative_test: Fail, OK # Negative language test. | 147 field6a_negative_test: Fail, OK # Negative language test. |
| 149 field7a_negative_test: Fail, OK # Negative language test. | 148 field7a_negative_test: Fail, OK # Negative language test. |
| 150 final_for_in_variable_test/01: Fail, OK # Negative language test | 149 final_for_in_variable_test/01: Fail, OK # Negative language test |
| 151 final_param_negative_test: Fail, OK # Negative language test. | 150 final_param_negative_test: Fail, OK # Negative language test. |
| 152 final_var_negative_test: Fail, OK # Negative language test. | 151 final_var_negative_test: Fail, OK # Negative language test. |
| 153 getter_declaration_negative_test: Fail, OK # Negative language test. | 152 getter_declaration_negative_test: Fail, OK # Negative language test. |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 | 294 |
| 296 | 295 |
| 297 [ $compiler == dart2js && $runtime == safari ] | 296 [ $compiler == dart2js && $runtime == safari ] |
| 298 arithmetic_test: Skip # BUG(3492): Times out. | 297 arithmetic_test: Skip # BUG(3492): Times out. |
| 299 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' |
| 300 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' |
| 301 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 300 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 302 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 301 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 303 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 302 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 304 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 303 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| OLD | NEW |