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

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: Avoid iterator for empty list Created 4 years, 6 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 | « sdk/lib/core/iterable.dart ('k') | tests/corelib/iterable_to_list_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) 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 11 matching lines...) Expand all
22 22
23 # With the exception of 'void', new Symbol() should not accept reserved words. 23 # With the exception of 'void', new Symbol() should not accept reserved words.
24 symbol_reserved_word_test/06: RuntimeError # bug 11669 24 symbol_reserved_word_test/06: RuntimeError # bug 11669
25 symbol_reserved_word_test/09: RuntimeError # bug 11669 25 symbol_reserved_word_test/09: RuntimeError # bug 11669
26 symbol_reserved_word_test/12: RuntimeError # bug 11669 26 symbol_reserved_word_test/12: RuntimeError # bug 11669
27 27
28 symbol_test/none: Fail # bug 11669 28 symbol_test/none: Fail # bug 11669
29 symbol_operator_test/03: Fail # bug 11669 29 symbol_operator_test/03: Fail # bug 11669
30 string_case_test/01: Fail # Bug 18061 30 string_case_test/01: Fail # Bug 18061
31 31
32 iterable_return_type_test/01: RuntimeError # Issue 13646
33 iterable_return_type_test/02: RuntimeError # Issue 13646
34
35 # #void should be a valid symbol. 32 # #void should be a valid symbol.
36 [ $compiler == none || $compiler == precompiler || $compiler == dart2app || $com piler == dart2js ] 33 [ $compiler == none || $compiler == precompiler || $compiler == dart2app || $com piler == dart2js ]
37 symbol_reserved_word_test/02: CompileTimeError # bug 20191 34 symbol_reserved_word_test/02: CompileTimeError # bug 20191
38 symbol_reserved_word_test/05: CompileTimeError # bug 20191 35 symbol_reserved_word_test/05: CompileTimeError # bug 20191
39 36
40 # With the exception of 'void', const Symbol() should not accept reserved 37 # With the exception of 'void', const Symbol() should not accept reserved
41 # words. 38 # words.
42 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 39 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972
43 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 40 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972
44 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 41 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 core_runtime_types_test: Fail 82 core_runtime_types_test: Fail
86 null_nosuchmethod_test: Fail # Issue: 7413 83 null_nosuchmethod_test: Fail # Issue: 7413
87 unicode_test: Fail # Issue 14694 84 unicode_test: Fail # Issue 14694
88 85
89 [ $compiler == dart2js ] 86 [ $compiler == dart2js ]
90 error_stack_trace1_test: RuntimeError # Issue 12399 87 error_stack_trace1_test: RuntimeError # Issue 12399
91 hash_set_test/01: RuntimeError # Issue 11551 88 hash_set_test/01: RuntimeError # Issue 11551
92 integer_to_string_test/01: RuntimeError # Issue 1533 89 integer_to_string_test/01: RuntimeError # Issue 1533
93 iterable_return_type_test/01: RuntimeError # Issue 20085 90 iterable_return_type_test/01: RuntimeError # Issue 20085
94 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. 91 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*.
92 iterable_to_list_test/01: RuntimeError # Issue 26501
95 93
96 big_integer_*: Skip # VM specific test. 94 big_integer_*: Skip # VM specific test.
97 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. 95 bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
98 compare_to2_test: RuntimeError, OK # Requires bigint support. 96 compare_to2_test: RuntimeError, OK # Requires bigint support.
99 string_base_vm_test: RuntimeError, OK # VM specific test. 97 string_base_vm_test: RuntimeError, OK # VM specific test.
100 nan_infinity_test/01: Fail # Issue 11551 98 nan_infinity_test/01: Fail # Issue 11551
101 regexp/pcre_test: Pass, Slow # Issue 21593 99 regexp/pcre_test: Pass, Slow # Issue 21593
102 regress_r21715_test: RuntimeError # Requires bigint support. 100 regress_r21715_test: RuntimeError # Requires bigint support.
103 101
104 [ $compiler == dart2js && $runtime == none ] 102 [ $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 202 int_parse_radix_test: Pass, Timeout # --no_intrinsify
205 203
206 [ $compiler == precompiler || $runtime == dart_product ] 204 [ $compiler == precompiler || $runtime == dart_product ]
207 data_resource_test: Skip # Resolve URI not supported yet in product mode. 205 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. 206 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. 207 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. 208 http_resource_test: Skip # Resolve URI not supported yet in product mode.
211 209
212 [ $arch == simdbc || $arch == simdbc64 ] 210 [ $arch == simdbc || $arch == simdbc64 ]
213 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 211 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
OLDNEW
« no previous file with comments | « sdk/lib/core/iterable.dart ('k') | tests/corelib/iterable_to_list_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698