OLD | NEW |
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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. | 87 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. |
88 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. | 88 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. |
89 oom_error_stacktrace_test: Skip | 89 oom_error_stacktrace_test: Skip |
90 out_of_memory_test: Skip | 90 out_of_memory_test: Skip |
91 map_insert_remove_oom_test: Skip # Issue 24571 | 91 map_insert_remove_oom_test: Skip # Issue 24571 |
92 verbose_gc_to_bmu_test: Skip | 92 verbose_gc_to_bmu_test: Skip |
93 regress_26031_test: SkipByDesign # Standalone only test | 93 regress_26031_test: SkipByDesign # Standalone only test |
94 env_test: Skip # This is testing a vm command line parsing scenario. | 94 env_test: Skip # This is testing a vm command line parsing scenario. |
95 dart_developer_disabled_env_test: SkipByDesign # Dartium does not respect VMOpti
ons | 95 dart_developer_disabled_env_test: SkipByDesign # Dartium does not respect VMOpti
ons |
96 | 96 |
97 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 97 [ $compiler == dart2analyzer ] |
98 issue14236_test: Skip # Analyzer can't handle Script snapshots. | 98 issue14236_test: Skip # Analyzer can't handle Script snapshots. |
99 | 99 |
100 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 100 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
101 io/file_constructor_test: fail | 101 io/file_constructor_test: fail |
102 | 102 |
103 # This is runtime test. | 103 # This is runtime test. |
104 io/process_exit_negative_test: Skip | 104 io/process_exit_negative_test: Skip |
105 | 105 |
106 io/http_parser_test: Pass, StaticWarning, CompileTimeError # Issue 28843 | 106 io/http_parser_test: Pass, StaticWarning, CompileTimeError # Issue 28843 |
107 io/http_headers_test: Pass, StaticWarning, CompileTimeError # Issue 28843 | 107 io/http_headers_test: Pass, StaticWarning, CompileTimeError # Issue 28843 |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 io/socket_source_address_test: Fail # Issue 22597 | 188 io/socket_source_address_test: Fail # Issue 22597 |
189 | 189 |
190 [ $arch == mips && $mode == debug ] | 190 [ $arch == mips && $mode == debug ] |
191 io/web_socket_test: SkipSlow # Times out. Issue 20352 | 191 io/web_socket_test: SkipSlow # Times out. Issue 20352 |
192 io/test_runner_test: Skip # Flakily times out in a subtest. Issue 201351 | 192 io/test_runner_test: Skip # Flakily times out in a subtest. Issue 201351 |
193 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too
slow. | 193 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too
slow. |
194 | 194 |
195 [ $compiler == none && $runtime == dartium && $unchecked ] | 195 [ $compiler == none && $runtime == dartium && $unchecked ] |
196 assert_test: Fail # Issue 14651. | 196 assert_test: Fail # Issue 14651. |
197 | 197 |
198 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 198 [ $compiler == dart2analyzer ] |
199 io/directory_invalid_arguments_test: StaticWarning | 199 io/directory_invalid_arguments_test: StaticWarning |
200 io/process_invalid_arguments_test: StaticWarning | 200 io/process_invalid_arguments_test: StaticWarning |
201 io/raw_secure_server_socket_argument_test: StaticWarning | 201 io/raw_secure_server_socket_argument_test: StaticWarning |
202 io/secure_socket_argument_test: StaticWarning | 202 io/secure_socket_argument_test: StaticWarning |
203 io/stdout_bad_argument_test: StaticWarning | 203 io/stdout_bad_argument_test: StaticWarning |
204 package/package1_test: StaticWarning | 204 package/package1_test: StaticWarning |
205 package/package_test: StaticWarning | 205 package/package_test: StaticWarning |
206 package/scenarios/packages_dir_only/packages_dir_only_test: StaticWarning | 206 package/scenarios/packages_dir_only/packages_dir_only_test: StaticWarning |
207 package/scenarios/packages_file_only/packages_file_only_test: StaticWarning | 207 package/scenarios/packages_file_only/packages_file_only_test: StaticWarning |
208 package/scenarios/both_dir_and_file/prefers_packages_file_test: StaticWarning | 208 package/scenarios/both_dir_and_file/prefers_packages_file_test: StaticWarning |
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
541 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 | 541 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 |
542 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 | 542 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 |
543 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 | 543 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 |
544 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 | 544 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 |
545 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 | 545 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
546 | 546 |
547 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 547 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
548 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 548 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
549 io/test_runner_test: CompileTimeError # Uses mirrors | 549 io/test_runner_test: CompileTimeError # Uses mirrors |
550 | 550 |
OLD | NEW |