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

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

Issue 3008723002: Migrate block 163 to Dart 2.0. (Closed)
Patch Set: Merge fixups 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 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 type_promotion_multiple_test: Skip 574 type_promotion_multiple_test: Skip
575 type_promotion_parameter_test: Skip 575 type_promotion_parameter_test: Skip
576 type_variable_bounds2_test: Skip 576 type_variable_bounds2_test: Skip
577 type_variable_bounds3_test: Skip 577 type_variable_bounds3_test: Skip
578 type_variable_bounds4_test: Skip 578 type_variable_bounds4_test: Skip
579 type_variable_bounds_test: Skip 579 type_variable_bounds_test: Skip
580 type_variable_conflict2_test: Skip 580 type_variable_conflict2_test: Skip
581 type_variable_conflict_test: Skip 581 type_variable_conflict_test: Skip
582 type_variable_function_type_test: Skip 582 type_variable_function_type_test: Skip
583 type_variable_identifier_expression_test: Skip 583 type_variable_identifier_expression_test: Skip
584 type_variable_scope2_test: Skip
585 type_variable_scope3_test: Skip
586 type_variable_scope_test: Skip
587 type_variable_static_context_negative_test: Skip
588 typed_selector2_test: Skip
589 unary_plus_negative_test: Skip
590 unbalanced_brace_test: Skip
591 unbound_getter_test: Skip
592 unhandled_exception_negative_test: Skip
593 unresolved_default_constructor_test: Skip
594 unresolved_in_factory_negative_test: Skip
595 unresolved_top_level_method_negative_test: Skip
596 unresolved_top_level_var_negative_test: Skip
597 unsigned_right_shift_test: Skip
598 unsupported_operators_test: Skip
599 variable_declaration_metadata_test: Skip
600 void_type_test: Skip 584 void_type_test: Skip
601 wrong_number_type_arguments_test: Skip 585 wrong_number_type_arguments_test: Skip
602 586
603 [ $compiler == dart2analyzer && $strong ] 587 [ $compiler == dart2analyzer && $strong ]
604 # async_await_test/02: CompileTimeError # Issue 28823 588 # async_await_test/02: CompileTimeError # Issue 28823
605 # async_await_test/03: CompileTimeError # Issue 28823 589 # async_await_test/03: CompileTimeError # Issue 28823
606 # async_await_test/none: CompileTimeError # Issue 28823 590 # async_await_test/none: CompileTimeError # Issue 28823
607 # async_star_test/01: CompileTimeError # Issue 28823 591 # async_star_test/01: CompileTimeError # Issue 28823
608 # async_star_test/02: CompileTimeError # Issue 28823 592 # async_star_test/02: CompileTimeError # Issue 28823
609 # async_star_test/03: CompileTimeError # Issue 28823 593 # async_star_test/03: CompileTimeError # Issue 28823
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 regress_16640_test: RuntimeError # Issue 29920 697 regress_16640_test: RuntimeError # Issue 29920
714 regress_22443_test: RuntimeError # Issue 29920 698 regress_22443_test: RuntimeError # Issue 29920
715 stack_overflow_stacktrace_test: RuntimeError # Issue 29920 699 stack_overflow_stacktrace_test: RuntimeError # Issue 29920
716 stack_overflow_test: RuntimeError # Issue 29920 700 stack_overflow_test: RuntimeError # Issue 29920
717 stacktrace_test: RuntimeError # Issue 29920 701 stacktrace_test: RuntimeError # Issue 29920
718 switch_label2_test: RuntimeError # Issue 29920 702 switch_label2_test: RuntimeError # Issue 29920
719 switch_label_test: RuntimeError # Issue 29920 703 switch_label_test: RuntimeError # Issue 29920
720 switch_try_catch_test: RuntimeError # Issue 29920 704 switch_try_catch_test: RuntimeError # Issue 29920
721 throwing_lazy_variable_test: RuntimeError # Issue 29920 705 throwing_lazy_variable_test: RuntimeError # Issue 29920
722 truncdiv_test: RuntimeError # Issue 29920 706 truncdiv_test: RuntimeError # Issue 29920
723 type_variable_nested_test: RuntimeError # Issue 29920
724 707
725 # This test does not generate the expected compile time error, but it also does 708 # This test does not generate the expected compile time error, but it also does
726 # not behave correctly at runtime. We cannot record this as "Fail" without 709 # not behave correctly at runtime. We cannot record this as "Fail" without
727 # confusing the DDC travis bot (as "Fail" is normally used for compile time 710 # confusing the DDC travis bot (as "Fail" is normally used for compile time
728 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot 711 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot
729 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput 712 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput
730 # classes to invert negative test status in the same way our other tools do. 713 # classes to invert negative test status in the same way our other tools do.
731 prefix10_negative_test: Skip # Issue 29920 714 prefix10_negative_test: Skip # Issue 29920
732 715
733 [ $compiler == dartdevc && $system == windows ] 716 [ $compiler == dartdevc && $system == windows ]
734 multiline_strings_test: RuntimeError # Issue 30336 717 multiline_strings_test: RuntimeError # Issue 30336
735 raw_string_test: RuntimeError # Issue 30336 718 raw_string_test: RuntimeError # Issue 30336
OLDNEW
« no previous file with comments | « tests/language_2/vm/async_await_catch_stacktrace_test.dart ('k') | tests/language_strong/type_variable_nested_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698