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

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

Issue 16664003: Improvements to 53-bit overflow checking. (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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. 126 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533.
127 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now. 127 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now.
128 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051 128 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051
129 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. 129 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
130 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. 130 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision.
131 pow_test: Skip # Precision > 53 bits. 131 pow_test: Skip # Precision > 53 bits.
132 io/test_runner_test: Fail # Library dart:uri removed. 132 io/test_runner_test: Fail # Library dart:uri removed.
133 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. 133 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed.
134 http_launch_test: Skip 134 http_launch_test: Skip
135 53bit_overflow_test: Skip 135 53bit_overflow_test: Skip
136 53bit_overflow_literal_test: Skip
136 137
137 [ $compiler == dart2js && $jscl ] 138 [ $compiler == dart2js && $jscl ]
138 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. 139 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
139 byte_array_test: Fail, OK # ByteArray 140 byte_array_test: Fail, OK # ByteArray
140 deoptimization_test: Fail, OK # Requires bigint. 141 deoptimization_test: Fail, OK # Requires bigint.
141 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. 142 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM.
142 io/options_test: Fail, OK # Cannot pass options to d8. 143 io/options_test: Fail, OK # Cannot pass options to d8.
143 144
144 [ $compiler == dart2js && $runtime == none ] 145 [ $compiler == dart2js && $runtime == none ]
145 io/options_test: Fail 146 io/options_test: Fail
(...skipping 14 matching lines...) Expand all
160 *: Skip 161 *: Skip
161 162
162 [ $arch == simarm ] 163 [ $arch == simarm ]
163 *: Skip 164 *: Skip
164 165
165 [ $arch == mips ] 166 [ $arch == mips ]
166 *: Skip 167 *: Skip
167 168
168 [ $arch == simmips ] 169 [ $arch == simmips ]
169 *: Skip 170 *: 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