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

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

Issue 2799783004: Implement various getters on DillMember. (Closed)
Patch Set: 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 | « runtime/observatory/tests/service/service_kernel.status ('k') | tests/utils/utils.status » ('j') | 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 [ $runtime == vm && $system == windows && $mode == release ] 318 [ $runtime == vm && $system == windows && $mode == release ]
319 io/http_server_close_response_after_error_test: Pass, Timeout # Issue 28370: tim eout. 319 io/http_server_close_response_after_error_test: Pass, Timeout # Issue 28370: tim eout.
320 io/regress_7191_test: Pass, Timeout # Issue 28374: timeout. 320 io/regress_7191_test: Pass, Timeout # Issue 28374: timeout.
321 321
322 [ $runtime == vm && $system == macos && $mode == release ] 322 [ $runtime == vm && $system == macos && $mode == release ]
323 io/named_pipe_script_test: Pass, RuntimeError # Issue 28737 323 io/named_pipe_script_test: Pass, RuntimeError # Issue 28737
324 324
325 [ $runtime == vm && $system == linux && $mode == release && $arch == ia32 && $bu ilder_tag == asan ] 325 [ $runtime == vm && $system == linux && $mode == release && $arch == ia32 && $bu ilder_tag == asan ]
326 io/socket_close_test: Pass, Timeout # Issue 28502: timeout. 326 io/socket_close_test: Pass, Timeout # Issue 28502: timeout.
327 327
328 [ $runtime == dart_precompiled || $mode == product ] 328 [ $runtime == dart_precompiled || $mode == product && ($compiler != dartk && $co mpiler != dartkp)]
329 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors 329 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors
330 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors 330 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors
331 io/test_runner_test: CompileTimeError # Imports dart:mirrors 331 io/test_runner_test: CompileTimeError # Imports dart:mirrors
332 332
333 [ $compiler == app_jit ] 333 [ $compiler == app_jit ]
334 assert_test: RuntimeError # Script name change? 334 assert_test: RuntimeError # Script name change?
335 335
336 [ $runtime == dart_precompiled || $mode == product ] 336 [ $runtime == dart_precompiled || $mode == product ]
337 assert_test: SkipByDesign # Requires checked mode. 337 assert_test: SkipByDesign # Requires checked mode.
338 no_assert_test: SkipByDesign # Requires checked mode. 338 no_assert_test: SkipByDesign # Requires checked mode.
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 io/socket_bind_test: SkipByDesign 428 io/socket_bind_test: SkipByDesign
429 io/http_proxy_advanced_test: SkipByDesign 429 io/http_proxy_advanced_test: SkipByDesign
430 io/http_ipv6_test: SkipByDesign 430 io/http_ipv6_test: SkipByDesign
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 ]
439 io/http_proxy_test: Skip # Flaky.
440 io/http_response_deadline_test: Skip # Flaky.
441 io/http_reuse_server_port_test: Skip # Flaky.
442 io/http_server_close_response_after_error_test: Skip # Flaky.
443 io/raw_datagram_socket_test: Skip # Flaky.
444
439 assert_test: RuntimeError 445 assert_test: RuntimeError
440 io/compile_all_test: Crash 446 io/compile_all_test: Crash
441 io/directory_chdir_test: RuntimeError
442 io/directory_test: RuntimeError
443 io/directory_uri_test: RuntimeError
444 io/file_absolute_path_test: RuntimeError
445 io/file_uri_test: RuntimeError
446 io/http_cookie_test: RuntimeError 447 io/http_cookie_test: RuntimeError
447 io/http_proxy_advanced_test: RuntimeError 448 io/http_proxy_advanced_test: RuntimeError
448 io/http_proxy_test: Skip # Flaky.
449 io/http_reuse_server_port_test: Skip # Flaky.
450 io/http_server_close_response_after_error_test: Skip # Flaky
451 io/link_async_test: RuntimeError
452 io/link_test: RuntimeError
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
458 io/socket_many_connections_test: RuntimeError 449 io/socket_many_connections_test: RuntimeError
459 io/test_harness_analyzer_test: Pass
460 io/test_runner_test: Pass
461 io/uri_platform_test: RuntimeError
462 map_insert_remove_oom_test: Crash 450 map_insert_remove_oom_test: Crash
463 package/package1_test: CompileTimeError 451 package/package1_test: CompileTimeError
464 package/package_test: CompileTimeError 452 package/package_test: CompileTimeError
465 package/scenarios/invalid/invalid_package_name_test: DartkCrash 453 package/scenarios/invalid/invalid_package_name_test: DartkCrash
466 package/scenarios/invalid/invalid_utf8_test: DartkCrash 454 package/scenarios/invalid/invalid_utf8_test: DartkCrash
467 package/scenarios/invalid/non_existent_packages_file_test: DartkCrash 455 package/scenarios/invalid/non_existent_packages_file_test: DartkCrash
468 package/scenarios/invalid/same_package_twice_test: DartkCrash 456 package/scenarios/invalid/same_package_twice_test: DartkCrash
469 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError 457 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError
470 458
471 [ $runtime == flutter ] 459 [ $runtime == flutter ]
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par se package files Flutter Issue 9115 538 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par se 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 539 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to parse package files Flutter Issue 9115
552 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 540 package/package_test: Fail # Unable to parse package files Flutter Issue 9115
553 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue 9115 541 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue 9115
554 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9 115 542 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9 115
555 543
556 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors 544 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors
557 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors 545 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors
558 io/test_runner_test: CompileTimeError # Uses mirrors 546 io/test_runner_test: CompileTimeError # Uses mirrors
559 547
OLDNEW
« no previous file with comments | « runtime/observatory/tests/service/service_kernel.status ('k') | tests/utils/utils.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698