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

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

Issue 1999793002: Make Iterable.toList more efficient if the length is known. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_test: Skip 7 bool_from_environment_test: Skip
8 from_environment_const_type_test: Skip 8 from_environment_const_type_test: Skip
9 from_environment_const_type_undefined_test: Skip 9 from_environment_const_type_undefined_test: Skip
10 int_from_environment2_test: Skip 10 int_from_environment2_test: Skip
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 core_runtime_types_test: Fail 85 core_runtime_types_test: Fail
86 null_nosuchmethod_test: Fail # Issue: 7413 86 null_nosuchmethod_test: Fail # Issue: 7413
87 unicode_test: Fail # Issue 14694 87 unicode_test: Fail # Issue 14694
88 88
89 [ $compiler == dart2js ] 89 [ $compiler == dart2js ]
90 error_stack_trace1_test: RuntimeError # Issue 12399 90 error_stack_trace1_test: RuntimeError # Issue 12399
91 hash_set_test/01: RuntimeError # Issue 11551 91 hash_set_test/01: RuntimeError # Issue 11551
92 integer_to_string_test/01: RuntimeError # Issue 1533 92 integer_to_string_test/01: RuntimeError # Issue 1533
93 iterable_return_type_test/01: RuntimeError # Issue 20085 93 iterable_return_type_test/01: RuntimeError # Issue 20085
94 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. 94 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*.
95 iterable_to_list_test/01: RuntimeError # Issue 26501
95 96
96 big_integer_*: Skip # VM specific test. 97 big_integer_*: Skip # VM specific test.
97 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. 98 bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
98 compare_to2_test: RuntimeError, OK # Requires bigint support. 99 compare_to2_test: RuntimeError, OK # Requires bigint support.
99 string_base_vm_test: RuntimeError, OK # VM specific test. 100 string_base_vm_test: RuntimeError, OK # VM specific test.
100 nan_infinity_test/01: Fail # Issue 11551 101 nan_infinity_test/01: Fail # Issue 11551
101 regexp/pcre_test: Pass, Slow # Issue 21593 102 regexp/pcre_test: Pass, Slow # Issue 21593
102 regress_r21715_test: RuntimeError # Requires bigint support. 103 regress_r21715_test: RuntimeError # Requires bigint support.
103 104
104 [ $compiler == dart2js && $runtime == none ] 105 [ $compiler == dart2js && $runtime == none ]
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 int_parse_radix_test: Pass, Timeout # --no_intrinsify 205 int_parse_radix_test: Pass, Timeout # --no_intrinsify
205 206
206 [ $compiler == precompiler || $runtime == dart_product ] 207 [ $compiler == precompiler || $runtime == dart_product ]
207 data_resource_test: Skip # Resolve URI not supported yet in product mode. 208 data_resource_test: Skip # Resolve URI not supported yet in product mode.
208 package_resource_test: Skip # Resolve URI not supported yet in product mode. 209 package_resource_test: Skip # Resolve URI not supported yet in product mode.
209 file_resource_test: Skip # Resolve URI not supported yet in product mode. 210 file_resource_test: Skip # Resolve URI not supported yet in product mode.
210 http_resource_test: Skip # Resolve URI not supported yet in product mode. 211 http_resource_test: Skip # Resolve URI not supported yet in product mode.
211 212
212 [ $arch == simdbc || $arch == simdbc64 ] 213 [ $arch == simdbc || $arch == simdbc64 ]
213 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 214 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698