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

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

Issue 2518263002: Report a peer address over IPv4 as IPv4. (Closed)
Patch Set: Created 4 years 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/standalone/io/socket_info_test.dart ('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 packages_file_test: Skip # Issue 26715 10 packages_file_test: Skip # Issue 26715
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 deferred_transitive_import_error_test: Skip # Contains intentional errors. 345 deferred_transitive_import_error_test: Skip # Contains intentional errors.
346 346
347 [ $hot_reload || $hot_reload_rollback ] 347 [ $hot_reload || $hot_reload_rollback ]
348 deferred_transitive_import_error_test: Crash # Uses deferred imports. 348 deferred_transitive_import_error_test: Crash # Uses deferred imports.
349 package/*: SkipByDesign # Launches VMs in interesting ways. 349 package/*: SkipByDesign # Launches VMs in interesting ways.
350 io/raw_datagram_read_all_test: Pass, Fail # Timing dependent. 350 io/raw_datagram_read_all_test: Pass, Fail # Timing dependent.
351 io/test_runner_test: Pass, Slow # Slow. 351 io/test_runner_test: Pass, Slow # Slow.
352 io/skipping_dart2js_compilations_test: Pass, Slow # Slow. 352 io/skipping_dart2js_compilations_test: Pass, Slow # Slow.
353 353
354 [ $builder_tag == no_ipv6 ] 354 [ $builder_tag == no_ipv6 ]
355 io/http_bind_test: Skip 355 io/http_bind_test: SkipByDesign
356 io/raw_datagram_socket_test: Skip 356 io/raw_datagram_socket_test: SkipByDesign
357 io/socket_source_address_test: Skip 357 io/socket_source_address_test: SkipByDesign
358 io/socket_bind_test: Skip 358 io/socket_bind_test: SkipByDesign
359 io/http_proxy_advanced_test: Skip 359 io/http_proxy_advanced_test: SkipByDesign
360 io/http_ipv6_test: Skip 360 io/http_ipv6_test: SkipByDesign
361 io/socket_ipv6_test: Skip 361 io/socket_ipv6_test: SkipByDesign
362 io/socket_info_ipv6_test: SkipByDesign
OLDNEW
« no previous file with comments | « tests/standalone/io/socket_info_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698