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

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

Issue 2928903002: Clean up status files. (Closed)
Patch Set: Rebased on 47b1473cbed73d0f3365d571e809c8161ce96443. Created 3 years, 6 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 | « tests/language/language_kernel.status ('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 io/raw_socket_test: Pass, RuntimeError # Issue 28288 10 io/raw_socket_test: Pass, RuntimeError # Issue 28288
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 io/http_proxy_advanced_test: SkipByDesign 434 io/http_proxy_advanced_test: SkipByDesign
435 io/http_ipv6_test: SkipByDesign 435 io/http_ipv6_test: SkipByDesign
436 io/socket_ipv6_test: SkipByDesign 436 io/socket_ipv6_test: SkipByDesign
437 io/socket_info_ipv6_test: SkipByDesign 437 io/socket_info_ipv6_test: SkipByDesign
438 438
439 [ $builder_tag == asan ] 439 [ $builder_tag == asan ]
440 io/process_detached_test: Pass, Slow 440 io/process_detached_test: Pass, Slow
441 io/named_pipe_script_test: RuntimeError 441 io/named_pipe_script_test: RuntimeError
442 442
443 [ $compiler == dartk || $compiler == dartkp ] 443 [ $compiler == dartk || $compiler == dartkp ]
444 no_support_debugger_test: Skip # kernel-service snapshot not compatible with fla g disabled
445 io/http_client_connect_test: Skip # Flaky. 444 io/http_client_connect_test: Skip # Flaky.
446 io/http_content_length_test: Skip # Flaky. 445 io/http_content_length_test: Skip # Flaky.
447 io/http_proxy_test: Skip # Flaky. 446 io/http_proxy_test: Skip # Flaky.
448 io/http_response_deadline_test: Skip # Flaky. 447 io/http_response_deadline_test: Skip # Flaky.
449 io/http_reuse_server_port_test: Skip # Flaky. 448 io/http_reuse_server_port_test: Skip # Flaky.
450 io/http_server_close_response_after_error_test: Skip # Flaky. 449 io/http_server_close_response_after_error_test: Skip # Flaky.
451 io/http_shutdown_test: Skip # Flaky. 450 io/http_shutdown_test: Skip # Flaky.
452 io/raw_datagram_socket_test: Skip # Flaky. 451 io/raw_datagram_socket_test: Skip # Flaky.
453 io/raw_secure_server_closing_test: Skip # Flaky 452 io/raw_secure_server_closing_test: Skip # Flaky
454 io/raw_secure_server_closing_test: Skip # Flaky. 453 io/raw_secure_server_closing_test: Skip # Flaky.
454 io/secure_multiple_client_server_test: Skip # Flaky.
455 io/secure_server_closing_test: Skip # Flaky. 455 io/secure_server_closing_test: Skip # Flaky.
456 io/web_socket_error_test: Skip # Flaky 456 io/web_socket_error_test: Skip # Flaky
457 io/web_socket_ping_test: Skip # Flaky. 457 io/web_socket_ping_test: Skip # Flaky.
458 io/web_socket_test: Skip # Flaky. 458 io/web_socket_test: Skip # Flaky.
459 no_support_debugger_test: Skip # kernel-service snapshot not compatible with fla g disabled
459 460
460 regress_29350_test: MissingCompileTimeError 461 regress_29350_test: MissingCompileTimeError
461 assert_test: RuntimeError 462 assert_test: RuntimeError
462 io/compile_all_test: Crash 463 io/compile_all_test: Crash
463 io/http_cookie_test: RuntimeError 464 io/http_cookie_test: RuntimeError
464 io/http_proxy_advanced_test: RuntimeError 465 io/http_proxy_advanced_test: RuntimeError
465 io/socket_many_connections_test: RuntimeError 466 io/socket_many_connections_test: RuntimeError
466 map_insert_remove_oom_test: Crash 467 map_insert_remove_oom_test: Crash
467 package/package1_test: CompileTimeError 468 package/package1_test: CompileTimeError
468 package/package_test: CompileTimeError 469 package/package_test: CompileTimeError
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to parse package files Flutter Issue 9115 555 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to parse package files Flutter Issue 9115
555 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 556 package/package_test: Fail # Unable to parse package files Flutter Issue 9115
556 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue 9115 557 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue 9115
557 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9 115 558 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9 115
558 559
559 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors 560 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors
560 io/status_file_parser_test: CompileTimeError # Uses mirrors 561 io/status_file_parser_test: CompileTimeError # Uses mirrors
561 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors 562 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors
562 io/test_runner_test: CompileTimeError # Uses mirrors 563 io/test_runner_test: CompileTimeError # Uses mirrors
563 status_expression_test: CompileTimeError # Uses mirrors 564 status_expression_test: CompileTimeError # Uses mirrors
OLDNEW
« no previous file with comments | « tests/language/language_kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698