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/corelib.status

Issue 183973030: Faster _Smi.toString() (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Make names private (even if they are static). Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « runtime/lib/integers.dart ('k') | tests/corelib/integer_to_string_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 == dart2dart] 5 [ $compiler == dart2dart]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_default_value_test: Skip 7 bool_from_environment_default_value_test: Skip
8 bool_from_environment_test: Skip 8 bool_from_environment_test: Skip
9 int_from_environment2_test: Skip 9 int_from_environment2_test: Skip
10 int_from_environment3_test: Skip 10 int_from_environment3_test: Skip
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 collection_length_test: Pass, Timeout # Issue 12844 79 collection_length_test: Pass, Timeout # Issue 12844
80 80
81 [ $runtime == opera ] 81 [ $runtime == opera ]
82 core_runtime_types_test: Fail 82 core_runtime_types_test: Fail
83 null_nosuchmethod_test: Fail # Issue: 7413 83 null_nosuchmethod_test: Fail # Issue: 7413
84 unicode_test: Fail # Issue 14694 84 unicode_test: Fail # Issue 14694
85 85
86 [ $compiler == dart2js ] 86 [ $compiler == dart2js ]
87 error_stack_trace1_test: RuntimeError # Issue 12399 87 error_stack_trace1_test: RuntimeError # Issue 12399
88 hash_set_test/01: RuntimeError # Issue 11551 88 hash_set_test/01: RuntimeError # Issue 11551
89 integer_to_string_test/01: RuntimeError # Issue 1533
89 90
90 big_integer_vm_test: RuntimeError, OK # VM specific test. 91 big_integer_vm_test: RuntimeError, OK # VM specific test.
91 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. 92 bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
92 compare_to2_test: RuntimeError, OK # Requires bigint support. 93 compare_to2_test: RuntimeError, OK # Requires bigint support.
93 string_base_vm_test: RuntimeError, OK # VM specific test. 94 string_base_vm_test: RuntimeError, OK # VM specific test.
94 nan_infinity_test/01: Fail # Issue 11551 95 nan_infinity_test/01: Fail # Issue 11551
95 96
96 [ $compiler == dart2js || $compiler == dart2dart] 97 [ $compiler == dart2js || $compiler == dart2dart]
97 symbol_operator_test/01: CompileTimeError # Issue 15653. 98 symbol_operator_test/01: CompileTimeError # Issue 15653.
98 symbol_operator_test/02: CompileTimeError # Issue 15653. 99 symbol_operator_test/02: CompileTimeError # Issue 15653.
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 145 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
145 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 146 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
146 string_test: StaticWarning, OK # Test generates error on purpose. 147 string_test: StaticWarning, OK # Test generates error on purpose.
147 148
148 [ $compiler == dart2js && $runtime == safari ] 149 [ $compiler == dart2js && $runtime == safari ]
149 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 150 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
150 151
151 [ $runtime == ie9 || $runtime == ie10 ] 152 [ $runtime == ie9 || $runtime == ie10 ]
152 num_parse_test: RuntimeError # Issue 15316 153 num_parse_test: RuntimeError # Issue 15316
153 num_parse_test/01: RuntimeError # Issue 15316 154 num_parse_test/01: RuntimeError # Issue 15316
OLDNEW
« no previous file with comments | « runtime/lib/integers.dart ('k') | tests/corelib/integer_to_string_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698