| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 io/*: SkipByDesign # Don't run tests using dart:io in the browser | 62 io/*: SkipByDesign # Don't run tests using dart:io in the browser |
| 63 package/*: Skip # Do not run those in Dartium. | 63 package/*: Skip # Do not run those in Dartium. |
| 64 full_coverage_test: Skip | 64 full_coverage_test: Skip |
| 65 http_launch_test: Skip | 65 http_launch_test: Skip |
| 66 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. | 66 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. |
| 67 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. | 67 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. |
| 68 oom_error_stacktrace_test: Skip | 68 oom_error_stacktrace_test: Skip |
| 69 out_of_memory_test: Skip | 69 out_of_memory_test: Skip |
| 70 map_insert_remove_oom_test: Skip # Issue 24571 | 70 map_insert_remove_oom_test: Skip # Issue 24571 |
| 71 verbose_gc_to_bmu_test: Skip | 71 verbose_gc_to_bmu_test: Skip |
| 72 precompilation_test: Skip # Standalone only test. | |
| 73 precompilation_dart2js_test: Skip # Standalone only test. | |
| 74 regress_26031_test: SkipByDesign # Standalone only test | 72 regress_26031_test: SkipByDesign # Standalone only test |
| 75 | 73 |
| 76 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 74 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 77 issue14236_test: Skip # Analyzer can't handle Script snapshots. | 75 issue14236_test: Skip # Analyzer can't handle Script snapshots. |
| 78 | 76 |
| 79 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 77 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
| 80 io/file_constructor_test: fail | 78 io/file_constructor_test: fail |
| 81 | 79 |
| 82 # This is runtime test. | 80 # This is runtime test. |
| 83 io/process_exit_negative_test: Skip | 81 io/process_exit_negative_test: Skip |
| (...skipping 18 matching lines...) Expand all Loading... |
| 102 full_coverage_test: Skip | 100 full_coverage_test: Skip |
| 103 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 101 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
| 104 pow_test: Skip # Precision > 53 bits. | 102 pow_test: Skip # Precision > 53 bits. |
| 105 double_smi_comparison_test: Skip # Precision > 53 bits. | 103 double_smi_comparison_test: Skip # Precision > 53 bits. |
| 106 http_launch_test: Skip | 104 http_launch_test: Skip |
| 107 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). | 105 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). |
| 108 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. | 106 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. |
| 109 issue14236_test: Skip # dart2js does not deal with Script snapshots. | 107 issue14236_test: Skip # dart2js does not deal with Script snapshots. |
| 110 unboxed_int_converter_test: Skip | 108 unboxed_int_converter_test: Skip |
| 111 pair_location_remapping_test: Skip | 109 pair_location_remapping_test: Skip |
| 112 precompilation_test: Skip # Standalone only test. | |
| 113 precompilation_dart2js_test: Skip # Standalone only test. | |
| 114 regress_25335_test: Skip # Int64List not supported. | 110 regress_25335_test: Skip # Int64List not supported. |
| 115 | 111 |
| 116 [ $compiler == dart2js && $cps_ir && $checked ] | 112 [ $compiler == dart2js && $cps_ir && $checked ] |
| 117 *: Skip # `assert` not implemented | 113 *: Skip # `assert` not implemented |
| 118 | 114 |
| 119 [ ($runtime == vm || $runtime == dart_product) ] | |
| 120 precompilation_dart2js_test: Pass, Slow | |
| 121 | |
| 122 [ ($runtime == vm || $runtime == dart_product) && $arch == ia32 ] | |
| 123 precompilation_test: SkipByDesign # Not expected to pass on ia32. | |
| 124 precompilation_dart2js_test: SkipByDesign # Not expected to pass on ia32. | |
| 125 | |
| 126 [ ($runtime == vm || $runtime == dart_product) && ($arch == mips || $arch == arm
|| $arch == arm64) ] | |
| 127 precompilation_test: SkipSlow | |
| 128 precompilation_dart2js_test: SkipSlow | |
| 129 | |
| 130 [ ($runtime == vm || $runtime == dart_product) && ($arch == arm || $arch == arm6
4) ] | 115 [ ($runtime == vm || $runtime == dart_product) && ($arch == arm || $arch == arm6
4) ] |
| 131 io/file_stream_test: Skip # Issue 26109 | 116 io/file_stream_test: Skip # Issue 26109 |
| 132 | 117 |
| 133 [ $compiler == dart2js && $jscl ] | 118 [ $compiler == dart2js && $jscl ] |
| 134 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError
. | 119 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError
. |
| 135 deoptimization_test: RuntimeError, OK # Requires bigint. | 120 deoptimization_test: RuntimeError, OK # Requires bigint. |
| 136 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V
M. | 121 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V
M. |
| 137 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. | 122 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. |
| 138 | 123 |
| 139 [ $compiler == dart2js && $runtime == none ] | 124 [ $compiler == dart2js && $runtime == none ] |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 no_allow_absolute_addresses_test: SkipByDesign # Not supported. | 201 no_allow_absolute_addresses_test: SkipByDesign # Not supported. |
| 217 link_natives_lazily_test: SkipByDesign # Not supported. | 202 link_natives_lazily_test: SkipByDesign # Not supported. |
| 218 | 203 |
| 219 [ $noopt || $compiler == precompiler ] | 204 [ $noopt || $compiler == precompiler ] |
| 220 # Stacktraces in precompilation omit inlined frames. | 205 # Stacktraces in precompilation omit inlined frames. |
| 221 assert_test: Pass, RuntimeError | 206 assert_test: Pass, RuntimeError |
| 222 | 207 |
| 223 [ $noopt || $compiler == precompiler ] | 208 [ $noopt || $compiler == precompiler ] |
| 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
. | 209 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
. |
| 225 io/web_socket_test: Pass, RuntimeError # Issue 24674 | 210 io/web_socket_test: Pass, RuntimeError # Issue 24674 |
| 226 precompilation_test: Skip # Platform.executable | |
| 227 precompilation_dart2js_test: Skip # Platform.executable | |
| 228 io/test_extension_test: Skip # Platform.executable | 211 io/test_extension_test: Skip # Platform.executable |
| 229 io/test_extension_fail_test: Skip # Platform.executable | 212 io/test_extension_fail_test: Skip # Platform.executable |
| 230 io/platform_test: Skip # Platform.executable | 213 io/platform_test: Skip # Platform.executable |
| 231 io/code_collection_test: Skip # Platform.executable | 214 io/code_collection_test: Skip # Platform.executable |
| 232 full_coverage_test: Skip # Platform.executable | 215 full_coverage_test: Skip # Platform.executable |
| 233 | 216 |
| 234 [ $runtime == dart_precompiled ] | 217 [ $runtime == dart_precompiled ] |
| 235 io/compile_all_test: Crash # Incompatible flag --compile_all | 218 io/compile_all_test: Crash # Incompatible flag --compile_all |
| 236 | 219 |
| 237 [ $runtime == dart_product ] | 220 [ $runtime == dart_product ] |
| 238 io/stdout_bad_argument_test: Skip # Test exits and so can't generate snapshot. | 221 io/stdout_bad_argument_test: Skip # Test exits and so can't generate snapshot. |
| 239 | 222 |
| 240 [ $runtime == dart_precompiled || $runtime == dart_product ] | 223 [ $runtime == dart_precompiled || $runtime == dart_product ] |
| 241 debugger/*: Skip | 224 debugger/*: Skip |
| 242 precompilation_test: Skip # Platform.executable | |
| 243 precompilation_dart2js_test: Skip # Platform.executable | |
| 244 full_coverage_test: Skip # Platform.executable | 225 full_coverage_test: Skip # Platform.executable |
| 245 http_launch_test: Skip # Platform.executable | 226 http_launch_test: Skip # Platform.executable |
| 246 io/addlatexhash_test: Skip # Platform.executable | 227 io/addlatexhash_test: Skip # Platform.executable |
| 247 io/file_read_special_device_test: Skip # Platform.executable | 228 io/file_read_special_device_test: Skip # Platform.executable |
| 248 io/file_stream_test: Skip # Platform.executable | 229 io/file_stream_test: Skip # Platform.executable |
| 249 io/file_test: Skip # Platform.executable | 230 io/file_test: Skip # Platform.executable |
| 250 io/http_cross_process_test: Skip # Platform.executable | 231 io/http_cross_process_test: Skip # Platform.executable |
| 251 io/https_unauthorized_test: Skip # Platform.executable | 232 io/https_unauthorized_test: Skip # Platform.executable |
| 252 io/platform_resolved_executable_test: Skip # Platform.resolvedExecutable | 233 io/platform_resolved_executable_test: Skip # Platform.resolvedExecutable |
| 253 io/skipping_dart2js_compilations_test: Skip # Platform.executable | 234 io/skipping_dart2js_compilations_test: Skip # Platform.executable |
| 254 io/snapshot_fail_test: Skip # Platform.executable | 235 io/snapshot_fail_test: Skip # Platform.executable |
| 255 io/stdin_sync_test: Skip # Platform.executable | 236 io/stdin_sync_test: Skip # Platform.executable |
| 256 io/test_extension_fail_test: Skip # Platform.executable | 237 io/test_extension_fail_test: Skip # Platform.executable |
| 257 precompilation_test: Skip # Platform.executable | |
| 258 io/file_read_special_device_test: Skip # Platform.executable | 238 io/file_read_special_device_test: Skip # Platform.executable |
| 259 verbose_gc_to_bmu_test: Skip # Platform.executable | 239 verbose_gc_to_bmu_test: Skip # Platform.executable |
| 260 io/http_server_close_response_after_error_test: Skip # Platform.executable | 240 io/http_server_close_response_after_error_test: Skip # Platform.executable |
| 261 io/http_client_stays_alive_test: Skip # Platform.executable | 241 io/http_client_stays_alive_test: Skip # Platform.executable |
| 262 io/print_sync_test: Skip # Platform.executable | 242 io/print_sync_test: Skip # Platform.executable |
| 263 io/signals_test: Skip # Platform.executable | 243 io/signals_test: Skip # Platform.executable |
| 264 io/stdio_nonblocking_test: Skip # Platform.executable | 244 io/stdio_nonblocking_test: Skip # Platform.executable |
| 265 io/regress_7191_test: Skip # Platform.executable | 245 io/regress_7191_test: Skip # Platform.executable |
| 266 io/secure_unauthorized_test: Skip # Platform.executable | 246 io/secure_unauthorized_test: Skip # Platform.executable |
| 267 io/dart_std_io_pipe_test: Skip # Platform.executable | 247 io/dart_std_io_pipe_test: Skip # Platform.executable |
| (...skipping 28 matching lines...) Expand all Loading... |
| 296 # Following tests are skipped on dart_product as package mapping is not supporte
d. | 276 # Following tests are skipped on dart_product as package mapping is not supporte
d. |
| 297 [ $runtime == dart_product ] | 277 [ $runtime == dart_product ] |
| 298 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Skip | 278 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Skip |
| 299 package/scenarios/packages_file_strange_formatting/empty_lines_test: Skip | 279 package/scenarios/packages_file_strange_formatting/empty_lines_test: Skip |
| 300 package/scenarios/invalid/invalid_utf8_test: Skip | 280 package/scenarios/invalid/invalid_utf8_test: Skip |
| 301 package/scenarios/invalid/same_package_twice_test: Skip | 281 package/scenarios/invalid/same_package_twice_test: Skip |
| 302 package/scenarios/invalid/non_existent_packages_file_test: Skip | 282 package/scenarios/invalid/non_existent_packages_file_test: Skip |
| 303 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Skip | 283 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Skip |
| 304 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip | 284 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip |
| 305 package/scenarios/packages_option_only/packages_option_only_test: Skip | 285 package/scenarios/packages_option_only/packages_option_only_test: Skip |
| OLD | NEW |