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

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

Issue 16398008: Implements checks for 53-bit overflow for x64. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 package/invalid_uri_test: Fail, OK # Fails intentionally 5 package/invalid_uri_test: Fail, OK # Fails intentionally
6 6
7 [ $runtime == vm ] 7 [ $runtime == vm ]
8 # Fails because checked-in dart executable is not up to date. 8 # Fails because checked-in dart executable is not up to date.
9 io/test_runner_test: Fail 9 io/test_runner_test: Fail
10 # Fails because checked-in dart executable is not up to date. 10 # Fails because checked-in dart executable is not up to date.
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 *: Skip 149 *: Skip
150 150
151 [ $compiler == dart2js && $checked ] 151 [ $compiler == dart2js && $checked ]
152 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 152 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
153 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 153 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
154 154
155 [ $compiler == dart2dart ] 155 [ $compiler == dart2dart ]
156 # Skip until we stabilize language tests. 156 # Skip until we stabilize language tests.
157 *: Skip 157 *: Skip
158 158
159 [ $arch == x64 ]
160 # TODO(zra): Add checks to x64 arithmetic.
161 53bit_overflow_test: Fail
Florian Schneider 2013/06/07 07:33:15 This test does not cover the generated code for sm
162
163 [ $arch == arm ] 159 [ $arch == arm ]
164 *: Skip 160 *: Skip
165 161
166 [ $arch == simarm ] 162 [ $arch == simarm ]
167 *: Skip 163 *: Skip
168 164
169 [ $arch == mips ] 165 [ $arch == mips ]
170 *: Skip 166 *: Skip
171 167
172 [ $arch == simmips ] 168 [ $arch == simmips ]
173 *: Skip 169 *: Skip
OLDNEW
« runtime/vm/intermediate_language_x64.cc ('K') | « runtime/vm/object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698