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

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

Issue 16279006: Disables 53bit overflow test for dart2js (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 | « no previous file | 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 int_array_load_elimination_test: Skip # This is a VM test 110 int_array_load_elimination_test: Skip # This is a VM test
111 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. 111 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533.
112 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now. 112 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now.
113 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051 113 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051
114 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. 114 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
115 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. 115 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision.
116 pow_test: Skip # Precision > 53 bits. 116 pow_test: Skip # Precision > 53 bits.
117 io/test_runner_test: Fail # Library dart:uri removed. 117 io/test_runner_test: Fail # Library dart:uri removed.
118 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. 118 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed.
119 http_launch_test: Skip 119 http_launch_test: Skip
120 53bit_overflow_test: Skip
120 121
121 [ $compiler == dart2js && $jscl ] 122 [ $compiler == dart2js && $jscl ]
122 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. 123 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
123 byte_array_test: Fail, OK # ByteArray 124 byte_array_test: Fail, OK # ByteArray
124 deoptimization_test: Fail, OK # Requires bigint. 125 deoptimization_test: Fail, OK # Requires bigint.
125 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. 126 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM.
126 io/options_test: Fail, OK # Cannot pass options to d8. 127 io/options_test: Fail, OK # Cannot pass options to d8.
127 128
128 [ $compiler == dart2js && $runtime == none ] 129 [ $compiler == dart2js && $runtime == none ]
129 io/options_test: Fail 130 io/options_test: Fail
(...skipping 18 matching lines...) Expand all
148 *: Skip 149 *: Skip
149 150
150 [ $arch == simarm ] 151 [ $arch == simarm ]
151 *: Skip 152 *: Skip
152 153
153 [ $arch == mips ] 154 [ $arch == mips ]
154 *: Skip 155 *: Skip
155 156
156 [ $arch == simmips ] 157 [ $arch == simmips ]
157 *: Skip 158 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698