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

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

Issue 2523813002: Mark standalone/io/socket_info_ipv6_test as failing on Windows. (Closed)
Patch Set: Created 4 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 packages_file_test: Skip # Issue 26715 10 packages_file_test: Skip # Issue 26715
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval id package config 188 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval id package config
189 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits on invalid package config 189 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits on invalid package config
190 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on invalid package config 190 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on invalid package config
191 191
192 [ $system == windows ] 192 [ $system == windows ]
193 io/skipping_dart2js_compilations_test: Fail # Issue 19551. 193 io/skipping_dart2js_compilations_test: Fail # Issue 19551.
194 verbose_gc_to_bmu_test: Skip 194 verbose_gc_to_bmu_test: Skip
195 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 195 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641
196 io/process_sync_test: Pass, Timeout # Issue 24596 196 io/process_sync_test: Pass, Timeout # Issue 24596
197 io/sleep_test: Pass, Fail # Issue 25757 197 io/sleep_test: Pass, Fail # Issue 25757
198 io/socket_info_ipv6_test: RuntimeError # Issue 27876
198 199
199 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m ode == debug && $builder_tag == asan ] 200 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m ode == debug && $builder_tag == asan ]
200 io/file_lock_test: Skip # Timeout. 201 io/file_lock_test: Skip # Timeout.
201 io/test_runner_test: Skip # Timeout. 202 io/test_runner_test: Skip # Timeout.
202 io/http_client_stays_alive_test: Skip # Timeout. 203 io/http_client_stays_alive_test: Skip # Timeout.
203 204
204 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] 205 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
205 # Failures in secure networking while NSS is replaced with BoringSSL 206 # Failures in secure networking while NSS is replaced with BoringSSL
206 io/https_client_certificate_test: RuntimeError # Issue 24070 207 io/https_client_certificate_test: RuntimeError # Issue 24070
207 io/secure_socket_renegotiate_test: RuntimeError 208 io/secure_socket_renegotiate_test: RuntimeError
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 354
354 [ $builder_tag == no_ipv6 ] 355 [ $builder_tag == no_ipv6 ]
355 io/http_bind_test: SkipByDesign 356 io/http_bind_test: SkipByDesign
356 io/raw_datagram_socket_test: SkipByDesign 357 io/raw_datagram_socket_test: SkipByDesign
357 io/socket_source_address_test: SkipByDesign 358 io/socket_source_address_test: SkipByDesign
358 io/socket_bind_test: SkipByDesign 359 io/socket_bind_test: SkipByDesign
359 io/http_proxy_advanced_test: SkipByDesign 360 io/http_proxy_advanced_test: SkipByDesign
360 io/http_ipv6_test: SkipByDesign 361 io/http_ipv6_test: SkipByDesign
361 io/socket_ipv6_test: SkipByDesign 362 io/socket_ipv6_test: SkipByDesign
362 io/socket_info_ipv6_test: SkipByDesign 363 io/socket_info_ipv6_test: SkipByDesign
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