| 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 | 19 |
| 20 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. |
| 21 | 21 |
| 22 [ ($runtime != vm || $compiler != none) && $compiler != dartanalyzer && $compile
r != dart2analyzer ] | |
| 23 packages_file_test: Skip # Uses Platform.executable | |
| 24 | |
| 25 [ ($runtime != vm && $runtime != dart_precompiled && $runtime != dart_app) && ($
runtime != drt || $compiler != none)) ] | 22 [ ($runtime != vm && $runtime != dart_precompiled && $runtime != dart_app) && ($
runtime != drt || $compiler != none)) ] |
| 26 no_assert_test: Fail, OK # This is testing a vm flag. | 23 no_assert_test: Fail, OK # This is testing a vm flag. |
| 27 env_test: Skip # This is testing a vm command line parsing scenario. | 24 env_test: Skip # This is testing a vm command line parsing scenario. |
| 28 | 25 |
| 29 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] | 26 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
| 30 package/package_isolate_test: Fail # Issue 12474 | 27 package/package_isolate_test: Fail # Issue 12474 |
| 31 io/observatory_test: Fail | 28 io/observatory_test: Fail |
| 32 package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119 | 29 package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119 |
| 33 | 30 |
| 34 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $c
hecked ] | 31 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $c
hecked ] |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 link_natives_lazily_test: SkipByDesign # Not supported. | 212 link_natives_lazily_test: SkipByDesign # Not supported. |
| 216 | 213 |
| 217 [ $noopt || $compiler == precompiler ] | 214 [ $noopt || $compiler == precompiler ] |
| 218 # Stacktraces in precompilation omit inlined frames. | 215 # Stacktraces in precompilation omit inlined frames. |
| 219 assert_test: Pass, RuntimeError | 216 assert_test: Pass, RuntimeError |
| 220 | 217 |
| 221 [ $noopt || $compiler == precompiler ] | 218 [ $noopt || $compiler == precompiler ] |
| 222 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
. | 219 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
. |
| 223 io/web_socket_test: Pass, RuntimeError # Issue 24674 | 220 io/web_socket_test: Pass, RuntimeError # Issue 24674 |
| 224 | 221 |
| 225 [ $noopt || $compiler == precompiler || $compiler == dart2app || $compiler == da
rt2appjit ] | |
| 226 io/test_extension_test: Skip # Platform.executable | |
| 227 io/test_extension_fail_test: Skip # Platform.executable | |
| 228 io/platform_test: Skip # Platform.executable | |
| 229 io/code_collection_test: Skip # Platform.executable | |
| 230 regress_26031_test: Skip # Platform.resolvedExecutable | |
| 231 | |
| 232 [ $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit
] | 222 [ $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit
] |
| 233 io/compile_all_test: Skip # Incompatible flag --compile_all | 223 io/compile_all_test: Skip # Incompatible flag --compile_all |
| 234 | 224 |
| 235 [ $runtime == dart_app ] | 225 [ $runtime == dart_app ] |
| 236 io/stdout_bad_argument_test: Skip # Test exits and so can't generate snapshot. | 226 io/stdout_bad_argument_test: Skip # Test exits and so can't generate snapshot. |
| 227 io/directory_list_sync_test: Skip # Snapshot path differs from script path. |
| 228 io/test_extension_test: Skip # Snapshot path differs from script path. |
| 229 io/test_extension_fail_test: Skip # Snapshot path differs from script path. |
| 230 io/platform_test: Skip # Snapshot path differs from script path. |
| 237 | 231 |
| 238 [ $runtime == dart_precompiled ] | 232 [ $runtime == dart_precompiled ] |
| 239 http_launch_test: Skip # Platform.executable | 233 # These tests attempt to spawn another script using the precompiled runtime. |
| 240 io/addlatexhash_test: Skip # Platform.executable | 234 http_launch_test: Skip |
| 241 io/file_read_special_device_test: Skip # Platform.executable | 235 io/addlatexhash_test: Skip |
| 242 io/file_stream_test: Skip # Platform.executable | 236 io/dart_std_io_pipe_test: Skip |
| 243 io/file_test: Skip # Platform.executable | 237 io/dart_std_io_pipe_test: Skip |
| 244 io/http_cross_process_test: Skip # Platform.executable | 238 io/file_blocking_lock_test: Skip |
| 245 io/https_unauthorized_test: Skip # Platform.executable | 239 io/file_lock_test: Skip |
| 246 io/platform_resolved_executable_test: Skip # Platform.resolvedExecutable | 240 io/file_read_special_device_test: Skip |
| 247 io/skipping_dart2js_compilations_test: Skip # Platform.executable | 241 io/http_client_stays_alive_test: Skip |
| 248 io/snapshot_fail_test: Skip # Platform.executable | 242 io/http_response_deadline_test: Skip |
| 249 io/stdin_sync_test: Skip # Platform.executable | 243 io/http_server_close_response_after_error_test: Skip |
| 250 io/test_extension_fail_test: Skip # Platform.executable | 244 io/https_unauthorized_test: Skip |
| 251 io/file_read_special_device_test: Skip # Platform.executable | 245 io/named_pipe_script_test: Skip |
| 252 verbose_gc_to_bmu_test: Skip # Platform.executable | 246 io/print_sync_test: Skip |
| 253 io/http_server_close_response_after_error_test: Skip # Platform.executable | 247 io/process_check_arguments_test: Skip |
| 254 io/http_client_stays_alive_test: Skip # Platform.executable | 248 io/process_detached_test: Skip |
| 255 io/print_sync_test: Skip # Platform.executable | 249 io/process_environment_test: Skip |
| 256 io/signals_test: Skip # Platform.executable | 250 io/process_non_ascii_test: Skip |
| 257 io/stdio_implicit_close_test: Skip # Platform.executable | 251 io/process_run_output_test: Skip |
| 258 io/stdio_nonblocking_test: Skip # Platform.executable | 252 io/process_set_exit_code_test: Skip |
| 259 io/regress_7191_test: Skip # Platform.executable | 253 io/process_shell_test: Skip |
| 260 io/secure_unauthorized_test: Skip # Platform.executable | 254 io/process_stderr_test: Skip |
| 261 io/dart_std_io_pipe_test: Skip # Platform.executable | 255 io/process_stdin_transform_unsubscribe_test: Skip |
| 262 io/platform_test: Skip # Platform.executable | 256 io/process_stdout_test: Skip |
| 263 io/socket_cross_process_test: Skip # Platform.executable | 257 io/process_sync_test: Skip |
| 264 io/test_runner_test: Skip # Platform.executable | 258 io/raw_datagram_socket_test: Skip |
| 265 io/file_lock_test: Skip # Platform.executable | 259 io/regress_7191_test: Skip |
| 266 io/code_collection_test: Skip # Platform.executable | 260 io/regress_7679_test: Skip |
| 267 io/file_blocking_lock_test: Skip # Platform.executable | 261 io/secure_unauthorized_test: Skip |
| 268 io/raw_socket_cross_process_test: Skip # Platform.executable | 262 io/signals_test: Skip |
| 269 io/test_extension_test: Skip # Platform.executable | 263 io/stdin_sync_test: Skip |
| 270 io/named_pipe_script_test: Skip # Platform.executable | 264 io/stdio_implicit_close_test: Skip |
| 271 io/regress_7679_test: Skip # Platform.executable | 265 io/stdio_nonblocking_test: Skip |
| 272 io/process_*: Skip # Most use Platform.executable | 266 io/test_extension_test: Skip |
| 267 io/test_extension_fail_test: Skip |
| 268 verbose_gc_to_bmu_test: Skip |
| 269 |
| 270 io/platform_test: RuntimeError # Expects to be running from 'dart' instead of 'd
art_precompiled_runtime' |
| 271 io/directory_list_sync_test: Timeout, Skip # Expects to find the test directory
relative to the script. |
| 273 | 272 |
| 274 [ $runtime == dart_precompiled || $mode == product ] | 273 [ $runtime == dart_precompiled || $mode == product ] |
| 275 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors | 274 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors |
| 276 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors | 275 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors |
| 277 io/test_runner_test: CompileTimeError # Imports dart:mirrors | 276 io/test_runner_test: CompileTimeError # Imports dart:mirrors |
| 278 | 277 |
| 279 [ $runtime == dart_precompiled || $runtime == dart_app || $mode == product ] | 278 [ $runtime == dart_precompiled || $runtime == dart_app || $mode == product ] |
| 280 assert_test: SkipByDesign # Requires checked mode. | 279 assert_test: SkipByDesign # Requires checked mode. |
| 281 no_assert_test: SkipByDesign # Requires checked mode. | 280 no_assert_test: SkipByDesign # Requires checked mode. |
| 282 io/code_collection_test: Skip # Incompatible flags | 281 io/code_collection_test: Skip # Incompatible flags |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 package/*: SkipByDesign # Launches VMs in interesting ways. | 345 package/*: SkipByDesign # Launches VMs in interesting ways. |
| 347 | 346 |
| 348 [ $builder_tag == no_ipv6 ] | 347 [ $builder_tag == no_ipv6 ] |
| 349 io/http_bind_test: Skip | 348 io/http_bind_test: Skip |
| 350 io/raw_datagram_socket_test: Skip | 349 io/raw_datagram_socket_test: Skip |
| 351 io/socket_source_address_test: Skip | 350 io/socket_source_address_test: Skip |
| 352 io/socket_bind_test: Skip | 351 io/socket_bind_test: Skip |
| 353 io/http_proxy_advanced_test: Skip | 352 io/http_proxy_advanced_test: Skip |
| 354 io/http_ipv6_test: Skip | 353 io/http_ipv6_test: Skip |
| 355 io/socket_ipv6_test: Skip | 354 io/socket_ipv6_test: Skip |
| OLD | NEW |