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

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

Issue 14619027: Fix for issue 10534. Implement int.pow correctly. Note that int.pow is considerably slower than dou… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 7 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/pow_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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 float_array_test: Skip # dart:typed_data support needed. 95 float_array_test: Skip # dart:typed_data support needed.
96 int_array_test: Skip # dart:typed_data support needed. 96 int_array_test: Skip # dart:typed_data support needed.
97 byte_array_view_optimized_test: Skip # dart:typed_data support needed. 97 byte_array_view_optimized_test: Skip # dart:typed_data support needed.
98 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord 98 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord
99 int_array_load_elimination_test: Skip # This is a VM test 99 int_array_load_elimination_test: Skip # This is a VM test
100 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. 100 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533.
101 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now. 101 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now.
102 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051 102 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051
103 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. 103 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
104 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. 104 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision.
105 pow_test: Skip # Precision > 53 bits.
105 106
106 [ $compiler == dart2js && $jscl ] 107 [ $compiler == dart2js && $jscl ]
107 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. 108 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
108 byte_array_test: Fail, OK # ByteArray 109 byte_array_test: Fail, OK # ByteArray
109 deoptimization_test: Fail, OK # Requires bigint. 110 deoptimization_test: Fail, OK # Requires bigint.
110 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. 111 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM.
111 io/options_test: Fail, OK # Cannot pass options to d8. 112 io/options_test: Fail, OK # Cannot pass options to d8.
112 113
113 [ $compiler == dart2js && $runtime == none ] 114 [ $compiler == dart2js && $runtime == none ]
114 io/options_test: Fail 115 io/options_test: Fail
(...skipping 14 matching lines...) Expand all
129 *: Skip 130 *: Skip
130 131
131 [ $arch == simarm ] 132 [ $arch == simarm ]
132 *: Skip 133 *: Skip
133 134
134 [ $arch == mips ] 135 [ $arch == mips ]
135 *: Skip 136 *: Skip
136 137
137 [ $arch == simmips ] 138 [ $arch == simmips ]
138 *: Skip 139 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/pow_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698