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

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

Issue 15743017: Adds a flag to the standalone vm to throw an exception on 53-bit integer overflow. (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
« no previous file with comments | « tests/standalone/53bit_overflow_test.dart ('k') | no next file » | 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) 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 *: Skip 133 *: Skip
134 134
135 [ $compiler == dart2js && $checked ] 135 [ $compiler == dart2js && $checked ]
136 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 136 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
137 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 137 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
138 138
139 [ $compiler == dart2dart ] 139 [ $compiler == dart2dart ]
140 # Skip until we stabilize language tests. 140 # Skip until we stabilize language tests.
141 *: Skip 141 *: Skip
142 142
143 [ $arch == x64 ]
144 # TODO(zra): Add checks to x64 arithmetic.
145 53bit_overflow_test: Fail
146
143 [ $arch == arm ] 147 [ $arch == arm ]
144 *: Skip 148 *: Skip
145 149
146 [ $arch == simarm ] 150 [ $arch == simarm ]
147 *: Skip 151 *: Skip
148 152
149 [ $arch == mips ] 153 [ $arch == mips ]
150 *: Skip 154 *: Skip
151 155
152 [ $arch == simmips ] 156 [ $arch == simmips ]
153 *: Skip 157 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/53bit_overflow_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698