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

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

Issue 2788153002: Create separate scopes for constructors, setters, and other members. (Closed)
Patch Set: One more flaky standalone/io test. Created 3 years, 8 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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 io/socket_ipv6_test: SkipByDesign 431 io/socket_ipv6_test: SkipByDesign
432 io/socket_info_ipv6_test: SkipByDesign 432 io/socket_info_ipv6_test: SkipByDesign
433 433
434 [ $builder_tag == asan && $arch == x64 ] 434 [ $builder_tag == asan && $arch == x64 ]
435 io/process_detached_test: Pass, Slow 435 io/process_detached_test: Pass, Slow
436 io/named_pipe_script_test: RuntimeError 436 io/named_pipe_script_test: RuntimeError
437 437
438 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ] 438 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
439 assert_test: RuntimeError 439 assert_test: RuntimeError
440 io/compile_all_test: Crash 440 io/compile_all_test: Crash
441 io/directory_chdir_test: DartkCrash 441 io/directory_chdir_test: RuntimeError
442 io/directory_test: DartkCrash 442 io/directory_test: RuntimeError
443 io/directory_uri_test: DartkCrash 443 io/directory_uri_test: RuntimeError
444 io/file_absolute_path_test: DartkCrash 444 io/file_absolute_path_test: RuntimeError
445 io/file_uri_test: DartkCrash 445 io/file_uri_test: RuntimeError
446 io/http_cookie_test: RuntimeError 446 io/http_cookie_test: RuntimeError
447 io/http_proxy_advanced_test: RuntimeError 447 io/http_proxy_advanced_test: RuntimeError
448 io/link_async_test: DartkCrash 448 io/http_proxy_test: Skip # Flaky.
449 io/link_test: DartkCrash 449 io/http_reuse_server_port_test: Skip # Flaky.
450 io/link_uri_test: DartkCrash 450 io/http_server_close_response_after_error_test: Skip # Flaky
451 io/platform_test: DartkCrash 451 io/link_async_test: RuntimeError
452 io/resolve_symbolic_links_test: DartkCrash 452 io/link_test: RuntimeError
453 io/skipping_dart2js_compilations_test: DartkCrash 453 io/link_uri_test: RuntimeError
454 io/platform_test: RuntimeError
455 io/raw_datagram_socket_test: Skip # Flaky.
456 io/resolve_symbolic_links_test: RuntimeError
457 io/skipping_dart2js_compilations_test: Pass
454 io/socket_many_connections_test: RuntimeError 458 io/socket_many_connections_test: RuntimeError
455 io/test_harness_analyzer_test: DartkCrash 459 io/test_harness_analyzer_test: Pass
456 io/test_runner_test: DartkCrash 460 io/test_runner_test: Pass
457 io/uri_platform_test: DartkCrash 461 io/uri_platform_test: RuntimeError
458 map_insert_remove_oom_test: Crash 462 map_insert_remove_oom_test: Crash
459 package/package1_test: CompileTimeError 463 package/package1_test: CompileTimeError
460 package/package_test: CompileTimeError 464 package/package_test: CompileTimeError
461 package/scenarios/invalid/invalid_package_name_test: DartkCrash 465 package/scenarios/invalid/invalid_package_name_test: DartkCrash
462 package/scenarios/invalid/invalid_utf8_test: DartkCrash 466 package/scenarios/invalid/invalid_utf8_test: DartkCrash
463 package/scenarios/invalid/non_existent_packages_file_test: DartkCrash 467 package/scenarios/invalid/non_existent_packages_file_test: DartkCrash
464 package/scenarios/invalid/same_package_twice_test: DartkCrash 468 package/scenarios/invalid/same_package_twice_test: DartkCrash
465 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError 469 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError
466 io/http_proxy_test: Skip # Flaky.
467 io/http_reuse_server_port_test: Skip # Flaky.
468 io/raw_datagram_socket_test: Skip # Flaky.
469 470
470 [ $runtime == flutter ] 471 [ $runtime == flutter ]
471 io/raw_datagram_socket_test: Crash # Flutter Issue 9115 472 io/raw_datagram_socket_test: Crash # Flutter Issue 9115
472 verbose_gc_to_bmu_test: RuntimeError # Flutter Issue 9115 473 verbose_gc_to_bmu_test: RuntimeError # Flutter Issue 9115
473 io/process_check_arguments_test: RuntimeError # Flutter Issue 9115 474 io/process_check_arguments_test: RuntimeError # Flutter Issue 9115
474 io/process_working_directory_test: RuntimeError # Flutter Issue 9115 475 io/process_working_directory_test: RuntimeError # Flutter Issue 9115
475 io/process_run_output_test: RuntimeError # Flutter Issue 9115 476 io/process_run_output_test: RuntimeError # Flutter Issue 9115
476 io/process_run_test: RuntimeError # Flutter Issue 9115 477 io/process_run_test: RuntimeError # Flutter Issue 9115
477 io/process_sync_test: RuntimeError # Flutter Issue 9115 478 io/process_sync_test: RuntimeError # Flutter Issue 9115
478 io/test_extension_test: RuntimeError # Flutter Issue 9115 479 io/test_extension_test: RuntimeError # Flutter Issue 9115
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par se package files Flutter Issue 9115 550 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par se package files Flutter Issue 9115
550 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to parse package files Flutter Issue 9115 551 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to parse package files Flutter Issue 9115
551 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 552 package/package_test: Fail # Unable to parse package files Flutter Issue 9115
552 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue 9115 553 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue 9115
553 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9 115 554 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9 115
554 555
555 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors 556 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors
556 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors 557 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors
557 io/test_runner_test: CompileTimeError # Uses mirrors 558 io/test_runner_test: CompileTimeError # Uses mirrors
558 559
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