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 1312583008: dart2js cps: Clean up status file (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Update test expectations. Created 5 years, 3 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
« no previous file with comments | « tests/language/language_dart2js.status ('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 # 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 # CompileTimeErrors intentionally 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 179
180 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo de == debug ] 180 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo de == debug ]
181 verified_mem_test: Skip # Not yet implemented. 181 verified_mem_test: Skip # Not yet implemented.
182 182
183 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 183 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
184 full_coverage_test: Skip # Timeout. 184 full_coverage_test: Skip # Timeout.
185 io/file_lock_test: Skip # Timeout. 185 io/file_lock_test: Skip # Timeout.
186 io/test_runner_test: Skip # Timeout. 186 io/test_runner_test: Skip # Timeout.
187 io/http_client_stays_alive_test: Skip # Timeout. 187 io/http_client_stays_alive_test: Skip # Timeout.
188 188
189 [ $compiler == dart2js && $cps_ir ]
190 coverage_test: Crash # (static Iterable<Str... cannot handle sync*/async* funct ions
191 io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle sync*/async * functions
192 io/file_error_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
193 io/file_read_encoded_test: Crash # (static Iterable<Str... cannot handle sync*/ async* functions
194 io/file_test: Crash # (static Iterable<Str... cannot handle sync*/async* functi ons
195 io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync */async* functions
196 io/observatory_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
197 io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot h andle sync*/async* functions
198 priority_queue_stress_test: RuntimeError # Cannot read property 'length' of unde fined
199
200 [ $compiler == dart2js ] 189 [ $compiler == dart2js ]
201 io/observatory_test: Crash # Issue 24291 190 io/observatory_test: Crash # Issue 24291
202 191
203 [ $runtime == vm ] 192 [ $runtime == vm ]
204 # Failures in secure networking while NSS is replaced with BoringSSL 193 # Failures in secure networking while NSS is replaced with BoringSSL
205 io/https_client_certificate_test: RuntimeError # Issue 24070 194 io/https_client_certificate_test: RuntimeError # Issue 24070
206 io/secure_server_client_certificate_test: RuntimeError # Issue 24069 195 io/secure_server_client_certificate_test: RuntimeError # Issue 24069
207 io/secure_server_client_no_certificate_test: RuntimeError # Issue 24069 196 io/secure_server_client_no_certificate_test: RuntimeError # Issue 24069
208 io/secure_socket_renegotiate_test: RuntimeError 197 io/secure_socket_renegotiate_test: RuntimeError
209 io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection just puts a READ_CLOSED on the stream, rather than signaling an error on the str eam. 198 io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection just puts a READ_CLOSED on the stream, rather than signaling an error on the str eam.
199
200 [ $compiler == dart2js && $cps_ir ]
201 coverage_test: Crash # (static Iterable<Str... cannot handle sync*/async* funct ions
202 io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle sync*/async * functions
203 io/file_error_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
204 io/file_read_encoded_test: Crash # (static Iterable<Str... cannot handle sync*/ async* functions
205 io/file_test: Crash # (static Iterable<Str... cannot handle sync*/async* functi ons
206 io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync */async* functions
207 io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot h andle sync*/async* functions
208 priority_queue_stress_test: RuntimeError # Cannot read property 'length' of unde fined
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698