| 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 [ $noopt || $compiler == precompiler ] | 209 [ $noopt || $compiler == precompiler ] |
| 210 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
. | 210 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
. |
| 211 io/web_socket_test: Pass, RuntimeError # Issue 24674 | 211 io/web_socket_test: Pass, RuntimeError # Issue 24674 |
| 212 io/test_extension_test: Skip # Platform.executable | 212 io/test_extension_test: Skip # Platform.executable |
| 213 io/test_extension_fail_test: Skip # Platform.executable | 213 io/test_extension_fail_test: Skip # Platform.executable |
| 214 io/platform_test: Skip # Platform.executable | 214 io/platform_test: Skip # Platform.executable |
| 215 io/code_collection_test: Skip # Platform.executable | 215 io/code_collection_test: Skip # Platform.executable |
| 216 full_coverage_test: Skip # Platform.executable | 216 full_coverage_test: Skip # Platform.executable |
| 217 regress_26031_test: Skip # Platform.resolvedExecutable | 217 regress_26031_test: Skip # Platform.resolvedExecutable |
| 218 | 218 |
| 219 [ $runtime == dart_precompiled ] | 219 [ $compiler == precompiler || $compiler == dart2app ] |
| 220 io/compile_all_test: Crash # Incompatible flag --compile_all | 220 io/compile_all_test: Skip # Incompatible flag --compile_all |
| 221 | 221 |
| 222 [ $runtime == dart_product ] | 222 [ $runtime == dart_product ] |
| 223 io/stdout_bad_argument_test: Skip # Test exits and so can't generate snapshot. | 223 io/stdout_bad_argument_test: Skip # Test exits and so can't generate snapshot. |
| 224 | 224 |
| 225 [ $runtime == dart_precompiled || $runtime == dart_product ] | 225 [ $runtime == dart_precompiled || $runtime == dart_product ] |
| 226 debugger/*: Skip | |
| 227 full_coverage_test: Skip # Platform.executable | 226 full_coverage_test: Skip # Platform.executable |
| 228 http_launch_test: Skip # Platform.executable | 227 http_launch_test: Skip # Platform.executable |
| 229 io/addlatexhash_test: Skip # Platform.executable | 228 io/addlatexhash_test: Skip # Platform.executable |
| 230 io/file_read_special_device_test: Skip # Platform.executable | 229 io/file_read_special_device_test: Skip # Platform.executable |
| 231 io/file_stream_test: Skip # Platform.executable | 230 io/file_stream_test: Skip # Platform.executable |
| 232 io/file_test: Skip # Platform.executable | 231 io/file_test: Skip # Platform.executable |
| 233 io/http_cross_process_test: Skip # Platform.executable | 232 io/http_cross_process_test: Skip # Platform.executable |
| 234 io/https_unauthorized_test: Skip # Platform.executable | 233 io/https_unauthorized_test: Skip # Platform.executable |
| 235 io/platform_resolved_executable_test: Skip # Platform.resolvedExecutable | 234 io/platform_resolved_executable_test: Skip # Platform.resolvedExecutable |
| 236 io/skipping_dart2js_compilations_test: Skip # Platform.executable | 235 io/skipping_dart2js_compilations_test: Skip # Platform.executable |
| 237 io/snapshot_fail_test: Skip # Platform.executable | 236 io/snapshot_fail_test: Skip # Platform.executable |
| 238 io/stdin_sync_test: Skip # Platform.executable | 237 io/stdin_sync_test: Skip # Platform.executable |
| 239 io/test_extension_fail_test: Skip # Platform.executable | 238 io/test_extension_fail_test: Skip # Platform.executable |
| 240 io/file_read_special_device_test: Skip # Platform.executable | 239 io/file_read_special_device_test: Skip # Platform.executable |
| 241 verbose_gc_to_bmu_test: Skip # Platform.executable | 240 verbose_gc_to_bmu_test: Skip # Platform.executable |
| 242 io/http_server_close_response_after_error_test: Skip # Platform.executable | 241 io/http_server_close_response_after_error_test: Skip # Platform.executable |
| 243 io/http_client_stays_alive_test: Skip # Platform.executable | 242 io/http_client_stays_alive_test: Skip # Platform.executable |
| 244 io/print_sync_test: Skip # Platform.executable | 243 io/print_sync_test: Skip # Platform.executable |
| 245 io/signals_test: Skip # Platform.executable | 244 io/signals_test: Skip # Platform.executable |
| 246 io/stdio_nonblocking_test: Skip # Platform.executable | 245 io/stdio_nonblocking_test: Skip # Platform.executable |
| 247 io/regress_7191_test: Skip # Platform.executable | 246 io/regress_7191_test: Skip # Platform.executable |
| 248 io/secure_unauthorized_test: Skip # Platform.executable | 247 io/secure_unauthorized_test: Skip # Platform.executable |
| 249 io/dart_std_io_pipe_test: Skip # Platform.executable | 248 io/dart_std_io_pipe_test: Skip # Platform.executable |
| 250 io/platform_test: Skip # Platform.executable | 249 io/platform_test: Skip # Platform.executable |
| 251 io/socket_cross_process_test: Skip # Platform.executable | 250 io/socket_cross_process_test: Skip # Platform.executable |
| 252 io/test_runner_test: Skip # Platform.executable | 251 io/test_runner_test: Skip # Platform.executable |
| 253 io/file_lock_test: Skip # Platform.executable | 252 io/file_lock_test: Skip # Platform.executable |
| 254 io/code_collection_test: Skip # Platform.executable | 253 io/code_collection_test: Skip # Platform.executable |
| 255 io/file_lock_test: Skip # Platform.executable | 254 io/file_lock_test: Skip # Platform.executable |
| 256 io/code_collection_test: Skip # Platform.executable | |
| 257 io/raw_socket_cross_process_test: Skip # Platform.executable | 255 io/raw_socket_cross_process_test: Skip # Platform.executable |
| 258 io/test_extension_test: Skip # Platform.executable | 256 io/test_extension_test: Skip # Platform.executable |
| 259 io/named_pipe_script_test: Skip # Platform.executable | 257 io/named_pipe_script_test: Skip # Platform.executable |
| 260 io/regress_7679_test: Skip # Platform.executable | 258 io/regress_7679_test: Skip # Platform.executable |
| 261 io/process_*: Skip # Most use Platform.executable | 259 io/process_*: Skip # Most use Platform.executable |
| 260 |
| 261 [ $runtime == dart_precompiled || $runtime == dart_product || $mode == product ] |
| 262 debugger/*: Skip |
| 262 assert_test: SkipByDesign # Requires checked mode. | 263 assert_test: SkipByDesign # Requires checked mode. |
| 263 no_assert_test: SkipByDesign # Requires checked mode. | 264 no_assert_test: SkipByDesign # Requires checked mode. |
| 265 io/code_collection_test: Skip # Incompatible flags |
| 264 | 266 |
| 265 # Code coverage is not supported in product mode. | 267 # Code coverage is not supported in product mode. |
| 266 [ $mode == product ] | 268 [ $mode == product ] |
| 267 full_coverage_test: SkipByDesign | 269 full_coverage_test: SkipByDesign |
| 268 | 270 |
| 269 # Overriding these flags are not supported in product mode. | 271 # Overriding these flags are not supported in product mode. |
| 270 [ $mode == product ] | 272 [ $mode == product ] |
| 271 no_profiler_test: SkipByDesign | 273 no_profiler_test: SkipByDesign |
| 272 no_support_coverage_test: SkipByDesign | 274 no_support_coverage_test: SkipByDesign |
| 273 no_support_debugger_test: SkipByDesign | 275 no_support_debugger_test: SkipByDesign |
| (...skipping 25 matching lines...) Expand all Loading... |
| 299 | 301 |
| 300 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 302 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
| 301 io/*: Skip # Issue #26376 | 303 io/*: Skip # Issue #26376 |
| 302 | 304 |
| 303 typed_data_isolate_test: Skip # Issue #26376 | 305 typed_data_isolate_test: Skip # Issue #26376 |
| 304 typed_array_test: Skip # Issue #26376 | 306 typed_array_test: Skip # Issue #26376 |
| 305 typed_array_int64_uint64_test: Skip # Issue #26376 | 307 typed_array_int64_uint64_test: Skip # Issue #26376 |
| 306 | 308 |
| 307 oom_error_stacktrace_test: Skip # Issue #26377 | 309 oom_error_stacktrace_test: Skip # Issue #26377 |
| 308 out_of_memory_test: Skip # Issue #26377 | 310 out_of_memory_test: Skip # Issue #26377 |
| OLD | NEW |