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

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

Issue 3002573002: Migrating another batch of tests to dart 2. (Closed)
Patch Set: Removed library closure_type_test from test_file 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
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 12 matching lines...) Expand all
23 body_less_constructor_wrong_arg_negative_test: Skip 23 body_less_constructor_wrong_arg_negative_test: Skip
24 callable_test: Skip 24 callable_test: Skip
25 check_member_static_test: Skip 25 check_member_static_test: Skip
26 check_method_override_test: Skip 26 check_method_override_test: Skip
27 checked_null_test: Skip 27 checked_null_test: Skip
28 checked_setter2_test: Skip 28 checked_setter2_test: Skip
29 checked_setter3_test: Skip 29 checked_setter3_test: Skip
30 checked_setter_test: Skip 30 checked_setter_test: Skip
31 class_cycle2_test: Skip 31 class_cycle2_test: Skip
32 class_cycle_test: Skip 32 class_cycle_test: Skip
33 closure_type_test: Skip
34 closure_with_super_field_test: Skip
35 compile_time_constant10_test: Skip
36 compile_time_constant13_test: Skip
37 compile_time_constant_arguments_test: Skip 33 compile_time_constant_arguments_test: Skip
38 compile_time_constant_c_test: Skip 34 compile_time_constant_c_test: Skip
39 compile_time_constant_checked2_test: Skip 35 compile_time_constant_checked2_test: Skip
40 compile_time_constant_checked3_test: Skip 36 compile_time_constant_checked3_test: Skip
41 compile_time_constant_checked4_test: Skip 37 compile_time_constant_checked4_test: Skip
42 compile_time_constant_checked5_test: Skip 38 compile_time_constant_checked5_test: Skip
43 compile_time_constant_checked_test: Skip 39 compile_time_constant_checked_test: Skip
44 compile_time_constant_e_test: Skip 40 compile_time_constant_e_test: Skip
45 compile_time_constant_h_test: Skip 41 compile_time_constant_h_test: Skip
46 compile_time_constant_k_test: Skip 42 compile_time_constant_k_test: Skip
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 # not behave correctly at runtime. We cannot record this as "Fail" without 785 # not behave correctly at runtime. We cannot record this as "Fail" without
790 # confusing the DDC travis bot (as "Fail" is normally used for compile time 786 # confusing the DDC travis bot (as "Fail" is normally used for compile time
791 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot 787 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot
792 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput 788 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput
793 # classes to invert negative test status in the same way our other tools do. 789 # classes to invert negative test status in the same way our other tools do.
794 prefix10_negative_test: Skip # Issue 29920 790 prefix10_negative_test: Skip # Issue 29920
795 791
796 [ $compiler == dartdevc && $system == windows ] 792 [ $compiler == dartdevc && $system == windows ]
797 multiline_strings_test: RuntimeError # Issue 30336 793 multiline_strings_test: RuntimeError # Issue 30336
798 raw_string_test: RuntimeError # Issue 30336 794 raw_string_test: RuntimeError # Issue 30336
OLDNEW
« no previous file with comments | « tests/language_strong/compile_time_constant2_test.dart ('k') | tests/language_strong/language_strong_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698