| 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 packages_file_test: Skip # Issue 26715 | 10 packages_file_test: Skip # Issue 26715 |
| 11 packages_file_test/none: Skip # contains no tests. | 11 packages_file_test/none: Skip # contains no tests. |
| 12 | 12 |
| 13 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally | 13 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally |
| 14 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Fail,
OK # CompileTimeErrors intentionally | 14 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Fail,
OK # CompileTimeErrors intentionally |
| 15 package/scenarios/empty_packages_file/empty_packages_file_discovery_test: Fail,
OK # CompileTimeErrors intentionally | 15 package/scenarios/empty_packages_file/empty_packages_file_discovery_test: Fail,
OK # CompileTimeErrors intentionally |
| 16 package/scenarios/empty_packages_file/empty_packages_file_option_test: Fail, OK
# CompileTimeErrors intentionally | 16 package/scenarios/empty_packages_file/empty_packages_file_option_test: Fail, OK
# CompileTimeErrors intentionally |
| 17 package/scenarios/invalid/invalid_package_name_test: RuntimeError, CompileTimeEr
ror # Errors intentionally | 17 package/scenarios/invalid/invalid_package_name_test: RuntimeError, CompileTimeEr
ror # Errors intentionally |
| 18 package/scenarios/invalid/same_package_twice_test.dart: RuntimeError, CompileTim
eError # Errors intentionally | 18 package/scenarios/invalid/same_package_twice_test.dart: RuntimeError, CompileTim
eError # Errors intentionally |
| 19 full_coverage_test: Pass, Slow, Timeout | |
| 20 | 19 |
| 21 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue
14516 comment #4. | 20 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue
14516 comment #4. |
| 22 | 21 |
| 23 [ ($runtime != vm || $compiler != none) && $compiler != dartanalyzer && $compile
r != dart2analyzer ] | 22 [ ($runtime != vm || $compiler != none) && $compiler != dartanalyzer && $compile
r != dart2analyzer ] |
| 24 packages_file_test: Skip # Uses Platform.executable | 23 packages_file_test: Skip # Uses Platform.executable |
| 25 | 24 |
| 26 [ ($runtime != vm && $runtime != dart_precompiled && $runtime != dart_app) && ($
runtime != drt || $compiler != none)) ] | 25 [ ($runtime != vm && $runtime != dart_precompiled && $runtime != dart_app) && ($
runtime != drt || $compiler != none)) ] |
| 27 no_assert_test: Fail, OK # This is testing a vm flag. | 26 no_assert_test: Fail, OK # This is testing a vm flag. |
| 28 env_test: Skip # This is testing a vm command line parsing scenario. | 27 env_test: Skip # This is testing a vm command line parsing scenario. |
| 29 | 28 |
| (...skipping 30 matching lines...) Expand all Loading... |
| 60 io/http_proxy_test: Skip | 59 io/http_proxy_test: Skip |
| 61 io/secure_builtin_roots_test: Skip | 60 io/secure_builtin_roots_test: Skip |
| 62 | 61 |
| 63 | 62 |
| 64 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 63 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 65 typed_array_test: RuntimeError, OK # Uses Isolate.spawn | 64 typed_array_test: RuntimeError, OK # Uses Isolate.spawn |
| 66 typed_array_int64_uint64_test: RuntimeError, OK # Uses Isolate.spawn | 65 typed_array_int64_uint64_test: RuntimeError, OK # Uses Isolate.spawn |
| 67 typed_data_isolate_test: SkipByDesign # This test uses dart:io | 66 typed_data_isolate_test: SkipByDesign # This test uses dart:io |
| 68 io/*: SkipByDesign # Don't run tests using dart:io in the browser | 67 io/*: SkipByDesign # Don't run tests using dart:io in the browser |
| 69 package/*: Skip # Do not run those in Dartium. | 68 package/*: Skip # Do not run those in Dartium. |
| 70 full_coverage_test: Skip | |
| 71 http_launch_test: Skip | 69 http_launch_test: Skip |
| 72 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. | 70 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. |
| 73 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. | 71 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. |
| 74 oom_error_stacktrace_test: Skip | 72 oom_error_stacktrace_test: Skip |
| 75 out_of_memory_test: Skip | 73 out_of_memory_test: Skip |
| 76 map_insert_remove_oom_test: Skip # Issue 24571 | 74 map_insert_remove_oom_test: Skip # Issue 24571 |
| 77 verbose_gc_to_bmu_test: Skip | 75 verbose_gc_to_bmu_test: Skip |
| 78 regress_26031_test: SkipByDesign # Standalone only test | 76 regress_26031_test: SkipByDesign # Standalone only test |
| 79 env_test: Skip # This is testing a vm command line parsing scenario. | 77 env_test: Skip # This is testing a vm command line parsing scenario. |
| 80 | 78 |
| (...skipping 17 matching lines...) Expand all Loading... |
| 98 float_array_test: Skip # dart:typed_data support needed. | 96 float_array_test: Skip # dart:typed_data support needed. |
| 99 int_array_test: Skip # dart:typed_data support needed. | 97 int_array_test: Skip # dart:typed_data support needed. |
| 100 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord | 98 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord |
| 101 int_array_load_elimination_test: Skip # This is a VM test | 99 int_array_load_elimination_test: Skip # This is a VM test |
| 102 medium_integer_test: RuntimeError, OK # Test fails with JS number semantics: iss
ue 1533. | 100 medium_integer_test: RuntimeError, OK # Test fails with JS number semantics: iss
ue 1533. |
| 103 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 101 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
| 104 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 102 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 105 package/package_test: Fail, OK # dart2js does not support 'package:foo.dart' imp
orts | 103 package/package_test: Fail, OK # dart2js does not support 'package:foo.dart' imp
orts |
| 106 package/package1_test: Fail, OK # dart2js does not support 'package:foo.dart' im
ports | 104 package/package1_test: Fail, OK # dart2js does not support 'package:foo.dart' im
ports |
| 107 package/scenarios/invalid/*: CompileTimeError # Negative tests expecting Compil
eTimeErrors. | 105 package/scenarios/invalid/*: CompileTimeError # Negative tests expecting Compil
eTimeErrors. |
| 108 full_coverage_test: Skip | |
| 109 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 106 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
| 110 pow_test: Skip # Precision > 53 bits. | 107 pow_test: Skip # Precision > 53 bits. |
| 111 double_smi_comparison_test: Skip # Precision > 53 bits. | 108 double_smi_comparison_test: Skip # Precision > 53 bits. |
| 112 http_launch_test: Skip | 109 http_launch_test: Skip |
| 113 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). | 110 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). |
| 114 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. | 111 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. |
| 115 issue14236_test: Skip # dart2js does not deal with Script snapshots. | 112 issue14236_test: Skip # dart2js does not deal with Script snapshots. |
| 116 unboxed_int_converter_test: Skip | 113 unboxed_int_converter_test: Skip |
| 117 pair_location_remapping_test: Skip | 114 pair_location_remapping_test: Skip |
| 118 regress_25335_test: Skip # Int64List not supported. | 115 regress_25335_test: Skip # Int64List not supported. |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 | 153 |
| 157 [ $arch == mips ] | 154 [ $arch == mips ] |
| 158 io/file_stat_test: Fail # Issue 17440 | 155 io/file_stat_test: Fail # Issue 17440 |
| 159 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory. | 156 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory. |
| 160 io/signals_test: Skip # Starts 10 dart subprocesses, uses too much memory | 157 io/signals_test: Skip # Starts 10 dart subprocesses, uses too much memory |
| 161 io/socket_source_address_test: Fail # Issue 22597 | 158 io/socket_source_address_test: Fail # Issue 22597 |
| 162 | 159 |
| 163 [ $arch == mips && $mode == debug ] | 160 [ $arch == mips && $mode == debug ] |
| 164 io/web_socket_test: SkipSlow # Times out. Issue 20352 | 161 io/web_socket_test: SkipSlow # Times out. Issue 20352 |
| 165 io/test_runner_test: Skip # Flakily times out in a subtest. Issue 201351 | 162 io/test_runner_test: Skip # Flakily times out in a subtest. Issue 201351 |
| 166 full_coverage_test: SkipSlow # Times out. Issue 20352 | |
| 167 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too
slow. | 163 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too
slow. |
| 168 | 164 |
| 169 [ $compiler == none && $runtime == dartium && $unchecked ] | 165 [ $compiler == none && $runtime == dartium && $unchecked ] |
| 170 assert_test: Fail # Issue 14651. | 166 assert_test: Fail # Issue 14651. |
| 171 | 167 |
| 172 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 168 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 173 io/directory_invalid_arguments_test: StaticWarning | 169 io/directory_invalid_arguments_test: StaticWarning |
| 174 io/process_invalid_arguments_test: StaticWarning | 170 io/process_invalid_arguments_test: StaticWarning |
| 175 io/raw_secure_server_socket_argument_test: StaticWarning | 171 io/raw_secure_server_socket_argument_test: StaticWarning |
| 176 io/secure_socket_argument_test: StaticWarning | 172 io/secure_socket_argument_test: StaticWarning |
| (...skipping 22 matching lines...) Expand all Loading... |
| 199 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on
invalid package config | 195 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on
invalid package config |
| 200 | 196 |
| 201 [ $system == windows ] | 197 [ $system == windows ] |
| 202 io/skipping_dart2js_compilations_test: Fail # Issue 19551. | 198 io/skipping_dart2js_compilations_test: Fail # Issue 19551. |
| 203 verbose_gc_to_bmu_test: Skip | 199 verbose_gc_to_bmu_test: Skip |
| 204 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 | 200 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 |
| 205 io/process_sync_test: Pass, Timeout # Issue 24596 | 201 io/process_sync_test: Pass, Timeout # Issue 24596 |
| 206 io/sleep_test: Pass, Fail # Issue 25757 | 202 io/sleep_test: Pass, Fail # Issue 25757 |
| 207 | 203 |
| 208 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m
ode == debug && $builder_tag == asan ] | 204 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m
ode == debug && $builder_tag == asan ] |
| 209 full_coverage_test: Skip # Timeout. | |
| 210 io/file_lock_test: Skip # Timeout. | 205 io/file_lock_test: Skip # Timeout. |
| 211 io/test_runner_test: Skip # Timeout. | 206 io/test_runner_test: Skip # Timeout. |
| 212 io/http_client_stays_alive_test: Skip # Timeout. | 207 io/http_client_stays_alive_test: Skip # Timeout. |
| 213 | 208 |
| 214 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] | 209 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
| 215 # Failures in secure networking while NSS is replaced with BoringSSL | 210 # Failures in secure networking while NSS is replaced with BoringSSL |
| 216 io/https_client_certificate_test: RuntimeError # Issue 24070 | 211 io/https_client_certificate_test: RuntimeError # Issue 24070 |
| 217 io/secure_socket_renegotiate_test: RuntimeError | 212 io/secure_socket_renegotiate_test: RuntimeError |
| 218 io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection
just puts a READ_CLOSED on the stream, rather than signaling an error on the str
eam. | 213 io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection
just puts a READ_CLOSED on the stream, rather than signaling an error on the str
eam. |
| 219 | 214 |
| 220 [ $arch == ia32 ] | 215 [ $arch == ia32 ] |
| 221 no_allow_absolute_addresses_test: SkipByDesign # Not supported. | 216 no_allow_absolute_addresses_test: SkipByDesign # Not supported. |
| 222 link_natives_lazily_test: SkipByDesign # Not supported. | 217 link_natives_lazily_test: SkipByDesign # Not supported. |
| 223 | 218 |
| 224 [ $noopt || $compiler == precompiler ] | 219 [ $noopt || $compiler == precompiler ] |
| 225 # Stacktraces in precompilation omit inlined frames. | 220 # Stacktraces in precompilation omit inlined frames. |
| 226 assert_test: Pass, RuntimeError | 221 assert_test: Pass, RuntimeError |
| 227 | 222 |
| 228 [ $noopt || $compiler == precompiler ] | 223 [ $noopt || $compiler == precompiler ] |
| 229 map_insert_remove_oom_test: Skip # Heap limit too low. Increasing iteration coun
t to make a higher limit a meaningful test makes it too slow for simarm[64] bots
. | 224 map_insert_remove_oom_test: Skip # Heap limit too low. Increasing iteration coun
t to make a higher limit a meaningful test makes it too slow for simarm[64] bots
. |
| 230 io/web_socket_test: Pass, RuntimeError # Issue 24674 | 225 io/web_socket_test: Pass, RuntimeError # Issue 24674 |
| 231 | 226 |
| 232 [ $noopt || $compiler == precompiler || $compiler == dart2app || $compiler == da
rt2appjit ] | 227 [ $noopt || $compiler == precompiler || $compiler == dart2app || $compiler == da
rt2appjit ] |
| 233 io/test_extension_test: Skip # Platform.executable | 228 io/test_extension_test: Skip # Platform.executable |
| 234 io/test_extension_fail_test: Skip # Platform.executable | 229 io/test_extension_fail_test: Skip # Platform.executable |
| 235 io/platform_test: Skip # Platform.executable | 230 io/platform_test: Skip # Platform.executable |
| 236 io/code_collection_test: Skip # Platform.executable | 231 io/code_collection_test: Skip # Platform.executable |
| 237 full_coverage_test: Skip # Platform.executable | |
| 238 regress_26031_test: Skip # Platform.resolvedExecutable | 232 regress_26031_test: Skip # Platform.resolvedExecutable |
| 239 | 233 |
| 240 [ $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit
] | 234 [ $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit
] |
| 241 io/compile_all_test: Skip # Incompatible flag --compile_all | 235 io/compile_all_test: Skip # Incompatible flag --compile_all |
| 242 | 236 |
| 243 [ $runtime == dart_app ] | 237 [ $runtime == dart_app ] |
| 244 io/stdout_bad_argument_test: Skip # Test exits and so can't generate snapshot. | 238 io/stdout_bad_argument_test: Skip # Test exits and so can't generate snapshot. |
| 245 | 239 |
| 246 [ $runtime == dart_precompiled ] | 240 [ $runtime == dart_precompiled ] |
| 247 full_coverage_test: Skip # Platform.executable | |
| 248 http_launch_test: Skip # Platform.executable | 241 http_launch_test: Skip # Platform.executable |
| 249 io/addlatexhash_test: Skip # Platform.executable | 242 io/addlatexhash_test: Skip # Platform.executable |
| 250 io/file_read_special_device_test: Skip # Platform.executable | 243 io/file_read_special_device_test: Skip # Platform.executable |
| 251 io/file_stream_test: Skip # Platform.executable | 244 io/file_stream_test: Skip # Platform.executable |
| 252 io/file_test: Skip # Platform.executable | 245 io/file_test: Skip # Platform.executable |
| 253 io/http_cross_process_test: Skip # Platform.executable | 246 io/http_cross_process_test: Skip # Platform.executable |
| 254 io/https_unauthorized_test: Skip # Platform.executable | 247 io/https_unauthorized_test: Skip # Platform.executable |
| 255 io/platform_resolved_executable_test: Skip # Platform.resolvedExecutable | 248 io/platform_resolved_executable_test: Skip # Platform.resolvedExecutable |
| 256 io/skipping_dart2js_compilations_test: Skip # Platform.executable | 249 io/skipping_dart2js_compilations_test: Skip # Platform.executable |
| 257 io/snapshot_fail_test: Skip # Platform.executable | 250 io/snapshot_fail_test: Skip # Platform.executable |
| (...skipping 25 matching lines...) Expand all Loading... |
| 283 [ $runtime == dart_precompiled || $mode == product ] | 276 [ $runtime == dart_precompiled || $mode == product ] |
| 284 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors | 277 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors |
| 285 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors | 278 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors |
| 286 io/test_runner_test: CompileTimeError # Imports dart:mirrors | 279 io/test_runner_test: CompileTimeError # Imports dart:mirrors |
| 287 | 280 |
| 288 [ $runtime == dart_precompiled || $runtime == dart_app || $mode == product ] | 281 [ $runtime == dart_precompiled || $runtime == dart_app || $mode == product ] |
| 289 assert_test: SkipByDesign # Requires checked mode. | 282 assert_test: SkipByDesign # Requires checked mode. |
| 290 no_assert_test: SkipByDesign # Requires checked mode. | 283 no_assert_test: SkipByDesign # Requires checked mode. |
| 291 io/code_collection_test: Skip # Incompatible flags | 284 io/code_collection_test: Skip # Incompatible flags |
| 292 | 285 |
| 293 # Code coverage is not supported in product mode. | |
| 294 [ $mode == product ] | |
| 295 full_coverage_test: SkipByDesign | |
| 296 | |
| 297 # Overriding these flags are not supported in product mode. | 286 # Overriding these flags are not supported in product mode. |
| 298 [ $mode == product ] | 287 [ $mode == product ] |
| 299 no_profiler_test: SkipByDesign | 288 no_profiler_test: SkipByDesign |
| 300 no_support_coverage_test: SkipByDesign | 289 no_support_coverage_test: SkipByDesign |
| 301 no_support_debugger_test: SkipByDesign | 290 no_support_debugger_test: SkipByDesign |
| 302 no_support_disassembler_test: SkipByDesign | 291 no_support_disassembler_test: SkipByDesign |
| 303 no_support_il_printer_test: SkipByDesign | 292 no_support_il_printer_test: SkipByDesign |
| 304 no_support_service_test: SkipByDesign | 293 no_support_service_test: SkipByDesign |
| 305 no_support_timeline_test: SkipByDesign | 294 no_support_timeline_test: SkipByDesign |
| 306 io/stdio_implicit_close_test: Skip # SkipByDesign | 295 io/stdio_implicit_close_test: Skip # SkipByDesign |
| 307 | 296 |
| 308 # Following tests are skipped on dart_app as package mapping is not supported. | 297 # Following tests are skipped on dart_app as package mapping is not supported. |
| 309 [ $runtime == dart_precompiled || $runtime == dart_app ] | 298 [ $runtime == dart_precompiled || $runtime == dart_app ] |
| 310 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Skip | 299 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Skip |
| 311 package/scenarios/packages_file_strange_formatting/empty_lines_test: Skip | 300 package/scenarios/packages_file_strange_formatting/empty_lines_test: Skip |
| 312 package/scenarios/invalid/invalid_utf8_test: Skip | 301 package/scenarios/invalid/invalid_utf8_test: Skip |
| 313 package/scenarios/invalid/same_package_twice_test: Skip | 302 package/scenarios/invalid/same_package_twice_test: Skip |
| 314 package/scenarios/invalid/non_existent_packages_file_test: Skip | 303 package/scenarios/invalid/non_existent_packages_file_test: Skip |
| 315 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Skip | 304 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Skip |
| 316 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip | 305 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip |
| 317 package/scenarios/packages_option_only/packages_option_only_test: Skip | 306 package/scenarios/packages_option_only/packages_option_only_test: Skip |
| 318 | 307 |
| 319 [ $arch == simdbc || $arch == simdbc64 ] | 308 [ $arch == simdbc || $arch == simdbc64 ] |
| 320 # TODO(vegorov) SIMDBC interpreter doesn't support coverage yet. | |
| 321 full_coverage_test: Skip | |
| 322 | |
| 323 # SIMDBC interpreter doesn't support lazy linking of natives. | 309 # SIMDBC interpreter doesn't support lazy linking of natives. |
| 324 link_natives_lazily_test: SkipByDesign | 310 link_natives_lazily_test: SkipByDesign |
| 325 | 311 |
| 326 # SIMDBC interpreter doesn't support --no_lazy_dispatchers | 312 # SIMDBC interpreter doesn't support --no_lazy_dispatchers |
| 327 no_lazy_dispatchers_test: SkipByDesign | 313 no_lazy_dispatchers_test: SkipByDesign |
| 328 | 314 |
| 329 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 315 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
| 330 # Issue 26376 | 316 # Issue 26376 |
| 331 io/file_system_watcher_test: RuntimeError | 317 io/file_system_watcher_test: RuntimeError |
| 332 io/resolve_symbolic_links_test: RuntimeError | 318 io/resolve_symbolic_links_test: RuntimeError |
| (...skipping 29 matching lines...) Expand all Loading... |
| 362 package/*: SkipByDesign # Launches VMs in interesting ways. | 348 package/*: SkipByDesign # Launches VMs in interesting ways. |
| 363 | 349 |
| 364 [ $builder_tag == no_ipv6 ] | 350 [ $builder_tag == no_ipv6 ] |
| 365 io/http_bind_test: Skip | 351 io/http_bind_test: Skip |
| 366 io/raw_datagram_socket_test: Skip | 352 io/raw_datagram_socket_test: Skip |
| 367 io/socket_source_address_test: Skip | 353 io/socket_source_address_test: Skip |
| 368 io/socket_bind_test: Skip | 354 io/socket_bind_test: Skip |
| 369 io/http_proxy_advanced_test: Skip | 355 io/http_proxy_advanced_test: Skip |
| 370 io/http_ipv6_test: Skip | 356 io/http_ipv6_test: Skip |
| 371 io/socket_ipv6_test: Skip | 357 io/socket_ipv6_test: Skip |
| OLD | NEW |