| 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 enum_test: Fail # Issue 28340 | 10 enum_test: Fail # Issue 28340 |
| (...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 792 flatten_test/12: Crash | 792 flatten_test/12: Crash |
| 793 flatten_test/none: Crash | 793 flatten_test/none: Crash |
| 794 for2_test: RuntimeError | 794 for2_test: RuntimeError |
| 795 for_in2_test: Crash | 795 for_in2_test: Crash |
| 796 for_variable_capture_test: Crash | 796 for_variable_capture_test: Crash |
| 797 full_stacktrace1_test: Crash | 797 full_stacktrace1_test: Crash |
| 798 full_stacktrace2_test: Crash | 798 full_stacktrace2_test: Crash |
| 799 full_stacktrace3_test: Crash | 799 full_stacktrace3_test: Crash |
| 800 function_literals2_test: Crash | 800 function_literals2_test: Crash |
| 801 function_malformed_result_type_test: Crash | 801 function_malformed_result_type_test: Crash |
| 802 function_propagation_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure
.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closu
re class not found for j:method(A.call). Closures found for (j:closure_call(Clos
ure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call)) | |
| 803 function_subtype3_test: Crash | |
| 804 function_subtype_bound_closure6_test: Crash | 802 function_subtype_bound_closure6_test: Crash |
| 805 function_subtype_call0_test: Crash | |
| 806 function_subtype_call1_test: Crash | |
| 807 function_subtype_call2_test: Crash | |
| 808 function_subtype_cast2_test: Crash | 803 function_subtype_cast2_test: Crash |
| 809 function_subtype_cast3_test: Crash | 804 function_subtype_cast3_test: Crash |
| 810 function_subtype_checked0_test: Crash | 805 function_subtype_checked0_test: Crash |
| 811 function_subtype_closure0_test: Crash | 806 function_subtype_closure0_test: Crash |
| 812 function_subtype_closure1_test: Crash | 807 function_subtype_closure1_test: Crash |
| 813 function_subtype_inline0_test: Crash | 808 function_subtype_inline0_test: Crash |
| 814 function_subtype_inline1_test: Crash | 809 function_subtype_inline1_test: Crash |
| 815 function_subtype_local0_test: Crash | 810 function_subtype_local0_test: Crash |
| 816 function_subtype_local1_test: Crash | 811 function_subtype_local1_test: Crash |
| 817 function_subtype_local2_test: Crash | 812 function_subtype_local2_test: Crash |
| (...skipping 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2286 type_variable_conflict2_test/07: Crash | 2281 type_variable_conflict2_test/07: Crash |
| 2287 type_variable_conflict2_test/09: Crash | 2282 type_variable_conflict2_test/09: Crash |
| 2288 type_variable_field_initializer_closure2_test: Crash | 2283 type_variable_field_initializer_closure2_test: Crash |
| 2289 type_variable_field_initializer_closure_test: Crash | 2284 type_variable_field_initializer_closure_test: Crash |
| 2290 type_variable_function_type_test: RuntimeError | 2285 type_variable_function_type_test: RuntimeError |
| 2291 type_variable_nested_test: Crash | 2286 type_variable_nested_test: Crash |
| 2292 typecheck_multifield_declaration_test: Crash | 2287 typecheck_multifield_declaration_test: Crash |
| 2293 typedef_is_test: Crash | 2288 typedef_is_test: Crash |
| 2294 yieldstar_pause_test: Crash | 2289 yieldstar_pause_test: Crash |
| 2295 | 2290 |
| OLD | NEW |