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

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

Issue 20781002: dart2js should skip tests requiring more than 53-bit precision. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 5 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 # WARNING: 5 # WARNING:
6 # Tests using the multitest feature where failure is expected should *also* be 6 # Tests using the multitest feature where failure is expected should *also* be
7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone"
8 # prefix. 8 # prefix.
9 9
10 package/invalid_uri_test: Fail, OK # Fails intentionally 10 package/invalid_uri_test: Fail, OK # Fails intentionally
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 float_array_test: Skip # dart:typed_data support needed. 106 float_array_test: Skip # dart:typed_data support needed.
107 int_array_test: Skip # dart:typed_data support needed. 107 int_array_test: Skip # dart:typed_data support needed.
108 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord 108 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord
109 int_array_load_elimination_test: Skip # This is a VM test 109 int_array_load_elimination_test: Skip # This is a VM test
110 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. 110 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533.
111 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now. 111 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now.
112 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051 112 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051
113 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. 113 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
114 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. 114 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision.
115 pow_test: Skip # Precision > 53 bits. 115 pow_test: Skip # Precision > 53 bits.
116 double_smi_comparison_test: Skip # Precision > 53 bits.
116 http_launch_test: Skip 117 http_launch_test: Skip
117 53bit_overflow_test: Skip 118 53bit_overflow_test: Skip
118 53bit_overflow_literal_test: Skip 119 53bit_overflow_literal_test: Skip
119 oom_error_stacktrace_test: Fail, OK # (OOM on JS may produce a stacktrace). 120 oom_error_stacktrace_test: Fail, OK # (OOM on JS may produce a stacktrace).
120 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. 121 vmservice/*: Skip # Do not run standalone vm service tests with dart2js.
121 122
122 123
123 [ $compiler == dart2js && $jscl ] 124 [ $compiler == dart2js && $jscl ]
124 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. 125 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
125 byte_array_test: Fail, OK # ByteArray 126 byte_array_test: Fail, OK # ByteArray
(...skipping 25 matching lines...) Expand all
151 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue 152 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue
152 153
153 [ $arch == mips ] 154 [ $arch == mips ]
154 *: Skip 155 *: Skip
155 156
156 [ $arch == simmips ] 157 [ $arch == simmips ]
157 io/file_fuzz_test: Pass, Timeout 158 io/file_fuzz_test: Pass, Timeout
158 out_of_memory_test: Skip # passes on Mac, crashes on Linux 159 out_of_memory_test: Skip # passes on Mac, crashes on Linux
159 oom_error_stacktrace_test: Skip # Fails on Linux 160 oom_error_stacktrace_test: Skip # Fails on Linux
160 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue 161 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue
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