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

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

Issue 2989473002: Migrated test block 27 to Dart 2.0. (Closed)
Patch Set: Addressed Bob's nits and fixed test failures 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 22 matching lines...) Expand all
33 map_test: Skip 33 map_test: Skip
34 num_clamp_test: Skip 34 num_clamp_test: Skip
35 package_resource_test: Skip 35 package_resource_test: Skip
36 print_test: Skip 36 print_test: Skip
37 queue_test: Skip 37 queue_test: Skip
38 regexp/global_test: Skip 38 regexp/global_test: Skip
39 regexp/regexp_test: Skip 39 regexp/regexp_test: Skip
40 regexp/regress-regexp-codeflush_test: Skip 40 regexp/regress-regexp-codeflush_test: Skip
41 regexp/standalones_test: Skip 41 regexp/standalones_test: Skip
42 splay_tree_test: Skip 42 splay_tree_test: Skip
43 string_base_vm_test: Skip
44 string_from_environment3_test: Skip
45 string_from_list_test: Skip
46 string_replace_test: Skip 43 string_replace_test: Skip
47 string_test: Skip 44 string_test: Skip
48 symbol_operator_test: Skip 45 symbol_operator_test: Skip
49 symbol_reserved_word_test: Skip 46 symbol_reserved_word_test: Skip
50 symbol_test: Skip 47 symbol_test: Skip
51 48
52 [ $compiler == dartdevc ] 49 [ $compiler == dartdevc ]
53 double_parse_test/01: RuntimeError # Issue 29921 50 double_parse_test/01: RuntimeError # Issue 29921
54 hash_set_test/01: RuntimeError # Issue 29921 51 hash_set_test/01: RuntimeError # Issue 29921
55 int_from_environment_test: RuntimeError # Issue 29921 52 int_from_environment_test: RuntimeError # Issue 29921
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 regexp/ranges-and-escaped-hyphens_test: RuntimeError # Issue 29921 101 regexp/ranges-and-escaped-hyphens_test: RuntimeError # Issue 29921
105 regexp/regress-6-9-regexp_test: RuntimeError # Issue 29921 102 regexp/regress-6-9-regexp_test: RuntimeError # Issue 29921
106 regexp/regress-regexp-construct-result_test: RuntimeError # Issue 29921 103 regexp/regress-regexp-construct-result_test: RuntimeError # Issue 29921
107 regexp/repeat-match-waldemar_test: RuntimeError # Issue 29921 104 regexp/repeat-match-waldemar_test: RuntimeError # Issue 29921
108 regexp/results-cache_test: RuntimeError # Issue 29921 105 regexp/results-cache_test: RuntimeError # Issue 29921
109 regexp/stack-overflow2_test: RuntimeError # Issue 29921 106 regexp/stack-overflow2_test: RuntimeError # Issue 29921
110 regexp/stack-overflow_test: RuntimeError # Issue 29921 107 regexp/stack-overflow_test: RuntimeError # Issue 29921
111 regexp/unicode-handling_test: RuntimeError # Issue 29921 108 regexp/unicode-handling_test: RuntimeError # Issue 29921
112 regexp/zero-length-alternatives_test: RuntimeError # Issue 29921 109 regexp/zero-length-alternatives_test: RuntimeError # Issue 29921
113 regress_r21715_test: RuntimeError # Issue 29921 110 regress_r21715_test: RuntimeError # Issue 29921
114 string_from_environment2_test: RuntimeError # Issue 29921
115 string_from_environment_test: RuntimeError # Issue 29921
116 string_operations_with_null_test: RuntimeError # Issue 29921 111 string_operations_with_null_test: RuntimeError # Issue 29921
117 string_trimlr_test/01: RuntimeError # Issue 29921 112 string_trimlr_test/01: RuntimeError # Issue 29921
118 string_trimlr_test/none: RuntimeError # Issue 29921 113 string_trimlr_test/none: RuntimeError # Issue 29921
OLDNEW
« no previous file with comments | « tests/corelib_2/string_fromcharcode_test.dart ('k') | tests/corelib_strong/stacktrace_fromstring_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698