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

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

Issue 2780943004: Update status files for all test suites for -c dartk / -c dartkp configuration. (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 | « tests/lib/lib.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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 io/socket_source_address_test: SkipByDesign 420 io/socket_source_address_test: SkipByDesign
421 io/socket_bind_test: SkipByDesign 421 io/socket_bind_test: SkipByDesign
422 io/http_proxy_advanced_test: SkipByDesign 422 io/http_proxy_advanced_test: SkipByDesign
423 io/http_ipv6_test: SkipByDesign 423 io/http_ipv6_test: SkipByDesign
424 io/socket_ipv6_test: SkipByDesign 424 io/socket_ipv6_test: SkipByDesign
425 io/socket_info_ipv6_test: SkipByDesign 425 io/socket_info_ipv6_test: SkipByDesign
426 426
427 [ $builder_tag == asan && $arch == x64 ] 427 [ $builder_tag == asan && $arch == x64 ]
428 io/process_detached_test: Pass, Slow 428 io/process_detached_test: Pass, Slow
429 io/named_pipe_script_test: RuntimeError 429 io/named_pipe_script_test: RuntimeError
430
431 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
432 assert_test: RuntimeError
433 io/compile_all_test: Crash
434 io/directory_chdir_test: DartkCrash
435 io/directory_test: DartkCrash
436 io/directory_uri_test: DartkCrash
437 io/file_absolute_path_test: DartkCrash
438 io/file_uri_test: DartkCrash
439 io/http_cookie_test: RuntimeError
440 io/http_proxy_advanced_test: RuntimeError
441 io/link_async_test: DartkCrash
442 io/link_test: DartkCrash
443 io/link_uri_test: DartkCrash
444 io/platform_test: DartkCrash
445 io/resolve_symbolic_links_test: DartkCrash
446 io/skipping_dart2js_compilations_test: DartkCrash
447 io/socket_many_connections_test: RuntimeError
448 io/test_harness_analyzer_test: DartkCrash
449 io/test_runner_test: DartkCrash
450 io/uri_platform_test: DartkCrash
451 map_insert_remove_oom_test: Crash
452 package/package1_test: CompileTimeError
453 package/package_test: CompileTimeError
454 package/scenarios/invalid/invalid_package_name_test: DartkCrash
455 package/scenarios/invalid/invalid_utf8_test: DartkCrash
456 package/scenarios/invalid/non_existent_packages_file_test: DartkCrash
457 package/scenarios/invalid/same_package_twice_test: DartkCrash
458 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError
459 verbose_gc_to_bmu_test: RuntimeError
OLDNEW
« no previous file with comments | « tests/lib/lib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698