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

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

Issue 12313088: First step towards implementing dart:typeddata library. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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
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 # Temporarily disabled until the test scripts are rewritten for 8 # Temporarily disabled until the test scripts are rewritten for
9 # dart:io v2. 9 # dart:io v2.
10 io/skipping_dart2js_compilations_test: skip # Non-fatal process error. 10 io/skipping_dart2js_compilations_test: skip # Non-fatal process error.
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. 100 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests.
101 io/web_socket_protocol_processor_test: Skip # dart:io unit test. 101 io/web_socket_protocol_processor_test: Skip # dart:io unit test.
102 102
103 io/process_exit_negative_test: Fail # This is a compilation-time negative test. 103 io/process_exit_negative_test: Fail # This is a compilation-time negative test.
104 104
105 [ $compiler == frog ] 105 [ $compiler == frog ]
106 *: Skip 106 *: Skip
107 107
108 [ $compiler == dart2js ] 108 [ $compiler == dart2js ]
109 number_identity_test: Skip # Bigints and int/double diff. not supported. 109 number_identity_test: Skip # Bigints and int/double diff. not supported.
110 typed_data_test: Skip # This is a VM test
110 typed_array_test: Skip # This is a VM test 111 typed_array_test: Skip # This is a VM test
111 float_array_test: Skip # This is a VM test 112 float_array_test: Skip # This is a VM test
112 int_array_test: Skip # This is a VM test 113 int_array_test: Skip # This is a VM test
113 int_array_load_elimination_test: Skip # This is a VM test 114 int_array_load_elimination_test: Skip # This is a VM test
114 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. 115 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533.
115 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now. 116 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now.
116 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051 117 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051
117 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. 118 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
118 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. 119 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision.
119 120
(...skipping 24 matching lines...) Expand all
144 *: Skip 145 *: Skip
145 146
146 [ $arch == simarm ] 147 [ $arch == simarm ]
147 *: Skip 148 *: Skip
148 149
149 [ $arch == mips ] 150 [ $arch == mips ]
150 *: Skip 151 *: Skip
151 152
152 [ $arch == simmips ] 153 [ $arch == simmips ]
153 *: Skip 154 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698