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

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

Issue 2985053002: Updated status file to fix app_jit bot failures caused by splay_tree_from_iterable_test. (Closed)
Patch Set: Created 3 years, 5 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_2/splay_tree_test.dart ('k') | tests/corelib_strong/shuffle_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 ] 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 19 matching lines...) Expand all
30 list_index_of2_test: Skip 30 list_index_of2_test: Skip
31 list_test: Skip 31 list_test: Skip
32 list_unmodifiable_test: Skip 32 list_unmodifiable_test: Skip
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 splay_tree_test: Skip 40 regexp/regress-regexp-codeflush_test: Skip
41 regexp/standalones_test: Skip
41 string_replace_test: Skip 42 string_replace_test: Skip
42 43
43 [ $compiler == dartdevc ] 44 [ $compiler == dartdevc ]
44 hash_set_test/01: RuntimeError # Issue 29921 45 hash_set_test/01: RuntimeError # Issue 29921
45 int_modulo_arith_test/bignum: RuntimeError # Issue 29921 46 int_modulo_arith_test/bignum: RuntimeError # Issue 29921
46 int_modulo_arith_test/modPow: RuntimeError # Issue 29921 47 int_modulo_arith_test/modPow: RuntimeError # Issue 29921
47 int_modulo_arith_test/none: RuntimeError # Issue 29921 48 int_modulo_arith_test/none: RuntimeError # Issue 29921
48 int_parse_radix_test/01: RuntimeError # Issue 29921 49 int_parse_radix_test/01: RuntimeError # Issue 29921
49 int_parse_radix_test/02: RuntimeError # Issue 29921 50 int_parse_radix_test/02: RuntimeError # Issue 29921
50 integer_to_radix_string_test: RuntimeError # Issue 29921 51 integer_to_radix_string_test: RuntimeError # Issue 29921
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 regexp/non-character_test: RuntimeError # Issue 29921 88 regexp/non-character_test: RuntimeError # Issue 29921
88 regexp/non-greedy-parentheses_test: RuntimeError # Issue 29921 89 regexp/non-greedy-parentheses_test: RuntimeError # Issue 29921
89 regexp/pcre-test-4_test: RuntimeError # Issue 29921 90 regexp/pcre-test-4_test: RuntimeError # Issue 29921
90 regexp/quantified-assertions_test: RuntimeError # Issue 29921 91 regexp/quantified-assertions_test: RuntimeError # Issue 29921
91 regexp/range-bound-ffff_test: RuntimeError # Issue 29921 92 regexp/range-bound-ffff_test: RuntimeError # Issue 29921
92 regexp/range-out-of-order_test: RuntimeError # Issue 29921 93 regexp/range-out-of-order_test: RuntimeError # Issue 29921
93 regexp/ranges-and-escaped-hyphens_test: RuntimeError # Issue 29921 94 regexp/ranges-and-escaped-hyphens_test: RuntimeError # Issue 29921
94 regexp/regress-6-9-regexp_test: RuntimeError # Issue 29921 95 regexp/regress-6-9-regexp_test: RuntimeError # Issue 29921
95 regress_r21715_test: RuntimeError # Issue 29921 96 regress_r21715_test: RuntimeError # Issue 29921
96 string_operations_with_null_test: RuntimeError # Issue 29921 97 string_operations_with_null_test: RuntimeError # Issue 29921
OLDNEW
« no previous file with comments | « tests/corelib_2/splay_tree_test.dart ('k') | tests/corelib_strong/shuffle_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698