| 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 # Failures in secure networking while NSS is replaced with BoringSSL | 230 # Failures in secure networking while NSS is replaced with BoringSSL |
| 231 io/https_client_certificate_test: RuntimeError # Issue 24070 | 231 io/https_client_certificate_test: RuntimeError # Issue 24070 |
| 232 io/secure_socket_renegotiate_test: RuntimeError | 232 io/secure_socket_renegotiate_test: RuntimeError |
| 233 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. | 233 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. |
| 234 | 234 |
| 235 [ ($noopt || $compiler == precompiler) ] | 235 [ ($noopt || $compiler == precompiler) ] |
| 236 map_literal_oom_test: Pass, Crash # Issue 24678 | 236 map_literal_oom_test: Pass, Crash # Issue 24678 |
| 237 javascript*: SkipByDesign # JS overflow flag unsupported | 237 javascript*: SkipByDesign # JS overflow flag unsupported |
| 238 io/web_socket_test: Pass, RuntimeError # Issue 24674 | 238 io/web_socket_test: Pass, RuntimeError # Issue 24674 |
| 239 assert_test: RuntimeError # Expects line and column numbers | 239 assert_test: RuntimeError # Expects line and column numbers |
| 240 precompilation_test: Skip # Platform.executable |
| 241 precompilation_dart2js_test: Skip # Platform.executable |
| 242 io/test_extension_test: Skip # Platform.executable |
| 243 io/test_extension_fail_test: Skip # Platform.executable |
| 244 io/platform_test: Skip # Platform.executable |
| 245 io/code_collection_test: Skip # Platform.executable |
| 246 full_coverage_test: Skip # Platform.executable |
| 240 | 247 |
| 241 [ $runtime == dart_precompiled ] | 248 [ $runtime == dart_precompiled ] |
| 242 debugger/*: Skip | 249 debugger/*: Skip |
| 243 noopt_test: Skip | 250 noopt_test: Skip |
| 244 precompilation_dart2js_test: Skip | 251 precompilation_dart2js_test: Skip # Platform.executable |
| 245 | 252 |
| 246 full_coverage_test: RuntimeError # Platform.executable | 253 full_coverage_test: RuntimeError # Platform.executable |
| 247 http_launch_test: RuntimeError # Platform.executable | 254 http_launch_test: RuntimeError # Platform.executable |
| 248 io/addlatexhash_test: RuntimeError # Platform.executable | 255 io/addlatexhash_test: RuntimeError # Platform.executable |
| 249 io/compile_all_test: Crash # Incompatible flag --compile_all | 256 io/compile_all_test: Crash # Incompatible flag --compile_all |
| 250 io/file_read_special_device_test: RuntimeError # Platform.executable | 257 io/file_read_special_device_test: RuntimeError # Platform.executable |
| 251 io/file_stream_test: RuntimeError # Platform.executable | 258 io/file_stream_test: RuntimeError # Platform.executable |
| 252 io/file_test: RuntimeError # Platform.executable | 259 io/file_test: RuntimeError # Platform.executable |
| 253 io/http_cross_process_test: RuntimeError # Platform.executable | 260 io/http_cross_process_test: RuntimeError # Platform.executable |
| 254 io/https_unauthorized_test: RuntimeError # Platform.executable | 261 io/https_unauthorized_test: RuntimeError # Platform.executable |
| (...skipping 18 matching lines...) Expand all Loading... |
| 273 io/test_runner_test: RuntimeError # Platform.executable | 280 io/test_runner_test: RuntimeError # Platform.executable |
| 274 io/file_lock_test: RuntimeError # Platform.executable | 281 io/file_lock_test: RuntimeError # Platform.executable |
| 275 io/code_collection_test: RuntimeError # Platform.executable | 282 io/code_collection_test: RuntimeError # Platform.executable |
| 276 io/file_lock_test: RuntimeError # Platform.executable | 283 io/file_lock_test: RuntimeError # Platform.executable |
| 277 io/code_collection_test: RuntimeError # Platform.executable | 284 io/code_collection_test: RuntimeError # Platform.executable |
| 278 io/raw_socket_cross_process_test: RuntimeError # Platform.executable | 285 io/raw_socket_cross_process_test: RuntimeError # Platform.executable |
| 279 io/test_extension_test: RuntimeError # Platform.executable | 286 io/test_extension_test: RuntimeError # Platform.executable |
| 280 io/regress_7679_test: RuntimeError # Platform.executable | 287 io/regress_7679_test: RuntimeError # Platform.executable |
| 281 | 288 |
| 282 io/process_*: Skip # Most use Platform.executable | 289 io/process_*: Skip # Most use Platform.executable |
| OLD | NEW |