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

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

Issue 2806543002: Issue 29186. Make several top-level variables explicitly 'dynamic'. (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | tests/corelib_strong/error_stack_trace2_test.dart » ('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 == false ]
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 == true ]
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
57
58 [ $compiler == dart2analyzer && $strong ]
59 # error_stack_trace2_test: CompileTimeError
OLDNEW
« no previous file with comments | « no previous file | tests/corelib_strong/error_stack_trace2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698