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

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

Issue 2716753002: Fix standalone status file (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 # This test checks that the test runner correctly detects and reports non-utf8
11 # output from a test.
12 io/non_utf8_output_test: NonUtf8Output, OK
13
14 io/raw_socket_test: Pass, RuntimeError # Issue 28288 10 io/raw_socket_test: Pass, RuntimeError # Issue 28288
15 io/http_close_test: Pass, RuntimeError # Issue 28380 11 io/http_close_test: Pass, RuntimeError # Issue 28380
16 packages_file_test: Skip # Issue 26715 12 packages_file_test: Skip # Issue 26715
17 packages_file_test/none: Skip # contains no tests. 13 packages_file_test/none: Skip # contains no tests.
18 14
19 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally 15 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
20 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Fail, OK # CompileTimeErrors intentionally 16 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Fail, OK # CompileTimeErrors intentionally
21 package/scenarios/empty_packages_file/empty_packages_file_discovery_test: Fail, OK # CompileTimeErrors intentionally 17 package/scenarios/empty_packages_file/empty_packages_file_discovery_test: Fail, OK # CompileTimeErrors intentionally
22 package/scenarios/empty_packages_file/empty_packages_file_option_test: Fail, OK # CompileTimeErrors intentionally 18 package/scenarios/empty_packages_file/empty_packages_file_option_test: Fail, OK # CompileTimeErrors intentionally
23 package/scenarios/invalid/invalid_package_name_test: RuntimeError, CompileTimeEr ror # Errors intentionally 19 package/scenarios/invalid/invalid_package_name_test: RuntimeError, CompileTimeEr ror # Errors intentionally
24 package/scenarios/invalid/same_package_twice_test.dart: RuntimeError, CompileTim eError # Errors intentionally 20 package/scenarios/invalid/same_package_twice_test.dart: RuntimeError, CompileTim eError # Errors intentionally
25 21
26 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue 14516 comment #4. 22 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue 14516 comment #4.
27 23
28 [$runtime == vm && $compiler == none && $system == fuchsia] 24 [$runtime == vm && $compiler == none && $system == fuchsia]
29 *: Skip # Not yet triaged. 25 *: Skip # Not yet triaged.
30 26
31 [ ($runtime != vm && $runtime != dart_precompiled) && ($runtime != drt || $compi ler != none) ] 27 [ ($runtime != vm && $runtime != dart_precompiled) && ($runtime != drt || $compi ler != none) ]
32 no_assert_test: Fail, OK # This is testing a vm flag. 28 no_assert_test: Fail, OK # This is testing a vm flag.
33 env_test: Skip # This is testing a vm command line parsing scenario. 29 env_test: Skip # This is testing a vm command line parsing scenario.
34 30
35 [ $runtime == vm || $runtime == dart_precompiled ] 31 [ $runtime == vm || $runtime == dart_precompiled ]
36 package/package_isolate_test: Fail # Issue 12474 32 package/package_isolate_test: Fail # Issue 12474
37 io/observatory_test: Fail 33 io/observatory_test: Fail
38 package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119 34 package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119
35 # This test checks that the test runner correctly detects and reports non-utf8
36 # output from a test.
37 io/non_utf8_output_test: NonUtf8Output, OK
39 38
40 [ ($runtime == vm || $runtime == dart_precompiled) && $checked ] 39 [ ($runtime == vm || $runtime == dart_precompiled) && $checked ]
41 # These tests have type errors on purpose. 40 # These tests have type errors on purpose.
42 io/process_invalid_arguments_test: Fail, OK 41 io/process_invalid_arguments_test: Fail, OK
43 io/directory_invalid_arguments_test: Fail, OK 42 io/directory_invalid_arguments_test: Fail, OK
44 io/file_invalid_arguments_test: Fail, OK 43 io/file_invalid_arguments_test: Fail, OK
45 io/internet_address_invalid_arguments_test: Fail, OK 44 io/internet_address_invalid_arguments_test: Fail, OK
46 io/socket_invalid_arguments_test: Fail, OK 45 io/socket_invalid_arguments_test: Fail, OK
47 io/stdout_bad_argument_test: Fail, OK 46 io/stdout_bad_argument_test: Fail, OK
48 # These test have type errors on purpose and take very long to run in 47 # These test have type errors on purpose and take very long to run in
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 io/socket_source_address_test: SkipByDesign 418 io/socket_source_address_test: SkipByDesign
420 io/socket_bind_test: SkipByDesign 419 io/socket_bind_test: SkipByDesign
421 io/http_proxy_advanced_test: SkipByDesign 420 io/http_proxy_advanced_test: SkipByDesign
422 io/http_ipv6_test: SkipByDesign 421 io/http_ipv6_test: SkipByDesign
423 io/socket_ipv6_test: SkipByDesign 422 io/socket_ipv6_test: SkipByDesign
424 io/socket_info_ipv6_test: SkipByDesign 423 io/socket_info_ipv6_test: SkipByDesign
425 424
426 [ $builder_tag == asan && $arch == x64 ] 425 [ $builder_tag == asan && $arch == x64 ]
427 io/process_detached_test: Pass, Slow 426 io/process_detached_test: Pass, Slow
428 io/named_pipe_script_test: RuntimeError 427 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