| 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 # VM specific tests that should not be run by dart2js. | 5 # VM specific tests that should not be run by dart2js. |
| 6 [ $compiler == dart2js ] | 6 [ $compiler == dart2js ] |
| 7 vm/*: Skip # Issue 12699 | 7 vm/*: Skip # Issue 12699 |
| 8 | 8 |
| 9 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 9 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 10 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | 10 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 assertion_initializer_const_error2_test/cc05: Crash | 57 assertion_initializer_const_error2_test/cc05: Crash |
| 58 assertion_initializer_const_error2_test/cc06: Crash | 58 assertion_initializer_const_error2_test/cc06: Crash |
| 59 assertion_initializer_const_error2_test/cc07: Crash | 59 assertion_initializer_const_error2_test/cc07: Crash |
| 60 assertion_initializer_const_error2_test/cc08: Crash | 60 assertion_initializer_const_error2_test/cc08: Crash |
| 61 assertion_initializer_const_error2_test/cc09: Crash | 61 assertion_initializer_const_error2_test/cc09: Crash |
| 62 assertion_initializer_const_function_error_test/01: Crash | 62 assertion_initializer_const_function_error_test/01: Crash |
| 63 assertion_initializer_const_function_test/01: CompileTimeError | 63 assertion_initializer_const_function_test/01: CompileTimeError |
| 64 assertion_initializer_test: Crash | 64 assertion_initializer_test: Crash |
| 65 | 65 |
| 66 generalized_void_syntax_test: CompileTimeError # Issue #30176. | 66 generalized_void_syntax_test: CompileTimeError # Issue #30176. |
| 67 syntax_test/none: CompileTimeError # Issue #30176. | |
| 68 | 67 |
| 69 [ $compiler == dart2js && $fast_startup && ! $dart2js_with_kernel ] | 68 [ $compiler == dart2js && $fast_startup && ! $dart2js_with_kernel ] |
| 70 const_evaluation_test/*: Fail # mirrors not supported | 69 const_evaluation_test/*: Fail # mirrors not supported |
| 71 deferred_constraints_constants_test/none: Fail # mirrors not supported | 70 deferred_constraints_constants_test/none: Fail # mirrors not supported |
| 72 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup
ported | 71 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup
ported |
| 73 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th
e wrong reason | 72 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th
e wrong reason |
| 74 enum_mirror_test: Fail # mirrors not supported | 73 enum_mirror_test: Fail # mirrors not supported |
| 75 field_increment_bailout_test: Fail # mirrors not supported | 74 field_increment_bailout_test: Fail # mirrors not supported |
| 76 instance_creation_in_function_annotation_test: Fail # mirrors not supported | 75 instance_creation_in_function_annotation_test: Fail # mirrors not supported |
| 77 invocation_mirror2_test: Fail # mirrors not supported | 76 invocation_mirror2_test: Fail # mirrors not supported |
| (...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 super_operator_index_test/05: Crash # Issue 27394 | 490 super_operator_index_test/05: Crash # Issue 27394 |
| 492 super_operator_index_test/06: Crash # Issue 27394 | 491 super_operator_index_test/06: Crash # Issue 27394 |
| 493 super_operator_index_test/07: Crash # Issue 27394 | 492 super_operator_index_test/07: Crash # Issue 27394 |
| 494 super_operator_test: Crash # Issue 27394 | 493 super_operator_test: Crash # Issue 27394 |
| 495 super_setter_interceptor_test: RuntimeError # Issue 27394 | 494 super_setter_interceptor_test: RuntimeError # Issue 27394 |
| 496 this_conditional_operator_test/01: Crash # Issue 27394 | 495 this_conditional_operator_test/01: Crash # Issue 27394 |
| 497 try_catch_syntax_test/13: Crash # Issue 27394 | 496 try_catch_syntax_test/13: Crash # Issue 27394 |
| 498 try_catch_syntax_test/14: Crash # Issue 27394 | 497 try_catch_syntax_test/14: Crash # Issue 27394 |
| 499 try_catch_syntax_test/15: Crash # Issue 27394 | 498 try_catch_syntax_test/15: Crash # Issue 27394 |
| 500 generalized_void_syntax_test: Crash # Issue #30176 | 499 generalized_void_syntax_test: Crash # Issue #30176 |
| 501 syntax_test/none: Crash # Issue #30176. | |
| 502 | 500 |
| 503 # Note: there are two flags to test dart2js with kernel: | 501 # Note: there are two flags to test dart2js with kernel: |
| 504 # - dart2js_with_kernel_in_ssa: tests cover SSA via Kernel, but no other part o
f the | 502 # - dart2js_with_kernel_in_ssa: tests cover SSA via Kernel, but no other part o
f the |
| 505 # compiler. This flag will be deleted soon | 503 # compiler. This flag will be deleted soon |
| 506 # - dart2js_with_kernel: tests the entire pipeline with kernel. | 504 # - dart2js_with_kernel: tests the entire pipeline with kernel. |
| 507 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da
rt2js_with_kernel ] | 505 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da
rt2js_with_kernel ] |
| 508 abstract_beats_arguments2_test/01: RuntimeError # Issue 27394 | 506 abstract_beats_arguments2_test/01: RuntimeError # Issue 27394 |
| 509 final_super_field_set_test/01: RuntimeError # Issue 27394 | 507 final_super_field_set_test/01: RuntimeError # Issue 27394 |
| 510 function_type/function_type14_test: Crash # Issue 27394 | 508 function_type/function_type14_test: Crash # Issue 27394 |
| 511 function_type/function_type15_test: Crash # Issue 27394 | 509 function_type/function_type15_test: Crash # Issue 27394 |
| (...skipping 3415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3927 var_init_test: Crash | 3925 var_init_test: Crash |
| 3928 void_check_test: Crash | 3926 void_check_test: Crash |
| 3929 while_test: Crash | 3927 while_test: Crash |
| 3930 wrong_number_type_arguments_test/00: Crash | 3928 wrong_number_type_arguments_test/00: Crash |
| 3931 wrong_number_type_arguments_test/01: Crash | 3929 wrong_number_type_arguments_test/01: Crash |
| 3932 wrong_number_type_arguments_test/02: Crash | 3930 wrong_number_type_arguments_test/02: Crash |
| 3933 wrong_number_type_arguments_test/none: Crash | 3931 wrong_number_type_arguments_test/none: Crash |
| 3934 | 3932 |
| 3935 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] | 3933 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] |
| 3936 *: Skip # Issue 29626 | 3934 *: Skip # Issue 29626 |
| OLD | NEW |