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

Side by Side Diff: tests/language_strong/language_strong.status

Issue 2998493002: Migrate language block 45 - call_argument ... call_with. (Closed)
Patch Set: Merge branch 'master' into migrate-45 Created 3 years, 4 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_strong/call_with_no_such_method_test.dart ('k') | no next file » | 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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 # Skip entire suite if not running in strong mode. 5 # Skip entire suite if not running in strong mode.
6 [ ! $strong ] 6 [ ! $strong ]
7 *: SkipByDesign 7 *: SkipByDesign
8 8
9 # Skip tests that are not yet strong-mode clean. 9 # Skip tests that are not yet strong-mode clean.
10 [ $strong ] 10 [ $strong ]
11 async_or_generator_return_type_stacktrace_test: Skip 11 async_or_generator_return_type_stacktrace_test: Skip
12 async_return_types_test: Skip 12 async_return_types_test: Skip
13 await_backwards_compatibility_test: Skip 13 await_backwards_compatibility_test: Skip
14 await_test: Skip 14 await_test: Skip
15 bad_constructor_test: Skip 15 bad_constructor_test: Skip
16 bad_initializer1_negative_test: Skip 16 bad_initializer1_negative_test: Skip
17 bad_initializer2_negative_test: Skip 17 bad_initializer2_negative_test: Skip
18 bad_named_constructor_negative_test: Skip 18 bad_named_constructor_negative_test: Skip
19 bad_named_parameters2_test: Skip 19 bad_named_parameters2_test: Skip
20 bad_named_parameters_test: Skip 20 bad_named_parameters_test: Skip
21 bad_override_test: Skip 21 bad_override_test: Skip
22 black_listed_test: Skip 22 black_listed_test: Skip
23 body_less_constructor_wrong_arg_negative_test: Skip 23 body_less_constructor_wrong_arg_negative_test: Skip
24 call_constructor_on_unresolvable_class_test: Skip
25 call_non_method_field_test: Skip
26 call_nonexistent_constructor_test: Skip
27 call_nonexistent_static_test: Skip
28 call_test: Skip
29 call_through_getter_test: Skip
30 call_type_literal_test: Skip
31 callable_test: Skip 24 callable_test: Skip
32 check_member_static_test: Skip 25 check_member_static_test: Skip
33 check_method_override_test: Skip 26 check_method_override_test: Skip
34 checked_null_test: Skip 27 checked_null_test: Skip
35 checked_setter2_test: Skip 28 checked_setter2_test: Skip
36 checked_setter3_test: Skip 29 checked_setter3_test: Skip
37 checked_setter_test: Skip 30 checked_setter_test: Skip
38 class_cycle2_test: Skip 31 class_cycle2_test: Skip
39 class_cycle_test: Skip 32 class_cycle_test: Skip
40 class_keyword_test: Skip 33 class_keyword_test: Skip
(...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 async_star_test/04: RuntimeError # Issue 28969 701 async_star_test/04: RuntimeError # Issue 28969
709 async_star_test/05: RuntimeError # Issue 28969 702 async_star_test/05: RuntimeError # Issue 28969
710 async_star_test/none: RuntimeError # Issue 28969 703 async_star_test/none: RuntimeError # Issue 28969
711 asyncstar_throw_in_catch_test: Timeout # Issue 29920 704 asyncstar_throw_in_catch_test: Timeout # Issue 29920
712 await_future_test: Pass, Timeout # Issue 29920 705 await_future_test: Pass, Timeout # Issue 29920
713 bit_operations_test/01: RuntimeError # No bigints on web. 706 bit_operations_test/01: RuntimeError # No bigints on web.
714 bit_operations_test/02: RuntimeError # No bigints on web. 707 bit_operations_test/02: RuntimeError # No bigints on web.
715 bit_operations_test/03: RuntimeError # No bigints on web. 708 bit_operations_test/03: RuntimeError # No bigints on web.
716 bit_operations_test/04: RuntimeError # No bigints on web. 709 bit_operations_test/04: RuntimeError # No bigints on web.
717 bit_operations_test/none: RuntimeError # No bigints on web. 710 bit_operations_test/none: RuntimeError # No bigints on web.
711 canonical_const2_test: RuntimeError # Ints and doubles are unified.
712 canonical_const_test: RuntimeError # Ints and doubles are unified.
718 call_closurization_test: RuntimeError # Issue 29920 713 call_closurization_test: RuntimeError # Issue 29920
719 compile_time_constant_a_test: RuntimeError # Allows mutating const map. 714 compile_time_constant_a_test: RuntimeError # Allows mutating const map.
720 compile_time_constant_b_test: RuntimeError # Issue 29920 715 compile_time_constant_b_test: RuntimeError # Issue 29920
721 compile_time_constant_d_test: RuntimeError # Issue 29920 716 compile_time_constant_d_test: RuntimeError # Issue 29920
722 const_evaluation_test/01: RuntimeError # Issue 29920 717 const_evaluation_test/01: RuntimeError # Issue 29920
723 const_switch_test/02: RuntimeError # Issue 29920 718 const_switch_test/02: RuntimeError # Issue 29920
724 const_switch_test/04: RuntimeError # Ints and doubles are unified. 719 const_switch_test/04: RuntimeError # Ints and doubles are unified.
725 constructor12_test: RuntimeError # Issue 29920 720 constructor12_test: RuntimeError # Issue 29920
726 covariant_subtyping_test: RuntimeError # Issue 29920 721 covariant_subtyping_test: RuntimeError # Issue 29920
727 custom_await_stack_trace_test: RuntimeError # Issue 29920 722 custom_await_stack_trace_test: RuntimeError # Issue 29920
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 type_variable_nested_test: RuntimeError # Issue 29920 833 type_variable_nested_test: RuntimeError # Issue 29920
839 type_variable_typedef_test: RuntimeError # Issue 29920 834 type_variable_typedef_test: RuntimeError # Issue 29920
840 835
841 # This test does not generate the expected compile time error, but it also does 836 # This test does not generate the expected compile time error, but it also does
842 # not behave correctly at runtime. We cannot record this as "Fail" without 837 # not behave correctly at runtime. We cannot record this as "Fail" without
843 # confusing the DDC travis bot (as "Fail" is normally used for compile time 838 # confusing the DDC travis bot (as "Fail" is normally used for compile time
844 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot 839 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot
845 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput 840 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput
846 # classes to invert negative test status in the same way our other tools do. 841 # classes to invert negative test status in the same way our other tools do.
847 prefix10_negative_test: Skip # Issue 29920 842 prefix10_negative_test: Skip # Issue 29920
OLDNEW
« no previous file with comments | « tests/language_strong/call_with_no_such_method_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698