| 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 |
| 11 regress_28341_test: Fail # Issue 28340 | 11 regress_28341_test: Fail # Issue 28340 |
| 12 regress_29349_test: CompileTimeError # Issue 29745 | 12 regress_29349_test: CompileTimeError # Issue 29745 |
| 13 regress_29481_test: Crash # Issue 29754 | 13 regress_29481_test: Crash # Issue 29754 |
| 14 deferred_not_loaded_check_test: Fail # Issue 27577 | 14 deferred_not_loaded_check_test: Fail # Issue 27577 |
| 15 getter_setter_in_lib_test: Fail # Issue 23288 | 15 getter_setter_in_lib_test: Fail # Issue 23288 |
| 16 method_name_test: Fail # issue 25574 | 16 method_name_test: Fail # issue 25574 |
| 17 setter4_test: CompileTimeError # issue 13639 | 17 setter4_test: CompileTimeError # issue 13639 |
| 18 | 18 |
| 19 try_catch_on_syntax_test/10: Fail # Issue 19823 | 19 try_catch_on_syntax_test/10: Fail # Issue 19823 |
| 20 try_catch_on_syntax_test/11: Fail # Issue 19823 | 20 try_catch_on_syntax_test/11: Fail # Issue 19823 |
| 21 | 21 |
| 22 call_function_apply_test: RuntimeError # Issue 23873 | |
| 23 mixin_supertype_subclass_test: CompileTimeError # Issue 23773 | 22 mixin_supertype_subclass_test: CompileTimeError # Issue 23773 |
| 24 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773 | 23 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773 |
| 25 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773 | 24 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773 |
| 26 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 | 25 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 |
| 27 mixin_of_mixin_test: CompileTimeError # Issue 23773 | 26 mixin_of_mixin_test: CompileTimeError # Issue 23773 |
| 28 | 27 |
| 29 final_attempt_reinitialization_test.dart: Skip # Issue 29659 | 28 final_attempt_reinitialization_test.dart: Skip # Issue 29659 |
| 30 | 29 |
| 31 # The following tests are supposed to fail. | 30 # The following tests are supposed to fail. |
| 32 # In testing-mode, dart2js supports all dart:X libraries (because it | 31 # In testing-mode, dart2js supports all dart:X libraries (because it |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round
bug. | 249 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round
bug. |
| 251 | 250 |
| 252 [ $compiler == dart2js && $runtime == chrome && $system == macos ] | 251 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
| 253 await_future_test: Pass, Timeout # Issue 26735 | 252 await_future_test: Pass, Timeout # Issue 26735 |
| 254 | 253 |
| 255 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) && $system == w
indows ] | 254 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) && $system == w
indows ] |
| 256 string_literals_test: RuntimeError # Issue 27533 | 255 string_literals_test: RuntimeError # Issue 27533 |
| 257 | 256 |
| 258 [ $compiler == dart2js && $runtime == safarimobilesim ] | 257 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 259 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) | 258 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) |
| 260 call_through_getter_test: Fail, OK | |
| 261 | 259 |
| 262 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 260 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 263 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. | 261 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. |
| 264 | 262 |
| 265 [ $minified && ! $dart2js_with_kernel ] | 263 [ $minified && ! $dart2js_with_kernel ] |
| 266 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 264 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 267 regress_21795_test: RuntimeError # Issue 12605 | 265 regress_21795_test: RuntimeError # Issue 12605 |
| 268 | 266 |
| 269 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 267 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 270 generic_field_mixin4_test: Crash # Issue 18651 | 268 generic_field_mixin4_test: Crash # Issue 18651 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 285 | 283 |
| 286 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] | 284 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] |
| 287 constants_test/01: Crash | 285 constants_test/01: Crash |
| 288 async_await_test: RuntimeError # Issue 27394 | 286 async_await_test: RuntimeError # Issue 27394 |
| 289 async_star_test: RuntimeError # Issue 27394 | 287 async_star_test: RuntimeError # Issue 27394 |
| 290 await_for_test: RuntimeError # Issue 27394 | 288 await_for_test: RuntimeError # Issue 27394 |
| 291 await_for_use_local_test: RuntimeError # Issue 27394 | 289 await_for_use_local_test: RuntimeError # Issue 27394 |
| 292 black_listed_test/13c: Crash # Issue 27394 | 290 black_listed_test/13c: Crash # Issue 27394 |
| 293 black_listed_test/14c: Crash # Issue 27394 | 291 black_listed_test/14c: Crash # Issue 27394 |
| 294 bootstrap_test: RuntimeError # Issue 27394 | 292 bootstrap_test: RuntimeError # Issue 27394 |
| 295 call_nonexistent_static_test/10: Crash # Issue 27394 | |
| 296 conditional_property_assignment_test/07: RuntimeError # Issue 27394 | 293 conditional_property_assignment_test/07: RuntimeError # Issue 27394 |
| 297 conditional_property_increment_decrement_test/01: RuntimeError # Issue 27394 | 294 conditional_property_increment_decrement_test/01: RuntimeError # Issue 27394 |
| 298 conditional_property_increment_decrement_test/05: RuntimeError # Issue 27394 | 295 conditional_property_increment_decrement_test/05: RuntimeError # Issue 27394 |
| 299 conditional_property_increment_decrement_test/09: RuntimeError # Issue 27394 | 296 conditional_property_increment_decrement_test/09: RuntimeError # Issue 27394 |
| 300 conditional_property_increment_decrement_test/13: RuntimeError # Issue 27394 | 297 conditional_property_increment_decrement_test/13: RuntimeError # Issue 27394 |
| 301 const_evaluation_test/01: Crash # Issue 27394 | 298 const_evaluation_test/01: Crash # Issue 27394 |
| 302 const_qq_test: Crash # Issue 27394 | 299 const_qq_test: Crash # Issue 27394 |
| 303 constructor_named_arguments_test/none: RuntimeError # Issue 27394 | 300 constructor_named_arguments_test/none: RuntimeError # Issue 27394 |
| 304 constructor_redirect2_test/02: Crash # Issue 27394 | 301 constructor_redirect2_test/02: Crash # Issue 27394 |
| 305 constructor_redirect2_test/04: Crash # Issue 27394 | 302 constructor_redirect2_test/04: Crash # Issue 27394 |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 559 call_nonexistent_static_test/09: Crash | 556 call_nonexistent_static_test/09: Crash |
| 560 call_nonexistent_static_test/10: Crash | 557 call_nonexistent_static_test/10: Crash |
| 561 call_nonexistent_static_test/none: Crash | 558 call_nonexistent_static_test/none: Crash |
| 562 call_operator_test: RuntimeError | 559 call_operator_test: RuntimeError |
| 563 call_property_test: Crash | 560 call_property_test: Crash |
| 564 call_test: Crash | 561 call_test: Crash |
| 565 call_through_getter_test: Crash | 562 call_through_getter_test: Crash |
| 566 call_through_null_getter_test: Crash | 563 call_through_null_getter_test: Crash |
| 567 call_type_literal_test/01: Crash | 564 call_type_literal_test/01: Crash |
| 568 call_with_no_such_method_test: Crash | 565 call_with_no_such_method_test: Crash |
| 566 canonical_const2_test: RuntimeError |
| 567 canonical_const3_test: Crash |
| 568 canonical_const_test: Crash |
| 569 cascade2_test: Crash |
| 570 cascade_in_expression_function_test: Crash |
| 571 cascade_precedence_test: Crash |
| 572 cascade_test/none: Crash |
| 573 cast_test/04: RuntimeError |
| 574 cast_test/05: RuntimeError |
| 575 cast_test/none: RuntimeError |
| 576 catch_liveness_test: Crash |
| 577 cha_deopt1_test: CompileTimeError |
| 578 cha_deopt2_test: CompileTimeError |
| 579 cha_deopt3_test: CompileTimeError |
| 569 check_member_static_test/02: MissingCompileTimeError | 580 check_member_static_test/02: MissingCompileTimeError |
| 570 checked_null_test/01: Crash | 581 checked_null_test/01: Crash |
| 571 checked_setter2_test: Crash | 582 checked_setter2_test: Crash |
| 572 checked_setter3_test/01: Crash | 583 checked_setter3_test/01: Crash |
| 573 checked_setter3_test/02: Crash | 584 checked_setter3_test/02: Crash |
| 574 checked_setter3_test/none: Crash | 585 checked_setter3_test/none: Crash |
| 575 checked_setter_test: Crash | 586 checked_setter_test: Crash |
| 576 class_cycle_test/02: MissingCompileTimeError | 587 class_cycle_test/02: MissingCompileTimeError |
| 577 class_cycle_test/03: MissingCompileTimeError | 588 class_cycle_test/03: MissingCompileTimeError |
| 578 class_literal_test/01: Crash | 589 class_literal_test/01: Crash |
| (...skipping 1565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2144 call_nonexistent_static_test/09: Crash | 2155 call_nonexistent_static_test/09: Crash |
| 2145 call_nonexistent_static_test/10: Crash | 2156 call_nonexistent_static_test/10: Crash |
| 2146 call_nonexistent_static_test/none: Crash | 2157 call_nonexistent_static_test/none: Crash |
| 2147 call_operator_test: Crash | 2158 call_operator_test: Crash |
| 2148 call_operator_test: RuntimeError | 2159 call_operator_test: RuntimeError |
| 2149 call_test: Crash | 2160 call_test: Crash |
| 2150 call_through_getter_test: Crash | 2161 call_through_getter_test: Crash |
| 2151 call_through_null_getter_test: Crash | 2162 call_through_null_getter_test: Crash |
| 2152 call_type_literal_test/01: Crash | 2163 call_type_literal_test/01: Crash |
| 2153 call_with_no_such_method_test: Crash | 2164 call_with_no_such_method_test: Crash |
| 2165 canonical_const2_test: Crash |
| 2166 canonical_const2_test: RuntimeError |
| 2167 canonical_const3_test: Crash |
| 2168 canonical_const_test: Crash |
| 2169 cascade2_test: Crash |
| 2170 cascade_in_expression_function_test: Crash |
| 2171 cascade_precedence_test: Crash |
| 2172 cascade_test/none: Crash |
| 2173 cast_test/04: Crash |
| 2174 cast_test/04: RuntimeError |
| 2175 cast_test/05: Crash |
| 2176 cast_test/05: RuntimeError |
| 2177 cast_test/none: Crash |
| 2178 cast_test/none: RuntimeError |
| 2179 catch_liveness_test: Crash |
| 2180 cha_deopt1_test: CompileTimeError |
| 2181 cha_deopt2_test: CompileTimeError |
| 2182 cha_deopt3_test: CompileTimeError |
| 2154 check_member_static_test/02: Crash | 2183 check_member_static_test/02: Crash |
| 2155 check_member_static_test/02: MissingCompileTimeError | 2184 check_member_static_test/02: MissingCompileTimeError |
| 2156 checked_null_test/01: Crash | 2185 checked_null_test/01: Crash |
| 2157 checked_setter2_test: Crash | 2186 checked_setter2_test: Crash |
| 2158 checked_setter3_test/01: Crash | 2187 checked_setter3_test/01: Crash |
| 2159 checked_setter3_test/02: Crash | 2188 checked_setter3_test/02: Crash |
| 2160 checked_setter3_test/none: Crash | 2189 checked_setter3_test/none: Crash |
| 2161 checked_setter_test: Crash | 2190 checked_setter_test: Crash |
| 2162 class_cycle_test/02: Crash | 2191 class_cycle_test/02: Crash |
| 2163 class_cycle_test/02: MissingCompileTimeError | 2192 class_cycle_test/02: MissingCompileTimeError |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2338 context_args_with_defaults_test: Crash | 2367 context_args_with_defaults_test: Crash |
| 2339 context_args_with_defaults_test: RuntimeError | 2368 context_args_with_defaults_test: RuntimeError |
| 2340 context_test: Crash | 2369 context_test: Crash |
| 2341 continue_test: Crash | 2370 continue_test: Crash |
| 2342 crash_6725_test/01: Crash | 2371 crash_6725_test/01: Crash |
| 2343 ct_const_test: Crash | 2372 ct_const_test: Crash |
| 2344 custom_await_stack_trace_test: Crash | 2373 custom_await_stack_trace_test: Crash |
| 2345 cyclic_constructor_test/01: Crash | 2374 cyclic_constructor_test/01: Crash |
| 2346 cyclic_default_values_test: Crash | 2375 cyclic_default_values_test: Crash |
| 2347 cyclic_type2_test: Crash | 2376 cyclic_type2_test: Crash |
| 2348 cyclic_type_test/00: RuntimeError» | 2377 cyclic_type_test/00: RuntimeError |
| 2349 cyclic_type_test/01: RuntimeError» | 2378 cyclic_type_test/01: RuntimeError |
| 2350 cyclic_type_test/02: RuntimeError» | 2379 cyclic_type_test/02: RuntimeError |
| 2351 cyclic_type_test/03: RuntimeError» | 2380 cyclic_type_test/03: RuntimeError |
| 2352 cyclic_type_test/04: RuntimeError | 2381 cyclic_type_test/04: RuntimeError |
| 2353 dangling_else_test: Crash | 2382 dangling_else_test: Crash |
| 2354 dead_field_access_test: Crash | 2383 dead_field_access_test: Crash |
| 2355 deferred_call_empty_before_load_test: Crash | 2384 deferred_call_empty_before_load_test: Crash |
| 2356 deferred_closurize_load_library_test: CompileTimeError | 2385 deferred_closurize_load_library_test: CompileTimeError |
| 2357 deferred_constant_list_test: CompileTimeError | 2386 deferred_constant_list_test: CompileTimeError |
| 2358 deferred_constraints_constants_test/none: CompileTimeError | 2387 deferred_constraints_constants_test/none: CompileTimeError |
| 2359 deferred_constraints_constants_test/reference_after_load: CompileTimeError | 2388 deferred_constraints_constants_test/reference_after_load: CompileTimeError |
| 2360 deferred_constraints_type_annotation_test/as_operation: CompileTimeError | 2389 deferred_constraints_type_annotation_test/as_operation: CompileTimeError |
| 2361 deferred_constraints_type_annotation_test/catch_check: CompileTimeError | 2390 deferred_constraints_type_annotation_test/catch_check: CompileTimeError |
| (...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3551 mixin_illegal_superclass_test/29: MissingCompileTimeError | 3580 mixin_illegal_superclass_test/29: MissingCompileTimeError |
| 3552 regress_20394_test/01: MissingCompileTimeError | 3581 regress_20394_test/01: MissingCompileTimeError |
| 3553 unresolved_default_constructor_test/01: Crash | 3582 unresolved_default_constructor_test/01: Crash |
| 3554 value_range2_test: Crash | 3583 value_range2_test: Crash |
| 3555 value_range3_test: Crash | 3584 value_range3_test: Crash |
| 3556 value_range_test: Crash | 3585 value_range_test: Crash |
| 3557 variable_declaration_metadata_test/none: Crash | 3586 variable_declaration_metadata_test/none: Crash |
| 3558 void_type_test: Crash | 3587 void_type_test: Crash |
| 3559 yieldstar_pause_test: Crash | 3588 yieldstar_pause_test: Crash |
| 3560 | 3589 |
| OLD | NEW |