| 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 29 matching lines...) Expand all Loading... |
| 40 | 40 |
| 41 arithmetic_test: Fail | 41 arithmetic_test: Fail |
| 42 | 42 |
| 43 [ $compiler == dart2js && $unchecked ] | 43 [ $compiler == dart2js && $unchecked ] |
| 44 assertion_test: Fail | 44 assertion_test: Fail |
| 45 | 45 |
| 46 [ $compiler == dart2js ] | 46 [ $compiler == dart2js ] |
| 47 getter_declaration_negative_test: Fail # This will be fixed when dart2js reject
old getter syntax. | 47 getter_declaration_negative_test: Fail # This will be fixed when dart2js reject
old getter syntax. |
| 48 | 48 |
| 49 function_type_this_parameter_test: Crash # Issue 4417. | 49 function_type_this_parameter_test: Crash # Issue 4417. |
| 50 compile_time_constant_test/02: Fail, OK # By inlining the use-function we don't
compile the static variable. | |
| 51 compile_time_constant8_test: Fail # We don't take the generic type into account
yet. | 50 compile_time_constant8_test: Fail # We don't take the generic type into account
yet. |
| 52 | 51 |
| 53 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o
n linux. | 52 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o
n linux. |
| 54 # Crash infinite loop on Mac and dart2js checked mode on linux. | 53 # Crash infinite loop on Mac and dart2js checked mode on linux. |
| 55 function_type_alias6_test: Crash, Fail | 54 function_type_alias6_test: Crash, Fail |
| 56 | 55 |
| 57 static_initializer_type_error_test: Fail # Checked mode not supported. | 56 static_initializer_type_error_test: Fail # Checked mode not supported. |
| 58 | 57 |
| 59 # Compilation errors. | 58 # Compilation errors. |
| 60 const_var_test: Fail # Map literals take 2 type arguments. | 59 const_var_test: Fail # Map literals take 2 type arguments. |
| (...skipping 18 matching lines...) Expand all Loading... |
| 79 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef | 78 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef |
| 80 function_type_alias_test: Fail # cannot resolve type Fun | 79 function_type_alias_test: Fail # cannot resolve type Fun |
| 81 function_type_parameter2_test: Fail # Internal Error: expected optional paramete
rs | 80 function_type_parameter2_test: Fail # Internal Error: expected optional paramete
rs |
| 82 function_type_parameter_test: Fail # Internal Error: expected optional parameter
s | 81 function_type_parameter_test: Fail # Internal Error: expected optional parameter
s |
| 83 generic_instanceof_test: Fail # cannot resolve type T | 82 generic_instanceof_test: Fail # cannot resolve type T |
| 84 generic_instanceof2_test: Fail # fails an instance of test at run time | 83 generic_instanceof2_test: Fail # fails an instance of test at run time |
| 85 generic_instanceof3_test: Fail # cannot handle generics. | 84 generic_instanceof3_test: Fail # cannot handle generics. |
| 86 generic_test: Fail # cannot resolve type T | 85 generic_test: Fail # cannot resolve type T |
| 87 get_set_syntax_test/none: Fail # Parsing of pseudo keywords. | 86 get_set_syntax_test/none: Fail # Parsing of pseudo keywords. |
| 88 implicit_scope_test: Fail # duplicate definition of a="bar" | 87 implicit_scope_test: Fail # duplicate definition of a="bar" |
| 88 lazy_final2_test: Fail # Issue 3559: No support for closures in lazy initialize
rs. |
| 89 library_prefixes_test: Fail # other is not a type | 89 library_prefixes_test: Fail # other is not a type |
| 90 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2'
(bad exception mapping). | 90 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2'
(bad exception mapping). |
| 91 many_generic_instanceof_test: Fail # cannot resolve type T | 91 many_generic_instanceof_test: Fail # cannot resolve type T |
| 92 method_binding_test: Fail # internal error: super property read not implemented. | 92 method_binding_test: Fail # internal error: super property read not implemented. |
| 93 method_name_test: Fail # Parsing of pseudo keywords. | 93 method_name_test: Fail # Parsing of pseudo keywords. |
| 94 method_override_test: Fail # cannot resolve type GetKeysFunctionType | 94 method_override_test: Fail # cannot resolve type GetKeysFunctionType |
| 95 method_override2_test/00: Fail # accepts illegal override | 95 method_override2_test/00: Fail # accepts illegal override |
| 96 method_override2_test/01: Fail # accepts illegal override | 96 method_override2_test/01: Fail # accepts illegal override |
| 97 method_override2_test/02: Fail # accepts illegal override | 97 method_override2_test/02: Fail # accepts illegal override |
| 98 method_override2_test/03: Fail # accepts illegal override | 98 method_override2_test/03: Fail # accepts illegal override |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 abstract_syntax_test/02: Fail # Negative language test. | 162 abstract_syntax_test/02: Fail # Negative language test. |
| 163 assign_top_method_negative_test: Fail # Negative language test. | 163 assign_top_method_negative_test: Fail # Negative language test. |
| 164 class_extends_negative_test: Fail # Negative language test. | 164 class_extends_negative_test: Fail # Negative language test. |
| 165 const_constructor_syntax_test/01: Fail # Negative language test. | 165 const_constructor_syntax_test/01: Fail # Negative language test. |
| 166 const_constructor_syntax_test/02: Fail # Negative language test. | 166 const_constructor_syntax_test/02: Fail # Negative language test. |
| 167 const_constructor_syntax_test/03: Fail # Negative language test. | 167 const_constructor_syntax_test/03: Fail # Negative language test. |
| 168 const_constructor_syntax_test/04: Fail # Negative language test. | 168 const_constructor_syntax_test/04: Fail # Negative language test. |
| 169 const_field_negative_test: Fail # Negative language test. | 169 const_field_negative_test: Fail # Negative language test. |
| 170 const_init4_negative_test: Fail # Negative language test. | 170 const_init4_negative_test: Fail # Negative language test. |
| 171 const_init_negative_test: Fail # Negative language test. | 171 const_init_negative_test: Fail # Negative language test. |
| 172 const_syntax_test/01: Fail # Negative language test. | |
| 173 const_syntax_test/02: Fail # Negative language test. | |
| 174 const_syntax_test/03: Fail # Negative language test. | |
| 175 const_syntax_test/04: Fail # Negative language test. | 172 const_syntax_test/04: Fail # Negative language test. |
| 176 constructor2_negative_test: Fail # Negative language test. | 173 constructor2_negative_test: Fail # Negative language test. |
| 177 constructor_negative_test: Pass # For the wrong reason. | 174 constructor_negative_test: Pass # For the wrong reason. |
| 178 constructor_return_negative_test: Fail # Negative language test. | 175 constructor_return_negative_test: Fail # Negative language test. |
| 179 constructor_return_with_arrow_negative_test: Fail # Negative language test. | 176 constructor_return_with_arrow_negative_test: Fail # Negative language test. |
| 180 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t
est. | 177 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t
est. |
| 181 constructor_return_with_init_negative_test: Fail # Negative language test. | 178 constructor_return_with_init_negative_test: Fail # Negative language test. |
| 182 duplicate_implements_test/01: Fail # Negative language test. | 179 duplicate_implements_test/01: Fail # Negative language test. |
| 183 duplicate_implements_test/02: Fail # Negative language test. | 180 duplicate_implements_test/02: Fail # Negative language test. |
| 184 duplicate_implements_test/03: Fail # Negative language test. | 181 duplicate_implements_test/03: Fail # Negative language test. |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 static_top_level_test/04: Fail # Negative language test. | 236 static_top_level_test/04: Fail # Negative language test. |
| 240 static_top_level_test/05: Fail # Negative language test. | 237 static_top_level_test/05: Fail # Negative language test. |
| 241 static_top_level_test/06: Fail # Negative language test. | 238 static_top_level_test/06: Fail # Negative language test. |
| 242 static_top_level_test/07: Fail # Negative language test. | 239 static_top_level_test/07: Fail # Negative language test. |
| 243 string_interpolation7_negative_test: Fail # Negative language test. | 240 string_interpolation7_negative_test: Fail # Negative language test. |
| 244 throw7_negative_test: Fail # Negative language test. | 241 throw7_negative_test: Fail # Negative language test. |
| 245 | 242 |
| 246 disable_privacy_test: Fail, OK # VM specific test. | 243 disable_privacy_test: Fail, OK # VM specific test. |
| 247 numbers_test: Fail, OK # (unintended?) VM specific test. | 244 numbers_test: Fail, OK # (unintended?) VM specific test. |
| 248 | 245 |
| 246 final_syntax_test/01: Fail # Missing error for uninitialized final field. |
| 247 final_syntax_test/02: Fail # Missing error for uninitialized final field. |
| 248 final_syntax_test/03: Fail # Missing error for uninitialized final field. |
| 249 final_syntax_test/04: Fail # Missing error for uninitialized final field. |
| 250 const_syntax_test/01: Fail # Missing error for uninitialized final field. |
| 251 const_syntax_test/02: Fail # Missing error for uninitialized final field. |
| 252 const_syntax_test/03: Fail # Missing error for uninitialized final field. |
| 249 div_by_zero_test: Fail, OK # Leg only has doubles. | 253 div_by_zero_test: Fail, OK # Leg only has doubles. |
| 250 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. | 254 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. |
| 251 # The following test will start to fail again once dart2js implements the | 255 # The following test will start to fail again once dart2js implements the |
| 252 # runtime semantics for numbers. | 256 # runtime semantics for numbers. |
| 253 # Should be: Fail, OK # Expects negative results of bit-operations. | 257 # Should be: Fail, OK # Expects negative results of bit-operations. |
| 254 optimization_test: Pass | 258 optimization_test: Pass |
| 255 | 259 |
| 256 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes
that string-concatenation returns a new string. | 260 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes
that string-concatenation returns a new string. |
| 257 reg_exp3_test: Fail, OK # Expects exception from const constructor. | 261 reg_exp3_test: Fail, OK # Expects exception from const constructor. |
| 258 | 262 |
| (...skipping 26 matching lines...) Expand all Loading... |
| 285 | 289 |
| 286 [ $compiler == dart2js && $runtime == safari ] | 290 [ $compiler == dart2js && $runtime == safari ] |
| 287 arithmetic_test: Skip # BUG(3492): Times out. | 291 arithmetic_test: Skip # BUG(3492): Times out. |
| 288 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' | 292 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' |
| 289 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' | 293 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' |
| 290 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 294 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 291 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 295 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 292 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 296 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 293 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 297 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| 294 | 298 |
| OLD | NEW |