| 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 || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
| 6 # VM specific tests that should not be run by dart2js. | 6 # VM specific tests that should not be run by dart2js. |
| 7 *vm_test: Skip | 7 *vm_test: Skip |
| 8 *vm_negative_test: Skip | 8 *vm_negative_test: Skip |
| 9 | 9 |
| 10 [ $compiler == dart2js && $checked ] | 10 [ $compiler == dart2js && $checked ] |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o
n linux. | 94 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o
n linux. |
| 95 # Crash infinite loop on Mac and dart2js checked mode on linux. | 95 # Crash infinite loop on Mac and dart2js checked mode on linux. |
| 96 function_type_alias6_test: Crash, Fail | 96 function_type_alias6_test: Crash, Fail |
| 97 | 97 |
| 98 | 98 |
| 99 # Compilation errors. | 99 # Compilation errors. |
| 100 const_var_test: Fail # Map literals take 2 type arguments. | 100 const_var_test: Fail # Map literals take 2 type arguments. |
| 101 map_literal3_test: Fail # Map literals take 2 type arguments. | 101 map_literal3_test: Fail # Map literals take 2 type arguments. |
| 102 ct_const_test: Fail # We don't take the generic type into account yet. | 102 ct_const_test: Fail # We don't take the generic type into account yet. |
| 103 char_escape_test: Fail # Unhandled non-BMP character: U+10000 | 103 char_escape_test: Fail # Unhandled non-BMP character: U+10000 |
| 104 constructor6_test: Fail # Closures inside initializers not implemented. | |
| 105 default_factory_library_test: Fail # lib is not a type | 104 default_factory_library_test: Fail # lib is not a type |
| 106 dynamic_test: Fail # cannot resolve type F1 | 105 dynamic_test: Fail # cannot resolve type F1 |
| 107 factory_redirection_test/none: Fail # Not implemented. | 106 factory_redirection_test/none: Fail # Not implemented. |
| 108 factory_redirection_test/01: Fail # Not implemented. | 107 factory_redirection_test/01: Fail # Not implemented. |
| 109 factory_redirection_test/02: Fail # Not implemented. | 108 factory_redirection_test/02: Fail # Not implemented. |
| 110 factory_redirection_test/03: Fail # Not implemented. | 109 factory_redirection_test/03: Fail # Not implemented. |
| 111 factory_redirection_test/04: Pass # For the wrong reason. Not implemented. | 110 factory_redirection_test/04: Pass # For the wrong reason. Not implemented. |
| 112 factory_redirection_test/05: Fail # Not implemented. | 111 factory_redirection_test/05: Fail # Not implemented. |
| 113 factory_redirection_test/06: Fail # Not implemented. | 112 factory_redirection_test/06: Fail # Not implemented. |
| 114 factory_redirection_test/07: Pass # For the wrong reason. Not implemented. | 113 factory_redirection_test/07: Pass # For the wrong reason. Not implemented. |
| 115 factory3_test: Fail # internal error: visitIs for type variables not implemented | 114 factory3_test: Fail # internal error: visitIs for type variables not implemented |
| 116 function_literals2_test: Fail # Closures inside initializers not implemented. | |
| 117 function_syntax_test/none: Fail # Closures inside initializers not implemented. | |
| 118 function_test: Fail # internal error: Closures inside initializers not implement
ed | |
| 119 function_type_alias2_test: Fail # cannot resolve type f1 | 115 function_type_alias2_test: Fail # cannot resolve type f1 |
| 120 function_type_alias3_test: Fail # cannot resolve type F | 116 function_type_alias3_test: Fail # cannot resolve type F |
| 121 function_type_alias4_test: Fail # cannot resolve type F | 117 function_type_alias4_test: Fail # cannot resolve type F |
| 122 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented | 118 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented |
| 123 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented | 119 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented |
| 124 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented | 120 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented |
| 125 function_type_alias6_test: Fail # visitIs for typedefs not implemented. | 121 function_type_alias6_test: Fail # visitIs for typedefs not implemented. |
| 126 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef | 122 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef |
| 127 function_type_alias_test: Fail # cannot resolve type Fun | 123 function_type_alias_test: Fail # cannot resolve type Fun |
| 128 function_type_parameter2_test: Fail # Internal Error: expected optional paramete
rs | 124 function_type_parameter2_test: Fail # Internal Error: expected optional paramete
rs |
| 129 function_type_parameter_test: Fail # Internal Error: expected optional parameter
s | 125 function_type_parameter_test: Fail # Internal Error: expected optional parameter
s |
| 130 generic_instanceof_test: Fail # cannot resolve type T | 126 generic_instanceof_test: Fail # cannot resolve type T |
| 131 generic_instanceof2_test: Fail # fails an instance of test at run time | 127 generic_instanceof2_test: Fail # fails an instance of test at run time |
| 132 generic_instanceof3_test: Fail # cannot handle generics. | 128 generic_instanceof3_test: Fail # cannot handle generics. |
| 133 generic_test: Fail # cannot resolve type T | 129 generic_test: Fail # cannot resolve type T |
| 134 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 130 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 135 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 131 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 136 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 132 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 137 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 133 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 138 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 134 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 139 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 135 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 140 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 136 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 141 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 137 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 142 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 138 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 143 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 139 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 144 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 140 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 145 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 141 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 146 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 142 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 147 implicit_scope_test: Fail # duplicate definition of a="bar" | 143 implicit_scope_test: Fail # duplicate definition of a="bar" |
| 148 library_prefixes_test: Fail # other is not a type | |
| 149 many_generic_instanceof_test: Fail # cannot resolve type T | 144 many_generic_instanceof_test: Fail # cannot resolve type T |
| 150 method_binding_test: Fail # internal error: super property read not implemented. | 145 method_binding_test: Fail # internal error: super property read not implemented. |
| 151 method_override_test: Fail # cannot resolve type GetKeysFunctionType | 146 method_override_test: Fail # cannot resolve type GetKeysFunctionType |
| 152 method_override2_test/00: Fail # accepts illegal override | 147 method_override2_test/00: Fail # accepts illegal override |
| 153 method_override2_test/01: Fail # accepts illegal override | 148 method_override2_test/01: Fail # accepts illegal override |
| 154 method_override2_test/02: Fail # accepts illegal override | 149 method_override2_test/02: Fail # accepts illegal override |
| 155 method_override2_test/03: Fail # accepts illegal override | 150 method_override2_test/03: Fail # accepts illegal override |
| 156 abstract_getter_test/01: Fail # instantiation of abstract class | 151 abstract_getter_test/01: Fail # instantiation of abstract class |
| 157 abstract_factory_constructor_test/01: Fail # instantiation of abstract class | 152 abstract_factory_constructor_test/01: Fail # instantiation of abstract class |
| 158 parameter_initializer6_negative_test: Fail # Issue 3502 | 153 parameter_initializer6_negative_test: Fail # Issue 3502 |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 [ $runtime == opera ] | 343 [ $runtime == opera ] |
| 349 call_through_null_getter_test: Fail | 344 call_through_null_getter_test: Fail |
| 350 closure3_test: Fail | 345 closure3_test: Fail |
| 351 execute_finally3_test: Fail | 346 execute_finally3_test: Fail |
| 352 method_invocation_test: Fail | 347 method_invocation_test: Fail |
| 353 null_pointer_exception_test: Fail | 348 null_pointer_exception_test: Fail |
| 354 stack_overflow_test: Fail | 349 stack_overflow_test: Fail |
| 355 string_interpolate_npe_test: Fail | 350 string_interpolate_npe_test: Fail |
| 356 closure_call_wrong_argument_count_negative_test: Skip | 351 closure_call_wrong_argument_count_negative_test: Skip |
| 357 label_test: Skip | 352 label_test: Skip |
| OLD | NEW |