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

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

Issue 2711913002: Skip standalone/io/console_unicode_test on Android. (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 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 io/secure_socket_alpn_test: RuntimeError 386 io/secure_socket_alpn_test: RuntimeError
387 io/secure_bad_certificate_test: RuntimeError 387 io/secure_bad_certificate_test: RuntimeError
388 io/secure_server_socket_test: RuntimeError 388 io/secure_server_socket_test: RuntimeError
389 io/secure_client_server_test: RuntimeError 389 io/secure_client_server_test: RuntimeError
390 io/socket_upgrade_to_secure_test: RuntimeError 390 io/socket_upgrade_to_secure_test: RuntimeError
391 io/secure_client_raw_server_test: RuntimeError 391 io/secure_client_raw_server_test: RuntimeError
392 io/secure_socket_test: RuntimeError 392 io/secure_socket_test: RuntimeError
393 io/raw_secure_socket_test: RuntimeError 393 io/raw_secure_socket_test: RuntimeError
394 io/https_bad_certificate_test: RuntimeError 394 io/https_bad_certificate_test: RuntimeError
395 io/secure_server_closing_test: RuntimeError 395 io/secure_server_closing_test: RuntimeError
396 io/console_unicode_test: Skip # https://github.com/dart-lang/sdk/issues/28872
396 397
397 [ $system == android && $runtime == dart_precompiled && $mode == release && $arc h == arm] 398 [ $system == android && $runtime == dart_precompiled && $mode == release && $arc h == arm]
398 io/stdout_stderr_non_blocking_test: Pass, Timeout # Issue 28426 399 io/stdout_stderr_non_blocking_test: Pass, Timeout # Issue 28426
399 400
400 [ $runtime == vm || $runtime == dart_precompiled ] 401 [ $runtime == vm || $runtime == dart_precompiled ]
401 deferred_transitive_import_error_test: Skip # Contains intentional errors. 402 deferred_transitive_import_error_test: Skip # Contains intentional errors.
402 403
403 [ $hot_reload || $hot_reload_rollback ] 404 [ $hot_reload || $hot_reload_rollback ]
404 deferred_transitive_import_error_test: Crash # Uses deferred imports. 405 deferred_transitive_import_error_test: Crash # Uses deferred imports.
405 package/*: SkipByDesign # Launches VMs in interesting ways. 406 package/*: SkipByDesign # Launches VMs in interesting ways.
406 io/raw_datagram_read_all_test: Pass, Fail # Timing dependent. 407 io/raw_datagram_read_all_test: Pass, Fail # Timing dependent.
407 io/test_runner_test: Pass, Slow # Slow. 408 io/test_runner_test: Pass, Slow # Slow.
408 io/skipping_dart2js_compilations_test: Pass, Slow # Slow. 409 io/skipping_dart2js_compilations_test: Pass, Slow # Slow.
409 410
410 [ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ] 411 [ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ]
411 io/http_bind_test: Crash # Issue 28857 412 io/http_bind_test: Crash # Issue 28857
412 413
413 [ $builder_tag == no_ipv6 ] 414 [ $builder_tag == no_ipv6 ]
414 io/raw_datagram_socket_test: SkipByDesign 415 io/raw_datagram_socket_test: SkipByDesign
415 io/socket_source_address_test: SkipByDesign 416 io/socket_source_address_test: SkipByDesign
416 io/socket_bind_test: SkipByDesign 417 io/socket_bind_test: SkipByDesign
417 io/http_proxy_advanced_test: SkipByDesign 418 io/http_proxy_advanced_test: SkipByDesign
418 io/http_ipv6_test: SkipByDesign 419 io/http_ipv6_test: SkipByDesign
419 io/socket_ipv6_test: SkipByDesign 420 io/socket_ipv6_test: SkipByDesign
420 io/socket_info_ipv6_test: SkipByDesign 421 io/socket_info_ipv6_test: SkipByDesign
421 422
422 [ $builder_tag == asan && $arch == x64 ] 423 [ $builder_tag == asan && $arch == x64 ]
423 io/process_detached_test: Pass, Slow 424 io/process_detached_test: Pass, Slow
424 io/named_pipe_script_test: RuntimeError 425 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