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

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

Issue 16482003: Select right multitest. (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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 83
84 84
85 [ $compiler == dartanalyzer ] 85 [ $compiler == dartanalyzer ]
86 io/file_constructor_test: fail 86 io/file_constructor_test: fail
87 io/http_date_test: fail 87 io/http_date_test: fail
88 io/http_headers_test: fail 88 io/http_headers_test: fail
89 io/http_parser_test: fail 89 io/http_parser_test: fail
90 io/process_exit_negative_test: fail 90 io/process_exit_negative_test: fail
91 io/url_encoding_test: fail 91 io/url_encoding_test: fail
92 io/web_socket_protocol_processor_test: fail 92 io/web_socket_protocol_processor_test: fail
93 53bit_overflow_literal_test: fail, ok 93 53bit_overflow_literal_test/01: fail, ok
94 94
95 # Fails because checked-in dart executable is not up to date. 95 # Fails because checked-in dart executable is not up to date.
96 io/test_runner_test: fail 96 io/test_runner_test: fail
97 io/skipping_dart2js_compilations_test: fail 97 io/skipping_dart2js_compilations_test: fail
98 98
99 99
100 [ $compiler == dart2analyzer ] 100 [ $compiler == dart2analyzer ]
101 io/file_constructor_test: fail 101 io/file_constructor_test: fail
102 io/http_date_test: fail 102 io/http_date_test: fail
103 io/http_headers_test: fail 103 io/http_headers_test: fail
104 io/http_parser_test: fail 104 io/http_parser_test: fail
105 io/process_exit_negative_test: fail 105 io/process_exit_negative_test: fail
106 io/url_encoding_test: fail 106 io/url_encoding_test: fail
107 io/web_socket_protocol_processor_test: fail 107 io/web_socket_protocol_processor_test: fail
108 53bit_overflow_literal_test: fail, ok 108 53bit_overflow_literal_test/01: fail, ok
109 109
110 # Fails because checked-in dart executable is not up to date. 110 # Fails because checked-in dart executable is not up to date.
111 io/test_runner_test: fail 111 io/test_runner_test: fail
112 io/skipping_dart2js_compilations_test: fail 112 io/skipping_dart2js_compilations_test: fail
113 113
114 114
115 [ $compiler == dart2js ] 115 [ $compiler == dart2js ]
116 number_identity_test: Skip # Bigints and int/double diff. not supported. 116 number_identity_test: Skip # Bigints and int/double diff. not supported.
117 typed_data_test: Skip # dart:typed_data support needed. 117 typed_data_test: Skip # dart:typed_data support needed.
118 bytedata_test: Skip # dart:typed_data support needed. 118 bytedata_test: Skip # dart:typed_data support needed.
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 *: Skip 163 *: Skip
164 164
165 [ $arch == simarm ] 165 [ $arch == simarm ]
166 *: Skip 166 *: Skip
167 167
168 [ $arch == mips ] 168 [ $arch == mips ]
169 *: Skip 169 *: Skip
170 170
171 [ $arch == simmips ] 171 [ $arch == simmips ]
172 *: Skip 172 *: 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