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

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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 *: Skip 134 *: Skip
135 135
136 [ $compiler == dart2js && $checked ] 136 [ $compiler == dart2js && $checked ]
137 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 137 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
138 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 138 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
139 139
140 [ $compiler == dart2dart ] 140 [ $compiler == dart2dart ]
141 # Skip until we stabilize language tests. 141 # Skip until we stabilize language tests.
142 *: Skip 142 *: Skip
143 143
144 [ $arch == x64 ]
145 # TODO(zra): Add checks to x64 arithmetic.
146 53bit_overflow_test: Fail
147
148 [ $arch == arm ] 144 [ $arch == arm ]
149 *: Skip 145 *: Skip
150 146
151 [ $arch == simarm ] 147 [ $arch == simarm ]
152 *: Skip 148 *: Skip
153 149
154 [ $arch == mips ] 150 [ $arch == mips ]
155 *: Skip 151 *: Skip
156 152
157 [ $arch == simmips ] 153 [ $arch == simmips ]
158 *: Skip 154 *: 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