| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_constant8_test: Fail # We don't take the generic type into account
yet. | 52 compile_time_constant8_test: Fail # We don't take the generic type into account
yet. |
| 53 | 53 |
| 54 # const variables are not regarded as compile-time constants: |
| 55 adjacent_const_string_literals_test: Fail |
| 56 call_through_getter_test: Fail |
| 57 compile_time_constant2_test: Fail |
| 58 compile_time_constant3_test: Fail |
| 59 compile_time_constant5_test: Fail |
| 60 compile_time_constant6_test: Fail |
| 61 compile_time_constant_a_test: Fail |
| 62 compile_time_constant_j_test: Fail |
| 63 compile_time_constant_o_test: Fail |
| 64 const_init_test: Fail |
| 65 ct_const3_test: Fail |
| 66 ct_const4_test: Fail |
| 67 issue4515170_test: Fail |
| 68 list_literal2_test: Fail |
| 69 string_interpolation8_test: Fail |
| 70 top_level_var_test: Fail |
| 71 |
| 54 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o
n linux. | 72 # 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. | 73 # Crash infinite loop on Mac and dart2js checked mode on linux. |
| 56 function_type_alias6_test: Crash, Fail | 74 function_type_alias6_test: Crash, Fail |
| 57 | 75 |
| 58 static_initializer_type_error_test: Fail # Checked mode not supported. | 76 static_initializer_type_error_test: Fail # Checked mode not supported. |
| 59 | 77 |
| 60 # Compilation errors. | 78 # Compilation errors. |
| 61 const_var_test: Fail # Map literals take 2 type arguments. | 79 const_var_test: Fail # Map literals take 2 type arguments. |
| 62 map_literal3_test: Fail # Map literals take 2 type arguments. | 80 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. | 81 ct_const_test: Fail # We don't take the generic type into account yet. |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 static_field_test/01: Fail # Negative language test. | 244 static_field_test/01: Fail # Negative language test. |
| 227 static_field_test/03: Fail # Negative language test. | 245 static_field_test/03: Fail # Negative language test. |
| 228 static_final_field2_negative_test: Fail # Negative language test.too | 246 static_final_field2_negative_test: Fail # Negative language test.too |
| 229 static_final_field_negative_test: Fail # Negative language test. | 247 static_final_field_negative_test: Fail # Negative language test. |
| 230 static_top_level_test/00: Fail # Negative language test. | 248 static_top_level_test/00: Fail # Negative language test. |
| 231 static_top_level_test/01: Fail # Negative language test. | 249 static_top_level_test/01: Fail # Negative language test. |
| 232 static_top_level_test/02: Fail # Negative language test. | 250 static_top_level_test/02: Fail # Negative language test. |
| 233 static_top_level_test/03: Fail # Negative language test. | 251 static_top_level_test/03: Fail # Negative language test. |
| 234 static_top_level_test/04: Fail # Negative language test. | 252 static_top_level_test/04: Fail # Negative language test. |
| 235 static_top_level_test/05: Fail # Negative language test. | 253 static_top_level_test/05: Fail # Negative language test. |
| 254 static_top_level_test/06: Fail # Negative language test. |
| 255 static_top_level_test/07: Fail # Negative language test. |
| 236 string_interpolation7_negative_test: Fail # Negative language test. | 256 string_interpolation7_negative_test: Fail # Negative language test. |
| 237 throw7_negative_test: Fail # Negative language test. | 257 throw7_negative_test: Fail # Negative language test. |
| 238 try_catch_syntax_test/08: Fail # Negative language test. | 258 try_catch_syntax_test/08: Fail # Negative language test. |
| 239 | 259 |
| 240 disable_privacy_test: Fail, OK # VM specific test. | 260 disable_privacy_test: Fail, OK # VM specific test. |
| 241 numbers_test: Fail, OK # (unintended?) VM specific test. | 261 numbers_test: Fail, OK # (unintended?) VM specific test. |
| 242 | 262 |
| 243 final_syntax_test/01: Fail | 263 final_syntax_test/01: Fail |
| 244 final_syntax_test/02: Fail | 264 final_syntax_test/02: Fail |
| 245 final_syntax_test/03: Fail | 265 final_syntax_test/03: Fail |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 [ $compiler == dart2js && $runtime == safari ] | 314 [ $compiler == dart2js && $runtime == safari ] |
| 295 arithmetic_test: Skip # BUG(3492): Times out. | 315 arithmetic_test: Skip # BUG(3492): Times out. |
| 296 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' | 316 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' |
| 297 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' | 317 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' |
| 298 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 318 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 299 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 319 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 300 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 320 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 301 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 321 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| 302 naming_test: Fail | 322 naming_test: Fail |
| 303 | 323 |
| OLD | NEW |