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

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

Issue 2989723002: Migrated test block 22 to Dart 2.0 (Closed)
Patch Set: 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 regexp/loop-capture_test: RuntimeError # Issue 29921 75 regexp/loop-capture_test: RuntimeError # Issue 29921
76 regexp/malformed-escapes_test: RuntimeError # Issue 29921 76 regexp/malformed-escapes_test: RuntimeError # Issue 29921
77 regexp/many-brackets_test: RuntimeError # Issue 29921 77 regexp/many-brackets_test: RuntimeError # Issue 29921
78 regexp/negative-special-characters_test: RuntimeError # Issue 29921 78 regexp/negative-special-characters_test: RuntimeError # Issue 29921
79 regexp/no-extensions_test: RuntimeError # Issue 29921 79 regexp/no-extensions_test: RuntimeError # Issue 29921
80 regexp/non-bmp_test: RuntimeError # Issue 29921 80 regexp/non-bmp_test: RuntimeError # Issue 29921
81 regexp/non-capturing-backtracking_test: RuntimeError # Issue 29921 81 regexp/non-capturing-backtracking_test: RuntimeError # Issue 29921
82 regexp/non-capturing-groups_test: RuntimeError # Issue 29921 82 regexp/non-capturing-groups_test: RuntimeError # Issue 29921
83 regexp/non-character_test: RuntimeError # Issue 29921 83 regexp/non-character_test: RuntimeError # Issue 29921
84 regexp/non-greedy-parentheses_test: RuntimeError # Issue 29921 84 regexp/non-greedy-parentheses_test: RuntimeError # Issue 29921
85 regexp/pcre-test-4_test: RuntimeError # Issue 29921
86 regexp/quantified-assertions_test: RuntimeError # Issue 29921 85 regexp/quantified-assertions_test: RuntimeError # Issue 29921
87 regexp/range-bound-ffff_test: RuntimeError # Issue 29921 86 regexp/range-bound-ffff_test: RuntimeError # Issue 29921
88 regexp/range-out-of-order_test: RuntimeError # Issue 29921 87 regexp/range-out-of-order_test: RuntimeError # Issue 29921
89 regexp/ranges-and-escaped-hyphens_test: RuntimeError # Issue 29921 88 regexp/ranges-and-escaped-hyphens_test: RuntimeError # Issue 29921
90 regexp/regress-6-9-regexp_test: RuntimeError # Issue 29921 89 regexp/regress-6-9-regexp_test: RuntimeError # Issue 29921
91 regress_r21715_test: RuntimeError # Issue 29921 90 regress_r21715_test: RuntimeError # Issue 29921
92 string_operations_with_null_test: RuntimeError # Issue 29921 91 string_operations_with_null_test: RuntimeError # Issue 29921
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698