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

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

Issue 2913963002: Add negation to single-identifier tests in status files. (Closed)
Patch Set: Address comments Created 3 years, 6 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/corelib/corelib.status ('k') | tests/html/html.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) 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 == false ] 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 == true ] 10 [ $strong ]
11 big_integer_arith_vm_test: Skip 11 big_integer_arith_vm_test: Skip
12 bool_from_environment2_test: Skip 12 bool_from_environment2_test: Skip
13 core_runtime_types_test: Skip 13 core_runtime_types_test: Skip
14 data_resource_test: Skip 14 data_resource_test: Skip
15 duration2_test: Skip 15 duration2_test: Skip
16 error_stack_trace_test: Skip 16 error_stack_trace_test: Skip
17 file_resource_test: Skip 17 file_resource_test: Skip
18 from_environment_const_type_test: Skip 18 from_environment_const_type_test: Skip
19 from_environment_const_type_undefined_test: Skip 19 from_environment_const_type_undefined_test: Skip
20 growable_list_test: Skip 20 growable_list_test: Skip
(...skipping 26 matching lines...) Expand all
47 string_base_vm_test: Skip 47 string_base_vm_test: Skip
48 string_from_environment3_test: Skip 48 string_from_environment3_test: Skip
49 string_from_list_test: Skip 49 string_from_list_test: Skip
50 string_replace_test: Skip 50 string_replace_test: Skip
51 string_test: Skip 51 string_test: Skip
52 symbol_operator_test: Skip 52 symbol_operator_test: Skip
53 symbol_reserved_word_test: Skip 53 symbol_reserved_word_test: Skip
54 symbol_test: Skip 54 symbol_test: Skip
55 uri_path_test: Skip 55 uri_path_test: Skip
56 uri_query_test: Skip 56 uri_query_test: Skip
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698