Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(361)

Side by Side Diff: tests/language/language_dart2js.status

Issue 3005643002: Migrate block 115. (Closed)
Patch Set: Tweak status files. Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
15 getter_setter_in_lib_test: Fail # Issue 23288
16 method_name_test: Fail # issue 25574 14 method_name_test: Fail # issue 25574
17 setter4_test: CompileTimeError # issue 13639 15 setter4_test: CompileTimeError # issue 13639
18 16
19 try_catch_on_syntax_test/10: Fail # Issue 19823 17 try_catch_on_syntax_test/10: Fail # Issue 19823
20 try_catch_on_syntax_test/11: Fail # Issue 19823 18 try_catch_on_syntax_test/11: Fail # Issue 19823
21 19
22 mixin_supertype_subclass_test: CompileTimeError # Issue 23773 20 mixin_supertype_subclass_test: CompileTimeError # Issue 23773
23 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773 21 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773
24 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773 22 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773
25 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 23 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 generalized_void_syntax_test: Crash # Issue #30176 440 generalized_void_syntax_test: Crash # Issue #30176
443 syntax_test/none: Crash # Issue #30176. 441 syntax_test/none: Crash # Issue #30176.
444 442
445 # Note: there are two flags to test dart2js with kernel: 443 # Note: there are two flags to test dart2js with kernel:
446 # - dart2js_with_kernel_in_ssa: tests cover SSA via Kernel, but no other part o f the 444 # - dart2js_with_kernel_in_ssa: tests cover SSA via Kernel, but no other part o f the
447 # compiler. This flag will be deleted soon 445 # compiler. This flag will be deleted soon
448 # - dart2js_with_kernel: tests the entire pipeline with kernel. 446 # - dart2js_with_kernel: tests the entire pipeline with kernel.
449 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da rt2js_with_kernel ] 447 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da rt2js_with_kernel ]
450 abstract_beats_arguments2_test/01: RuntimeError # Issue 27394 448 abstract_beats_arguments2_test/01: RuntimeError # Issue 27394
451 final_super_field_set_test/01: RuntimeError # Issue 27394 449 final_super_field_set_test/01: RuntimeError # Issue 27394
452 generic_function_typedef_test: Crash # Issue 27394
453 getter_setter_in_lib_test: Crash # Issue 27394
454 450
455 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && ! $dar t2js_with_kernel ] 451 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && ! $dar t2js_with_kernel ]
456 conditional_method_invocation_test/02: Crash # Issue 27394 452 conditional_method_invocation_test/02: Crash # Issue 27394
457 conditional_method_invocation_test/04: Crash # Issue 27394 453 conditional_method_invocation_test/04: Crash # Issue 27394
458 conditional_method_invocation_test/06: Crash # Issue 27394 454 conditional_method_invocation_test/06: Crash # Issue 27394
459 const_types_test/23: Crash # Issue 27394 455 const_types_test/23: Crash # Issue 27394
460 const_types_test/24: Crash # Issue 27394 456 const_types_test/24: Crash # Issue 27394
461 const_types_test/25: Crash # Issue 27394 457 const_types_test/25: Crash # Issue 27394
462 const_types_test/26: Crash # Issue 27394 458 const_types_test/26: Crash # Issue 27394
463 const_types_test/27: Crash # Issue 27394 459 const_types_test/27: Crash # Issue 27394
(...skipping 1306 matching lines...) Expand 10 before | Expand all | Expand 10 after
1770 generic_instanceof_test: Crash 1766 generic_instanceof_test: Crash
1771 generic_local_functions_test: Crash 1767 generic_local_functions_test: Crash
1772 generic_methods_generic_function_parameter_test: Crash 1768 generic_methods_generic_function_parameter_test: Crash
1773 generic_methods_test: Crash 1769 generic_methods_test: Crash
1774 generic_methods_type_expression_test/01: Crash 1770 generic_methods_type_expression_test/01: Crash
1775 generic_methods_type_expression_test/03: Crash 1771 generic_methods_type_expression_test/03: Crash
1776 generic_methods_type_expression_test/none: Crash 1772 generic_methods_type_expression_test/none: Crash
1777 generic_native_test: Crash 1773 generic_native_test: Crash
1778 generic_syntax_test: Crash 1774 generic_syntax_test: Crash
1779 generic_test: RuntimeError 1775 generic_test: RuntimeError
1780 getter_no_setter2_test/00: RuntimeError
1781 getter_no_setter2_test/03: RuntimeError
1782 getter_no_setter_test/00: RuntimeError
1783 getter_no_setter_test/none: RuntimeError
1784 getter_override2_test/02: MissingCompileTimeError
1785 getter_override_test/00: MissingCompileTimeError
1786 getter_override_test/01: MissingCompileTimeError
1787 getter_override_test/02: MissingCompileTimeError
1788 hash_map_null_key_foreach_test: RuntimeError
1789 identical_closure2_test: RuntimeError 1776 identical_closure2_test: RuntimeError
1790 if_null_assignment_behavior_test/01: Crash 1777 if_null_assignment_behavior_test/01: Crash
1791 if_null_assignment_behavior_test/02: Crash 1778 if_null_assignment_behavior_test/02: Crash
1792 if_null_assignment_behavior_test/03: Crash 1779 if_null_assignment_behavior_test/03: Crash
1793 if_null_assignment_behavior_test/04: Crash 1780 if_null_assignment_behavior_test/04: Crash
1794 if_null_assignment_behavior_test/05: Crash 1781 if_null_assignment_behavior_test/05: Crash
1795 if_null_assignment_behavior_test/06: Crash 1782 if_null_assignment_behavior_test/06: Crash
1796 if_null_assignment_behavior_test/12: RuntimeError 1783 if_null_assignment_behavior_test/12: RuntimeError
1797 if_null_assignment_behavior_test/14: RuntimeError 1784 if_null_assignment_behavior_test/14: RuntimeError
1798 if_null_assignment_static_test/01: RuntimeError 1785 if_null_assignment_static_test/01: RuntimeError
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
2260 type_variable_conflict2_test/01: Crash 2247 type_variable_conflict2_test/01: Crash
2261 type_variable_conflict2_test/05: Crash 2248 type_variable_conflict2_test/05: Crash
2262 type_variable_conflict2_test/07: Crash 2249 type_variable_conflict2_test/07: Crash
2263 type_variable_conflict2_test/09: Crash 2250 type_variable_conflict2_test/09: Crash
2264 type_variable_field_initializer_closure2_test: Crash 2251 type_variable_field_initializer_closure2_test: Crash
2265 type_variable_field_initializer_closure_test: Crash 2252 type_variable_field_initializer_closure_test: Crash
2266 type_variable_function_type_test: RuntimeError 2253 type_variable_function_type_test: RuntimeError
2267 type_variable_nested_test: Crash 2254 type_variable_nested_test: Crash
2268 typecheck_multifield_declaration_test: Crash 2255 typecheck_multifield_declaration_test: Crash
2269 typedef_is_test: Crash 2256 typedef_is_test: Crash
2257 const_map2_test/00: MissingCompileTimeError
2258 const_map3_test/00: MissingCompileTimeError
2259 context_test: RuntimeError
2260 deferred_call_empty_before_load_test: RuntimeError
2261 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError
2262 enum_duplicate_test/02: RuntimeError
2263 enum_duplicate_test/none: RuntimeError
2264 enum_private_test/01: RuntimeError
2265 enum_private_test/02: RuntimeError
2266 enum_private_test/none: RuntimeError
2267 enum_test: RuntimeError
2268 execute_finally7_test: RuntimeError
2269 expect_test: RuntimeError
2270 external_test/20: MissingRuntimeError
2271 f_bounded_quantification5_test: RuntimeError
2272 for2_test: RuntimeError
2273 if_null_assignment_behavior_test/12: RuntimeError
2274 if_null_assignment_behavior_test/14: RuntimeError
2275 if_null_assignment_static_test/01: RuntimeError
2276 if_null_assignment_static_test/03: RuntimeError
2277 if_null_assignment_static_test/04: RuntimeError
2278 if_null_assignment_static_test/05: RuntimeError
2279 integer_division_by_zero_test: RuntimeError
2280 is_object_test: RuntimeError
2281 issue13474_test: RuntimeError
2282 issue9939_test: RuntimeError
2283 lazy_static8_test: RuntimeError
2284 list_literal4_test: RuntimeError
2285 local_function2_test: RuntimeError
2286 local_function3_test: RuntimeError
2287 malformed_test/none: RuntimeError
2288 map_literal3_test: RuntimeError
2289 map_literal4_test: RuntimeError
2290 method_override4_test: RuntimeError
2291 method_override5_test: RuntimeError
2292 modulo_test: RuntimeError
2293 regress_13494_test: RuntimeError
2294 regress_17382_test: RuntimeError
2295 regress_21795_test: RuntimeError
2296 regress_22822_test: RuntimeError
2297 regress_22936_test/01: RuntimeError
2298 stack_overflow_stacktrace_test: RuntimeError
2299 stacktrace_test: RuntimeError
2300 static_getter_no_setter1_test/01: RuntimeError
2301 static_getter_no_setter3_test/01: RuntimeError
2302 switch_fallthru_test: RuntimeError
2303 top_level_func_test: RuntimeError
2304 top_level_getter_no_setter1_test/01: RuntimeError
2305 top_level_getter_no_setter2_test/01: RuntimeError
2306 truncdiv_test: RuntimeError
2307 try_catch_test/01: MissingCompileTimeError
2308 type_checks_in_factory_method_test: RuntimeError
2270 yieldstar_pause_test: Crash 2309 yieldstar_pause_test: Crash
2271 2310
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698