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

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

Issue 2697253003: Skip test on windows which cannot run with precompiler (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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 io/process_stdout_test: Skip 290 io/process_stdout_test: Skip
291 io/process_sync_test: Skip 291 io/process_sync_test: Skip
292 io/raw_datagram_socket_test: Skip 292 io/raw_datagram_socket_test: Skip
293 io/regress_7191_test: Skip 293 io/regress_7191_test: Skip
294 io/regress_7679_test: Skip 294 io/regress_7679_test: Skip
295 io/secure_unauthorized_test: Skip 295 io/secure_unauthorized_test: Skip
296 io/signals_test: Skip 296 io/signals_test: Skip
297 io/stdin_sync_test: Skip 297 io/stdin_sync_test: Skip
298 io/stdio_implicit_close_test: Skip 298 io/stdio_implicit_close_test: Skip
299 io/stdio_nonblocking_test: Skip 299 io/stdio_nonblocking_test: Skip
300 io/test_extension_fail_test: Skip
300 io/test_extension_test: Skip 301 io/test_extension_test: Skip
301 io/test_extension_fail_test: Skip 302 io/windows_environment_test: Skip
302 verbose_gc_to_bmu_test: Skip 303 verbose_gc_to_bmu_test: Skip
303 304
304 io/platform_test: RuntimeError # Expects to be running from 'dart' instead of 'd art_precompiled_runtime' 305 io/platform_test: RuntimeError # Expects to be running from 'dart' instead of 'd art_precompiled_runtime'
305 io/directory_list_sync_test: Timeout, Skip # Expects to find the test directory relative to the script. 306 io/directory_list_sync_test: Timeout, Skip # Expects to find the test directory relative to the script.
306 307
307 [ $runtime == vm && $system == windows && $mode == release ] 308 [ $runtime == vm && $system == windows && $mode == release ]
308 io/http_server_close_response_after_error_test: Pass, Timeout # Issue 28370: tim eout. 309 io/http_server_close_response_after_error_test: Pass, Timeout # Issue 28370: tim eout.
309 io/regress_7191_test: Pass, Timeout # Issue 28374: timeout. 310 io/regress_7191_test: Pass, Timeout # Issue 28374: timeout.
310 311
311 [ $runtime == vm && $system == linux && $mode == release && $arch == ia32 && $bu ilder_tag == asan ] 312 [ $runtime == vm && $system == linux && $mode == release && $arch == ia32 && $bu ilder_tag == asan ]
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 io/socket_source_address_test: SkipByDesign 408 io/socket_source_address_test: SkipByDesign
408 io/socket_bind_test: SkipByDesign 409 io/socket_bind_test: SkipByDesign
409 io/http_proxy_advanced_test: SkipByDesign 410 io/http_proxy_advanced_test: SkipByDesign
410 io/http_ipv6_test: SkipByDesign 411 io/http_ipv6_test: SkipByDesign
411 io/socket_ipv6_test: SkipByDesign 412 io/socket_ipv6_test: SkipByDesign
412 io/socket_info_ipv6_test: SkipByDesign 413 io/socket_info_ipv6_test: SkipByDesign
413 414
414 [ $builder_tag == asan && $arch == x64 ] 415 [ $builder_tag == asan && $arch == x64 ]
415 io/process_detached_test: Pass, Slow 416 io/process_detached_test: Pass, Slow
416 io/named_pipe_script_test: RuntimeError 417 io/named_pipe_script_test: RuntimeError
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