| 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 1353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1364 positional_parameters_type_test/01: MissingRuntimeError | 1364 positional_parameters_type_test/01: MissingRuntimeError |
| 1365 positional_parameters_type_test/02: MissingRuntimeError | 1365 positional_parameters_type_test/02: MissingRuntimeError |
| 1366 regress_23537_test: Crash # RangeError (index): Invalid value: Not in range 0..1
, inclusive: 2 | 1366 regress_23537_test: Crash # RangeError (index): Invalid value: Not in range 0..1
, inclusive: 2 |
| 1367 super_test: RuntimeError | 1367 super_test: RuntimeError |
| 1368 syntax_test/28: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder
.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete
rs.length == arguments.length': is not true. | 1368 syntax_test/28: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder
.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete
rs.length == arguments.length': is not true. |
| 1369 syntax_test/29: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder
.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete
rs.length == arguments.length': is not true. | 1369 syntax_test/29: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder
.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete
rs.length == arguments.length': is not true. |
| 1370 syntax_test/30: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder
.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete
rs.length == arguments.length': is not true. | 1370 syntax_test/30: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder
.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete
rs.length == arguments.length': is not true. |
| 1371 syntax_test/31: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder
.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete
rs.length == arguments.length': is not true. | 1371 syntax_test/31: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder
.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete
rs.length == arguments.length': is not true. |
| 1372 syntax_test/32: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder
.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete
rs.length == arguments.length': is not true. | 1372 syntax_test/32: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder
.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete
rs.length == arguments.length': is not true. |
| 1373 syntax_test/33: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder
.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete
rs.length == arguments.length': is not true. | 1373 syntax_test/33: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder
.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete
rs.length == arguments.length': is not true. |
| 1374 type_variable_initializer_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_
handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local
)': Local local(Maps.mapToString#first) is stored in a closure field. |
| 1374 wrong_number_type_arguments_test/00: Crash | 1375 wrong_number_type_arguments_test/00: Crash |
| 1375 wrong_number_type_arguments_test/02: Crash | 1376 wrong_number_type_arguments_test/02: Crash |
| 1376 yieldstar_pause_test: Crash | 1377 yieldstar_pause_test: Crash |
| 1377 | 1378 |
| 1378 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] | 1379 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
| 1379 async_await_test: Crash | 1380 async_await_test: Crash |
| 1380 async_star_test: Crash | 1381 async_star_test: Crash |
| 1381 async_switch_test/none: Crash | 1382 async_switch_test/none: Crash |
| 1382 async_switch_test/withDefault: Crash | 1383 async_switch_test/withDefault: Crash |
| 1383 async_test/none: Crash | 1384 async_test/none: Crash |
| (...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2202 type_variable_closure3_test: Crash | 2203 type_variable_closure3_test: Crash |
| 2203 type_variable_closure4_test: Crash | 2204 type_variable_closure4_test: Crash |
| 2204 type_variable_closure_test: Crash | 2205 type_variable_closure_test: Crash |
| 2205 type_variable_conflict2_test/01: Crash | 2206 type_variable_conflict2_test/01: Crash |
| 2206 type_variable_conflict2_test/05: Crash | 2207 type_variable_conflict2_test/05: Crash |
| 2207 type_variable_conflict2_test/07: Crash | 2208 type_variable_conflict2_test/07: Crash |
| 2208 type_variable_conflict2_test/09: Crash | 2209 type_variable_conflict2_test/09: Crash |
| 2209 type_variable_field_initializer_closure2_test: Crash | 2210 type_variable_field_initializer_closure2_test: Crash |
| 2210 type_variable_field_initializer_closure_test: Crash | 2211 type_variable_field_initializer_closure_test: Crash |
| 2211 type_variable_function_type_test: RuntimeError | 2212 type_variable_function_type_test: RuntimeError |
| 2212 type_variable_nested_test: Crash | |
| 2213 constructor12_test: RuntimeError | 2213 constructor12_test: RuntimeError |
| 2214 constructor2_test: RuntimeError | 2214 constructor2_test: RuntimeError |
| 2215 constructor3_test: RuntimeError | 2215 constructor3_test: RuntimeError |
| 2216 constructor5_test: RuntimeError | 2216 constructor5_test: RuntimeError |
| 2217 constructor8_test: RuntimeError | 2217 constructor8_test: RuntimeError |
| 2218 example_constructor_test: RuntimeError | 2218 example_constructor_test: RuntimeError |
| 2219 function_subtype_inline0_test: RuntimeError | 2219 function_subtype_inline0_test: RuntimeError |
| 2220 function_subtype_local3_test: RuntimeError | 2220 function_subtype_local3_test: RuntimeError |
| 2221 function_subtype_local4_test: RuntimeError | 2221 function_subtype_local4_test: RuntimeError |
| 2222 function_syntax_test/none: RuntimeError | 2222 function_syntax_test/none: RuntimeError |
| 2223 named_parameters_default_eq_test/02: MissingCompileTimeError | 2223 named_parameters_default_eq_test/02: MissingCompileTimeError |
| 2224 named_parameters_type_test/01: MissingRuntimeError | 2224 named_parameters_type_test/01: MissingRuntimeError |
| 2225 named_parameters_type_test/02: MissingRuntimeError | 2225 named_parameters_type_test/02: MissingRuntimeError |
| 2226 named_parameters_type_test/03: MissingRuntimeError | 2226 named_parameters_type_test/03: MissingRuntimeError |
| 2227 named_parameters_with_conversions_test: RuntimeError | 2227 named_parameters_with_conversions_test: RuntimeError |
| 2228 nan_identical_test: RuntimeError | 2228 nan_identical_test: RuntimeError |
| 2229 number_identity2_test: RuntimeError | 2229 number_identity2_test: RuntimeError |
| 2230 parse_closures_in_initializers_test: RuntimeError | 2230 parse_closures_in_initializers_test: RuntimeError |
| 2231 positional_parameters_type_test/01: MissingRuntimeError | 2231 positional_parameters_type_test/01: MissingRuntimeError |
| 2232 positional_parameters_type_test/02: MissingRuntimeError | 2232 positional_parameters_type_test/02: MissingRuntimeError |
| 2233 super_test: RuntimeError | 2233 super_test: RuntimeError |
| 2234 yieldstar_pause_test: Crash | 2234 yieldstar_pause_test: Crash |
| 2235 | |
| OLD | NEW |