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

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

Issue 3008723002: Migrate block 163 to Dart 2.0. (Closed)
Patch Set: 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
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 ]
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 type_promotion_multiple_test: Skip 583 type_promotion_multiple_test: Skip
584 type_promotion_parameter_test: Skip 584 type_promotion_parameter_test: Skip
585 type_variable_bounds2_test: Skip 585 type_variable_bounds2_test: Skip
586 type_variable_bounds3_test: Skip 586 type_variable_bounds3_test: Skip
587 type_variable_bounds4_test: Skip 587 type_variable_bounds4_test: Skip
588 type_variable_bounds_test: Skip 588 type_variable_bounds_test: Skip
589 type_variable_conflict2_test: Skip 589 type_variable_conflict2_test: Skip
590 type_variable_conflict_test: Skip 590 type_variable_conflict_test: Skip
591 type_variable_function_type_test: Skip 591 type_variable_function_type_test: Skip
592 type_variable_identifier_expression_test: Skip 592 type_variable_identifier_expression_test: Skip
593 type_variable_scope2_test: Skip
594 type_variable_scope3_test: Skip
595 type_variable_scope_test: Skip
596 type_variable_static_context_negative_test: Skip
597 typed_selector2_test: Skip
598 unary_plus_negative_test: Skip
599 unbalanced_brace_test: Skip
600 unbound_getter_test: Skip
601 unhandled_exception_negative_test: Skip
602 unresolved_default_constructor_test: Skip
603 unresolved_in_factory_negative_test: Skip
604 unresolved_top_level_method_negative_test: Skip
605 unresolved_top_level_var_negative_test: Skip
606 unsigned_right_shift_test: Skip
607 unsupported_operators_test: Skip
608 variable_declaration_metadata_test: Skip
609 void_type_test: Skip 593 void_type_test: Skip
610 wrong_number_type_arguments_test: Skip 594 wrong_number_type_arguments_test: Skip
611 595
612 [ $compiler == dart2analyzer && $strong ] 596 [ $compiler == dart2analyzer && $strong ]
613 # async_await_test/02: CompileTimeError # Issue 28823 597 # async_await_test/02: CompileTimeError # Issue 28823
614 # async_await_test/03: CompileTimeError # Issue 28823 598 # async_await_test/03: CompileTimeError # Issue 28823
615 # async_await_test/none: CompileTimeError # Issue 28823 599 # async_await_test/none: CompileTimeError # Issue 28823
616 # async_star_test/01: CompileTimeError # Issue 28823 600 # async_star_test/01: CompileTimeError # Issue 28823
617 # async_star_test/02: CompileTimeError # Issue 28823 601 # async_star_test/02: CompileTimeError # Issue 28823
618 # async_star_test/03: CompileTimeError # Issue 28823 602 # async_star_test/03: CompileTimeError # Issue 28823
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 regress_16640_test: RuntimeError # Issue 29920 708 regress_16640_test: RuntimeError # Issue 29920
725 regress_22443_test: RuntimeError # Issue 29920 709 regress_22443_test: RuntimeError # Issue 29920
726 stack_overflow_stacktrace_test: RuntimeError # Issue 29920 710 stack_overflow_stacktrace_test: RuntimeError # Issue 29920
727 stack_overflow_test: RuntimeError # Issue 29920 711 stack_overflow_test: RuntimeError # Issue 29920
728 stacktrace_test: RuntimeError # Issue 29920 712 stacktrace_test: RuntimeError # Issue 29920
729 switch_label2_test: RuntimeError # Issue 29920 713 switch_label2_test: RuntimeError # Issue 29920
730 switch_label_test: RuntimeError # Issue 29920 714 switch_label_test: RuntimeError # Issue 29920
731 switch_try_catch_test: RuntimeError # Issue 29920 715 switch_try_catch_test: RuntimeError # Issue 29920
732 throwing_lazy_variable_test: RuntimeError # Issue 29920 716 throwing_lazy_variable_test: RuntimeError # Issue 29920
733 truncdiv_test: RuntimeError # Issue 29920 717 truncdiv_test: RuntimeError # Issue 29920
734 type_variable_nested_test: RuntimeError # Issue 29920
735 718
736 # This test does not generate the expected compile time error, but it also does 719 # This test does not generate the expected compile time error, but it also does
737 # not behave correctly at runtime. We cannot record this as "Fail" without 720 # not behave correctly at runtime. We cannot record this as "Fail" without
738 # confusing the DDC travis bot (as "Fail" is normally used for compile time 721 # confusing the DDC travis bot (as "Fail" is normally used for compile time
739 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot 722 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot
740 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput 723 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput
741 # classes to invert negative test status in the same way our other tools do. 724 # classes to invert negative test status in the same way our other tools do.
742 prefix10_negative_test: Skip # Issue 29920 725 prefix10_negative_test: Skip # Issue 29920
743 726
744 [ $compiler == dartdevc && $system == windows ] 727 [ $compiler == dartdevc && $system == windows ]
745 multiline_strings_test: RuntimeError # Issue 30336 728 multiline_strings_test: RuntimeError # Issue 30336
746 raw_string_test: RuntimeError # Issue 30336 729 raw_string_test: RuntimeError # Issue 30336
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698