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

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

Issue 1461253003: Temporarily mark standalone/io/process_sync_test as Pass, Timout on Windows (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month 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 | « 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 # CompileTimeErrors intentionally 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 package/scenarios/packages_file_in_parent/sub/packages_file_in_parent_test: Comp ileTimeError 193 package/scenarios/packages_file_in_parent/sub/packages_file_in_parent_test: Comp ileTimeError
194 package/scenarios/invalid/non_existent_packages_file_test: Crash, OK # Analyzer exits on invalid package config 194 package/scenarios/invalid/non_existent_packages_file_test: Crash, OK # Analyzer exits on invalid package config
195 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval id package config 195 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval id package config
196 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits on invalid package config 196 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits on invalid package config
197 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on invalid package config 197 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on invalid package config
198 198
199 [ $system == windows ] 199 [ $system == windows ]
200 io/skipping_dart2js_compilations_test: Fail # Issue 19551. 200 io/skipping_dart2js_compilations_test: Fail # Issue 19551.
201 verbose_gc_to_bmu_test: Skip 201 verbose_gc_to_bmu_test: Skip
202 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 202 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641
203 io/process_sync_test: Pass, Timeout # Issue 24596
203 204
204 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo de == debug ] 205 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo de == debug ]
205 verified_mem_test: Skip # Not yet implemented. 206 verified_mem_test: Skip # Not yet implemented.
206 207
207 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 208 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
208 full_coverage_test: Skip # Timeout. 209 full_coverage_test: Skip # Timeout.
209 io/file_lock_test: Skip # Timeout. 210 io/file_lock_test: Skip # Timeout.
210 io/test_runner_test: Skip # Timeout. 211 io/test_runner_test: Skip # Timeout.
211 io/http_client_stays_alive_test: Skip # Timeout. 212 io/http_client_stays_alive_test: Skip # Timeout.
212 213
213 [ $runtime == vm ] 214 [ $runtime == vm ]
214 # Failures in secure networking while NSS is replaced with BoringSSL 215 # Failures in secure networking while NSS is replaced with BoringSSL
215 io/https_client_certificate_test: RuntimeError # Issue 24070 216 io/https_client_certificate_test: RuntimeError # Issue 24070
216 io/secure_socket_renegotiate_test: RuntimeError 217 io/secure_socket_renegotiate_test: RuntimeError
217 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. 218 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.
218 219
219 [ $noopt ] 220 [ $noopt ]
220 map_literal_oom_test: Pass, Crash # Issue 24678 221 map_literal_oom_test: Pass, Crash # Issue 24678
221 javascript*: SkipByDesign # JS overflow flag unsupported 222 javascript*: SkipByDesign # JS overflow flag unsupported
222 io/web_socket_test: Pass, RuntimeError # Issue 24674 223 io/web_socket_test: Pass, RuntimeError # Issue 24674
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