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

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

Issue 2665663002: Fix a typo in the status file (Closed)
Patch Set: Created 3 years, 10 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 | « 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 io/raw_socket_test: Pass, RuntimeError # Issue 28288 10 io/raw_socket_test: Pass, RuntimeError # Issue 28288
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 io/socket_source_address_test: SkipByDesign 385 io/socket_source_address_test: SkipByDesign
386 io/socket_bind_test: SkipByDesign 386 io/socket_bind_test: SkipByDesign
387 io/http_proxy_advanced_test: SkipByDesign 387 io/http_proxy_advanced_test: SkipByDesign
388 io/http_ipv6_test: SkipByDesign 388 io/http_ipv6_test: SkipByDesign
389 io/socket_ipv6_test: SkipByDesign 389 io/socket_ipv6_test: SkipByDesign
390 io/socket_info_ipv6_test: SkipByDesign 390 io/socket_info_ipv6_test: SkipByDesign
391 391
392 [ $builder_tag == asan && $arch == x64 ] 392 [ $builder_tag == asan && $arch == x64 ]
393 io/process_detached_test: Pass, Slow 393 io/process_detached_test: Pass, Slow
394 io/named_pipe_script_test: RuntimeError 394 io/named_pipe_script_test: RuntimeError
395
396 [ $system == windows && $arch == x64 ]
397 standalone/io/process_stdin_transform_unsubscribe_test: Pass, Slow # Issue 28558
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