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

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

Issue 620943002: Add a bigint test with --no_intrinsify. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 2 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
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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 99
100 [ $compiler == dart2js ] 100 [ $compiler == dart2js ]
101 growable_list_test: RuntimeError # Fails to detect concurrent modification in ad dAll. 101 growable_list_test: RuntimeError # Fails to detect concurrent modification in ad dAll.
102 error_stack_trace1_test: RuntimeError # Issue 12399 102 error_stack_trace1_test: RuntimeError # Issue 12399
103 hash_set_test/01: RuntimeError # Issue 11551 103 hash_set_test/01: RuntimeError # Issue 11551
104 integer_to_string_test/01: RuntimeError # Issue 1533 104 integer_to_string_test/01: RuntimeError # Issue 1533
105 iterable_return_type_test/01: RuntimeError # Issue 20085 105 iterable_return_type_test/01: RuntimeError # Issue 20085
106 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. 106 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*.
107 107
108 big_integer_vm_test: RuntimeError, OK # VM specific test. 108 big_integer_vm_test: RuntimeError, OK # VM specific test.
109 big_integer_no_intrinsify_vm_test: RuntimeError, OK # VM specific test.
109 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. 110 bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
110 compare_to2_test: RuntimeError, OK # Requires bigint support. 111 compare_to2_test: RuntimeError, OK # Requires bigint support.
111 string_base_vm_test: RuntimeError, OK # VM specific test. 112 string_base_vm_test: RuntimeError, OK # VM specific test.
112 nan_infinity_test/01: Fail # Issue 11551 113 nan_infinity_test/01: Fail # Issue 11551
113 114
114 [ $compiler == dart2js && $runtime == none ] 115 [ $compiler == dart2js && $runtime == none ]
115 *: Fail, Pass # TODO(ahe): Triage these tests. 116 *: Fail, Pass # TODO(ahe): Triage these tests.
116 117
117 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 118 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
118 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. 119 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
(...skipping 26 matching lines...) Expand all
145 list_insert_test: Fail, OK # Test contains errors but doesn’t mark them as expec ted 146 list_insert_test: Fail, OK # Test contains errors but doesn’t mark them as expec ted
146 list_removeat_test: Fail, OK # Test contains errors but doesn’t mark them as exp ected 147 list_removeat_test: Fail, OK # Test contains errors but doesn’t mark them as exp ected
147 148
148 [ $compiler == dart2analyzer ] 149 [ $compiler == dart2analyzer ]
149 int_parse_radix_test: fail 150 int_parse_radix_test: fail
150 list_insert_test: fail 151 list_insert_test: fail
151 list_removeat_test: fail 152 list_removeat_test: fail
152 153
153 [ $arch == simarm || $arch == simarm64 ] 154 [ $arch == simarm || $arch == simarm64 ]
154 big_integer_vm_test: Skip # Timeout. Issue 20879 155 big_integer_vm_test: Skip # Timeout. Issue 20879
156 big_integer_no_intrinsify_vm_test: Skip # Using too many cycles.
155 157
156 [ $arch == simmips ] 158 [ $arch == simmips ]
157 int_parse_radix_test: Skip # Timeout 159 int_parse_radix_test: Skip # Timeout
158 160
159 [ $arch == simmips || $arch == mips ] 161 [ $arch == simmips || $arch == mips ]
160 big_integer_vm_test: Skip # Timeout. Issue 20879 162 big_integer_vm_test: Skip # Timeout. Issue 20879
163 big_integer_no_intrinsify_vm_test: Skip # Using too many cycles.
161 164
162 [ $arch == simarm && $checked ] 165 [ $arch == simarm && $checked ]
163 num_parse_test: Skip # Pass, Timeout 166 num_parse_test: Skip # Pass, Timeout
164 167
165 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 168 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
166 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. 169 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose.
167 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 170 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
168 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 171 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
169 string_test: StaticWarning, OK # Test generates error on purpose. 172 string_test: StaticWarning, OK # Test generates error on purpose.
170 173
171 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] 174 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ]
172 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 175 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
173 176
174 [ $runtime == ie10 ] 177 [ $runtime == ie10 ]
175 num_parse_test: RuntimeError # Issue 15316 178 num_parse_test: RuntimeError # Issue 15316
176 num_parse_test/01: RuntimeError # Issue 15316 179 num_parse_test/01: RuntimeError # Issue 15316
177 180
178 [ $system == windows && $arch == x64 ] 181 [ $system == windows && $arch == x64 ]
179 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 182 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
180 183
OLDNEW
« tests/corelib/big_integer_vm_test.dart ('K') | « tests/corelib/big_integer_vm_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698