Chromium Code Reviews| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 42 assertion_test: Fail | 42 assertion_test: Fail |
| 43 | 43 |
| 44 [ $compiler == dart2js ] | 44 [ $compiler == dart2js ] |
| 45 implicit_this_test/03: Fail # TODO(ahe): Handle abstract getters. | 45 implicit_this_test/03: Fail # TODO(ahe): Handle abstract getters. |
| 46 implicit_this_test/04: Fail # TODO(ahe): Handle abstract getters. | 46 implicit_this_test/04: Fail # TODO(ahe): Handle abstract getters. |
| 47 property_field_override_test: Fail # TODO(ahe): Handle abstract getters. | 47 property_field_override_test: Fail # TODO(ahe): Handle abstract getters. |
| 48 | 48 |
| 49 getter_declaration_negative_test: Fail # This will be fixed when dart2js reject old getter syntax. | 49 getter_declaration_negative_test: Fail # This will be fixed when dart2js reject old getter syntax. |
| 50 | 50 |
| 51 function_type_this_parameter_test: Crash # Issue 4417. | 51 function_type_this_parameter_test: Crash # Issue 4417. |
| 52 compile_time_constant_test/02: Fail, Ok # By inlining the use-function we don't compile the static variable. | |
|
kasperl
2012/08/23 09:18:51
Ok -> OK
ngeoffray
2012/08/23 12:19:03
Done.
| |
| 52 compile_time_constant8_test: Fail # We don't take the generic type into account yet. | 53 compile_time_constant8_test: Fail # We don't take the generic type into account yet. |
| 53 | 54 |
| 54 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o n linux. | 55 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o n linux. |
| 55 # Crash infinite loop on Mac and dart2js checked mode on linux. | 56 # Crash infinite loop on Mac and dart2js checked mode on linux. |
| 56 function_type_alias6_test: Crash, Fail | 57 function_type_alias6_test: Crash, Fail |
| 57 | 58 |
| 58 static_initializer_type_error_test: Fail # Checked mode not supported. | 59 static_initializer_type_error_test: Fail # Checked mode not supported. |
| 59 | 60 |
| 60 # Compilation errors. | 61 # Compilation errors. |
| 61 const_var_test: Fail # Map literals take 2 type arguments. | 62 const_var_test: Fail # Map literals take 2 type arguments. |
| 62 map_literal3_test: Fail # Map literals take 2 type arguments. | 63 map_literal3_test: Fail # Map literals take 2 type arguments. |
| 63 ct_const_test: Fail # We don't take the generic type into account yet. | 64 ct_const_test: Fail # We don't take the generic type into account yet. |
| 64 char_escape_test: Fail # Unhandled non-BMP character: U+10000 | 65 char_escape_test: Fail # Unhandled non-BMP character: U+10000 |
| 66 comparison_test: Fail # Issue 4551 | |
| 65 constructor6_test: Fail # Closures inside initializers not implemented. | 67 constructor6_test: Fail # Closures inside initializers not implemented. |
| 66 default_factory_library_test: Fail # lib is not a type | 68 default_factory_library_test: Fail # lib is not a type |
| 67 dynamic_test: Fail # cannot resolve type F1 | 69 dynamic_test: Fail # cannot resolve type F1 |
| 68 factory3_test: Fail # internal error: visitIs for type variables not implemented | 70 factory3_test: Fail # internal error: visitIs for type variables not implemented |
| 69 function_literals2_test: Fail # Closures inside initializers not implemented. | 71 function_literals2_test: Fail # Closures inside initializers not implemented. |
| 70 function_syntax_test/none: Fail # Closures inside initializers not implemented. | 72 function_syntax_test/none: Fail # Closures inside initializers not implemented. |
| 71 function_test: Fail # internal error: Closures inside initializers not implement ed | 73 function_test: Fail # internal error: Closures inside initializers not implement ed |
| 72 function_type_alias2_test: Fail # cannot resolve type f1 | 74 function_type_alias2_test: Fail # cannot resolve type f1 |
| 73 function_type_alias3_test: Fail # cannot resolve type F | 75 function_type_alias3_test: Fail # cannot resolve type F |
| 74 function_type_alias4_test: Fail # cannot resolve type F | 76 function_type_alias4_test: Fail # cannot resolve type F |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 242 disable_privacy_test: Fail, OK # VM specific test. | 244 disable_privacy_test: Fail, OK # VM specific test. |
| 243 numbers_test: Fail, OK # (unintended?) VM specific test. | 245 numbers_test: Fail, OK # (unintended?) VM specific test. |
| 244 | 246 |
| 245 final_syntax_test/01: Fail | 247 final_syntax_test/01: Fail |
| 246 final_syntax_test/02: Fail | 248 final_syntax_test/02: Fail |
| 247 final_syntax_test/03: Fail | 249 final_syntax_test/03: Fail |
| 248 final_syntax_test/04: Fail | 250 final_syntax_test/04: Fail |
| 249 | 251 |
| 250 div_by_zero_test: Fail, OK # Leg only has doubles. | 252 div_by_zero_test: Fail, OK # Leg only has doubles. |
| 251 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. | 253 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. |
| 252 optimization_test: Fail, OK # Expects negative results of bit-operations. | 254 # The following test will start to fail again once dart2js implements the |
| 255 # runtime semantics for numbers. | |
| 256 # Should be: Fail, OK # Expects negative results of bit-operations. | |
| 257 optimization_test: Pass | |
| 253 | 258 |
| 254 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string. | 259 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string. |
| 255 reg_exp3_test: Fail, OK # Expects exception from const constructor. | 260 reg_exp3_test: Fail, OK # Expects exception from const constructor. |
| 256 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31. | 261 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31. |
| 257 | 262 |
| 258 | 263 |
| 259 [ $compiler == dart2js && $mode == release ] | 264 [ $compiler == dart2js && $mode == release ] |
| 260 assign_top_method_negative_test: Crash | 265 assign_top_method_negative_test: Crash |
| 261 | 266 |
| 262 | 267 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 296 [ $compiler == dart2js && $runtime == safari ] | 301 [ $compiler == dart2js && $runtime == safari ] |
| 297 arithmetic_test: Skip # BUG(3492): Times out. | 302 arithmetic_test: Skip # BUG(3492): Times out. |
| 298 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' | 303 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' |
| 299 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' | 304 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' |
| 300 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 305 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 301 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 306 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 302 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 307 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 303 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 308 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| 304 naming_test: Fail | 309 naming_test: Fail |
| 305 | 310 |
| OLD | NEW |