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

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

Issue 2999593002: fix #30330, don't ignore cast failures in DDC for language/lib tests (Closed)
Patch Set: rebase 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
« no previous file with comments | « tests/corelib_2/corelib_2.status ('k') | tests/language_strong/language_strong.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 ] 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 ]
11 duration2_test: Skip 11 duration2_test: Skip
12 error_stack_trace_test: Skip 12 error_stack_trace_test: Skip
13 http_resource_test: Skip 13 http_resource_test: Skip
14 iterable_contains2_test: Skip 14 iterable_contains2_test: Skip
15 iterable_element_at_test: Skip 15 iterable_element_at_test: Skip
16 iterable_fold_test: Skip 16 iterable_fold_test: Skip
17 iterable_mapping_test: Skip 17 iterable_mapping_test: Skip
18 iterable_reduce_test: Skip 18 iterable_reduce_test: Skip
19 linked_hash_map_from_iterable_test: Skip 19 linked_hash_map_from_iterable_test: Skip
20 regexp/regress-regexp-codeflush_test: Skip 20 regexp/regress-regexp-codeflush_test: Skip
21 regexp/standalones_test: Skip 21 regexp/standalones_test: Skip
22 string_replace_test: Skip 22 string_replace_test: Skip
23 23
24 [ $compiler == dartdevc && $runtime != none ] 24 [ $compiler == dartdevc && $runtime != none ]
25 hash_set_test/01: RuntimeError # Issue 29921 25 hash_set_test/01: RuntimeError # Issue 29921
26 int_parse_radix_test/01: RuntimeError # Issue 29921 26 int_parse_radix_test/01: RuntimeError # Issue 29921
27 int_parse_radix_test/02: RuntimeError # Issue 29921 27 int_parse_radix_test/02: RuntimeError # Issue 29921
28 integer_to_radix_string_test: RuntimeError # Issue 29921 28 integer_to_radix_string_test: RuntimeError # Issue 29921
29 integer_to_string_test/01: RuntimeError # Issue 29921 29 integer_to_string_test/01: RuntimeError # Issue 29921
30 iterable_generate_test: RuntimeError # Issue 29921
31 iterable_return_type_test/02: RuntimeError # Issue 29921 30 iterable_return_type_test/02: RuntimeError # Issue 29921
32 regress_r21715_test: RuntimeError # Issue 29921 31 regress_r21715_test: RuntimeError # Issue 29921
33 string_operations_with_null_test: RuntimeError # Issue 29921 32 string_operations_with_null_test: RuntimeError # Issue 29921
34 33
35 from_environment_const_type_test/01: RuntimeError # Issue 29921 34 from_environment_const_type_test/01: RuntimeError # Issue 29921
36 from_environment_const_type_test/05: RuntimeError # Issue 29921 35 from_environment_const_type_test/05: RuntimeError # Issue 29921
37 from_environment_const_type_test/10: RuntimeError # Issue 29921 36 from_environment_const_type_test/10: RuntimeError # Issue 29921
38 from_environment_const_type_test/15: RuntimeError # Issue 29921 37 from_environment_const_type_test/15: RuntimeError # Issue 29921
39 from_environment_const_type_test/none: RuntimeError # Issue 29921 38 from_environment_const_type_test/none: RuntimeError # Issue 29921
40 growable_list_test: RuntimeError # Issue 29921 39 growable_list_test: RuntimeError # Issue 29921
41 list_test/01: RuntimeError # Issue 29921 40 list_test/01: RuntimeError # Issue 29921
42 list_test/none: RuntimeError # Issue 29921 41 list_test/none: RuntimeError # Issue 29921
OLDNEW
« no previous file with comments | « tests/corelib_2/corelib_2.status ('k') | tests/language_strong/language_strong.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698