| 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 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1540 licm3_test: Crash | 1540 licm3_test: Crash |
| 1541 list_double_index_in_loop2_test: Crash | 1541 list_double_index_in_loop2_test: Crash |
| 1542 list_double_index_in_loop_test: Crash | 1542 list_double_index_in_loop_test: Crash |
| 1543 list_in_closure_test: RuntimeError | 1543 list_in_closure_test: RuntimeError |
| 1544 list_is_test: Crash | 1544 list_is_test: Crash |
| 1545 list_length_tracer_test: Crash | 1545 list_length_tracer_test: Crash |
| 1546 list_literal3_test: Crash | 1546 list_literal3_test: Crash |
| 1547 list_literal4_test: Crash | 1547 list_literal4_test: Crash |
| 1548 list_test: Crash | 1548 list_test: Crash |
| 1549 list_tracer_call_last_test: RuntimeError | 1549 list_tracer_call_last_test: RuntimeError |
| 1550 list_tracer_closure_test: Crash | |
| 1551 local_function2_test: RuntimeError | 1550 local_function2_test: RuntimeError |
| 1552 local_function3_test: Crash | 1551 local_function3_test: Crash |
| 1553 local_function_non_equal_test: Crash | 1552 local_function_non_equal_test: Crash |
| 1554 local_function_test: Crash | 1553 local_function_test: Crash |
| 1555 logical_expression_test: Crash | 1554 logical_expression_test: Crash |
| 1556 loop_hoist_test: Crash | 1555 loop_hoist_test: Crash |
| 1557 main_not_a_function_test/01: CompileTimeError | 1556 main_not_a_function_test/01: CompileTimeError |
| 1558 main_test/01: Crash | 1557 main_test/01: Crash |
| 1559 main_test/02: Crash | 1558 main_test/02: Crash |
| 1560 main_test/03: Crash | 1559 main_test/03: Crash |
| (...skipping 2362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3923 unresolved_top_level_method_negative_test: Crash | 3922 unresolved_top_level_method_negative_test: Crash |
| 3924 unresolved_top_level_var_negative_test: Crash | 3923 unresolved_top_level_var_negative_test: Crash |
| 3925 unsupported_operators_test/none: Crash | 3924 unsupported_operators_test/none: Crash |
| 3926 var_init_test: Crash | 3925 var_init_test: Crash |
| 3927 void_check_test: Crash | 3926 void_check_test: Crash |
| 3928 while_test: Crash | 3927 while_test: Crash |
| 3929 wrong_number_type_arguments_test/00: Crash | 3928 wrong_number_type_arguments_test/00: Crash |
| 3930 wrong_number_type_arguments_test/01: Crash | 3929 wrong_number_type_arguments_test/01: Crash |
| 3931 wrong_number_type_arguments_test/02: Crash | 3930 wrong_number_type_arguments_test/02: Crash |
| 3932 wrong_number_type_arguments_test/none: Crash | 3931 wrong_number_type_arguments_test/none: Crash |
| OLD | NEW |