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

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

Issue 2990903002: Migrated test block 16 to Dart 2.0. (Closed)
Patch Set: Changed useIntegerKeys to a named parameter 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/map_test.dart ('k') | tests/corelib_strong/corelib_strong_kernel.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 ]
(...skipping 10 matching lines...) Expand all
21 iterable_mapping_test: Skip 21 iterable_mapping_test: Skip
22 iterable_reduce_test: Skip 22 iterable_reduce_test: Skip
23 iterable_to_list_test: Skip 23 iterable_to_list_test: Skip
24 iterable_to_set_test: Skip 24 iterable_to_set_test: Skip
25 linked_hash_map_from_iterable_test: Skip 25 linked_hash_map_from_iterable_test: Skip
26 list_contains_argument_order_test: Skip 26 list_contains_argument_order_test: Skip
27 list_filled_type_argument_test: Skip 27 list_filled_type_argument_test: Skip
28 list_index_of2_test: Skip 28 list_index_of2_test: Skip
29 list_test: Skip 29 list_test: Skip
30 list_unmodifiable_test: Skip 30 list_unmodifiable_test: Skip
31 map_test: Skip
32 num_clamp_test: Skip 31 num_clamp_test: Skip
33 package_resource_test: Skip 32 package_resource_test: Skip
34 print_test: Skip 33 print_test: Skip
35 queue_test: Skip 34 queue_test: Skip
36 regexp/global_test: Skip 35 regexp/global_test: Skip
37 regexp/regress-regexp-codeflush_test: Skip 36 regexp/regress-regexp-codeflush_test: Skip
38 regexp/standalones_test: Skip 37 regexp/standalones_test: Skip
39 string_replace_test: Skip 38 string_replace_test: Skip
40 39
41 [ $compiler == dartdevc ] 40 [ $compiler == dartdevc ]
42 hash_set_test/01: RuntimeError # Issue 29921 41 hash_set_test/01: RuntimeError # Issue 29921
43 int_parse_radix_test/01: RuntimeError # Issue 29921 42 int_parse_radix_test/01: RuntimeError # Issue 29921
44 int_parse_radix_test/02: RuntimeError # Issue 29921 43 int_parse_radix_test/02: RuntimeError # Issue 29921
45 integer_to_radix_string_test: RuntimeError # Issue 29921 44 integer_to_radix_string_test: RuntimeError # Issue 29921
46 integer_to_string_test/01: RuntimeError # Issue 29921 45 integer_to_string_test/01: RuntimeError # Issue 29921
47 iterable_generate_test: RuntimeError # Issue 29921 46 iterable_generate_test: RuntimeError # Issue 29921
48 iterable_return_type_test/02: RuntimeError # Issue 29921 47 iterable_return_type_test/02: RuntimeError # Issue 29921
49 json_map_test: RuntimeError # Issue 29921 48 json_map_test: RuntimeError # Issue 29921
50 list_fill_range_test: RuntimeError # Issue 29921 49 list_fill_range_test: RuntimeError # Issue 29921
51 list_insert_test: RuntimeError # Issue 29921 50 list_insert_test: RuntimeError # Issue 29921
52 list_removeat_test: RuntimeError # Issue 29921 51 list_removeat_test: RuntimeError # Issue 29921
53 list_replace_range_test: RuntimeError # Issue 29921 52 list_replace_range_test: RuntimeError # Issue 29921
54 list_set_all_test: RuntimeError # Issue 29921 53 list_set_all_test: RuntimeError # Issue 29921
55 main_test: RuntimeError # Issue 29921
56 map_keys2_test: RuntimeError # Issue 29921
57 nan_infinity_test/01: RuntimeError # Issue 29921 54 nan_infinity_test/01: RuntimeError # Issue 29921
58 null_nosuchmethod_test: RuntimeError # Issue 29921 55 null_nosuchmethod_test: RuntimeError # Issue 29921
59 regexp/compile-crash_test: RuntimeError # Issue 29921 56 regexp/compile-crash_test: RuntimeError # Issue 29921
60 regexp/default_arguments_test: RuntimeError # Issue 29921 57 regexp/default_arguments_test: RuntimeError # Issue 29921
61 regexp/early-acid3-86_test: RuntimeError # Issue 29921 58 regexp/early-acid3-86_test: RuntimeError # Issue 29921
62 regexp/ecma-regex-examples_test: RuntimeError # Issue 29921 59 regexp/ecma-regex-examples_test: RuntimeError # Issue 29921
63 regexp/extended-characters-match_test: RuntimeError # Issue 29921 60 regexp/extended-characters-match_test: RuntimeError # Issue 29921
64 regexp/extended-characters-more_test: RuntimeError # Issue 29921 61 regexp/extended-characters-more_test: RuntimeError # Issue 29921
65 regexp/find-first-asserted_test: RuntimeError # Issue 29921 62 regexp/find-first-asserted_test: RuntimeError # Issue 29921
66 regress_r21715_test: RuntimeError # Issue 29921 63 regress_r21715_test: RuntimeError # Issue 29921
67 string_operations_with_null_test: RuntimeError # Issue 29921 64 string_operations_with_null_test: RuntimeError # Issue 29921
OLDNEW
« no previous file with comments | « tests/corelib_2/map_test.dart ('k') | tests/corelib_strong/corelib_strong_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698