| 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 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally | 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 io/socket_many_connections_test: Skip | 46 io/socket_many_connections_test: Skip |
| 47 | 47 |
| 48 [ $runtime == vm && $system == linux ] | 48 [ $runtime == vm && $system == linux ] |
| 49 # These tests have started timing out and issue 25649 has been filed to | 49 # These tests have started timing out and issue 25649 has been filed to |
| 50 # investigate, skipping these tests temporarily to get the bots to be | 50 # investigate, skipping these tests temporarily to get the bots to be |
| 51 # green again. | 51 # green again. |
| 52 io/http_proxy_test: Skip | 52 io/http_proxy_test: Skip |
| 53 io/secure_builtin_roots_test: Skip | 53 io/secure_builtin_roots_test: Skip |
| 54 | 54 |
| 55 | 55 |
| 56 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 56 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 57 typed_array_test: RuntimeError, OK # Uses Isolate.spawn | 57 typed_array_test: RuntimeError, OK # Uses Isolate.spawn |
| 58 typed_array_int64_uint64_test: RuntimeError, OK # Uses Isolate.spawn | 58 typed_array_int64_uint64_test: RuntimeError, OK # Uses Isolate.spawn |
| 59 typed_data_isolate_test: SkipByDesign # This test uses dart:io | 59 typed_data_isolate_test: SkipByDesign # This test uses dart:io |
| 60 io/*: SkipByDesign # Don't run tests using dart:io in the browser | 60 io/*: SkipByDesign # Don't run tests using dart:io in the browser |
| 61 package/*: Skip # Do not run those in Dartium. | 61 package/*: Skip # Do not run those in Dartium. |
| 62 full_coverage_test: Skip | 62 full_coverage_test: Skip |
| 63 http_launch_test: Skip | 63 http_launch_test: Skip |
| 64 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. | 64 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. |
| 65 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. | 65 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. |
| 66 oom_error_stacktrace_test: Skip | 66 oom_error_stacktrace_test: Skip |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 io/signals_test: Skip # Starts 10 dart subprocesses, uses too much memory | 151 io/signals_test: Skip # Starts 10 dart subprocesses, uses too much memory |
| 152 io/file_read_special_device_test: Fail # Issue 17440 | 152 io/file_read_special_device_test: Fail # Issue 17440 |
| 153 io/socket_source_address_test: Fail # Issue 22597 | 153 io/socket_source_address_test: Fail # Issue 22597 |
| 154 | 154 |
| 155 [ $arch == mips && $mode == debug ] | 155 [ $arch == mips && $mode == debug ] |
| 156 io/web_socket_test: SkipSlow # Times out. Issue 20352 | 156 io/web_socket_test: SkipSlow # Times out. Issue 20352 |
| 157 io/test_runner_test: Skip # Flakily times out in a subtest. Issue 201351 | 157 io/test_runner_test: Skip # Flakily times out in a subtest. Issue 201351 |
| 158 full_coverage_test: SkipSlow # Times out. Issue 20352 | 158 full_coverage_test: SkipSlow # Times out. Issue 20352 |
| 159 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too
slow. | 159 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too
slow. |
| 160 | 160 |
| 161 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) && $unchecked ] | 161 [ $compiler == none && $runtime == dartium && $unchecked ] |
| 162 assert_test: Fail # Issue 14651. | 162 assert_test: Fail # Issue 14651. |
| 163 | 163 |
| 164 [ $compiler == none && $runtime == drt ] | 164 [ $compiler == none && $runtime == drt ] |
| 165 map_literal_oom_test: RuntimeError # Issue 24571 | 165 map_literal_oom_test: RuntimeError # Issue 24571 |
| 166 | 166 |
| 167 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 167 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 168 io/directory_invalid_arguments_test: StaticWarning | 168 io/directory_invalid_arguments_test: StaticWarning |
| 169 io/process_invalid_arguments_test: StaticWarning | 169 io/process_invalid_arguments_test: StaticWarning |
| 170 io/raw_secure_server_socket_argument_test: StaticWarning | 170 io/raw_secure_server_socket_argument_test: StaticWarning |
| 171 io/secure_socket_argument_test: StaticWarning | 171 io/secure_socket_argument_test: StaticWarning |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 # Following tests are skipped on dart_product as package mapping is not supporte
d. | 294 # Following tests are skipped on dart_product as package mapping is not supporte
d. |
| 295 [ $runtime == dart_product ] | 295 [ $runtime == dart_product ] |
| 296 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Skip | 296 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Skip |
| 297 package/scenarios/packages_file_strange_formatting/empty_lines_test: Skip | 297 package/scenarios/packages_file_strange_formatting/empty_lines_test: Skip |
| 298 package/scenarios/invalid/invalid_utf8_test: Skip | 298 package/scenarios/invalid/invalid_utf8_test: Skip |
| 299 package/scenarios/invalid/same_package_twice_test: Skip | 299 package/scenarios/invalid/same_package_twice_test: Skip |
| 300 package/scenarios/invalid/non_existent_packages_file_test: Skip | 300 package/scenarios/invalid/non_existent_packages_file_test: Skip |
| 301 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Skip | 301 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Skip |
| 302 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip | 302 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip |
| 303 package/scenarios/packages_option_only/packages_option_only_test: Skip | 303 package/scenarios/packages_option_only/packages_option_only_test: Skip |
| OLD | NEW |