| 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 27 matching lines...) Expand all Loading... |
| 38 function_literals2_test: Fail # Closures inside initializers not implemented. | 38 function_literals2_test: Fail # Closures inside initializers not implemented. |
| 39 function_syntax_test: Fail # Closures inside initializers not implemented. | 39 function_syntax_test: Fail # Closures inside initializers not implemented. |
| 40 function_test: Fail # internal error: Closures inside initializers not implement
ed | 40 function_test: Fail # internal error: Closures inside initializers not implement
ed |
| 41 function_type_alias2_test: Fail # cannot resolve type f1 | 41 function_type_alias2_test: Fail # cannot resolve type f1 |
| 42 function_type_alias3_test: Fail # cannot resolve type F | 42 function_type_alias3_test: Fail # cannot resolve type F |
| 43 function_type_alias4_test: Fail # cannot resolve type F | 43 function_type_alias4_test: Fail # cannot resolve type F |
| 44 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented | 44 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented |
| 45 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented | 45 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented |
| 46 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented | 46 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented |
| 47 function_type_alias6_test: Fail # visitIs for typedefs not implemented | 47 function_type_alias6_test: Fail # visitIs for typedefs not implemented |
| 48 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef |
| 48 function_type_alias_test: Fail # cannot resolve type Fun | 49 function_type_alias_test: Fail # cannot resolve type Fun |
| 49 function_type_parameter2_test: Fail # Internal Error: expected optional paramete
rs | 50 function_type_parameter2_test: Fail # Internal Error: expected optional paramete
rs |
| 50 function_type_parameter_test: Fail # Internal Error: expected optional parameter
s | 51 function_type_parameter_test: Fail # Internal Error: expected optional parameter
s |
| 51 generic_instanceof_test: Fail # cannot resolve type T | 52 generic_instanceof_test: Fail # cannot resolve type T |
| 52 generic_instanceof2_test: Fail # fails an instance of test at run time | 53 generic_instanceof2_test: Fail # fails an instance of test at run time |
| 53 generic_instanceof3_test: Fail # cannot handle generics. | 54 generic_instanceof3_test: Fail # cannot handle generics. |
| 54 generic_test: Fail # cannot resolve type T | 55 generic_test: Fail # cannot resolve type T |
| 55 get_set_syntax_test/none: Fail # Parsing of pseudo keywords. | 56 get_set_syntax_test/none: Fail # Parsing of pseudo keywords. |
| 56 getters_setters_test: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t
his | 57 getters_setters_test: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t
his |
| 57 implicit_scope_test: Fail # duplicate definition of a="bar" | 58 implicit_scope_test: Fail # duplicate definition of a="bar" |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 reg_exp3_test: Fail, OK # Expects exception from const constructor. | 228 reg_exp3_test: Fail, OK # Expects exception from const constructor. |
| 228 | 229 |
| 229 | 230 |
| 230 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-
10-31. | 231 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-
10-31. |
| 231 | 232 |
| 232 [ $compiler == dart2js && $mode == release ] | 233 [ $compiler == dart2js && $mode == release ] |
| 233 assign_top_method_negative_test: Crash | 234 assign_top_method_negative_test: Crash |
| 234 | 235 |
| 235 [ $compiler == dart2js && $runtime == none ] | 236 [ $compiler == dart2js && $runtime == none ] |
| 236 *: Fail, Pass # TODO(ahe): Triage these tests. | 237 *: Fail, Pass # TODO(ahe): Triage these tests. |
| OLD | NEW |