| 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 io/file_lock_test: Skip # Timeout. | 226 io/file_lock_test: Skip # Timeout. |
| 227 io/test_runner_test: Skip # Timeout. | 227 io/test_runner_test: Skip # Timeout. |
| 228 io/http_client_stays_alive_test: Skip # Timeout. | 228 io/http_client_stays_alive_test: Skip # Timeout. |
| 229 | 229 |
| 230 [ ($runtime == vm || $runtime == dart_precompiled) ] | 230 [ ($runtime == vm || $runtime == dart_precompiled) ] |
| 231 # Failures in secure networking while NSS is replaced with BoringSSL | 231 # Failures in secure networking while NSS is replaced with BoringSSL |
| 232 io/https_client_certificate_test: RuntimeError # Issue 24070 | 232 io/https_client_certificate_test: RuntimeError # Issue 24070 |
| 233 io/secure_socket_renegotiate_test: RuntimeError | 233 io/secure_socket_renegotiate_test: RuntimeError |
| 234 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 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. |
| 235 | 235 |
| 236 [ $arch == ia32 ] |
| 237 no_allow_absolute_addresses_test: SkipByDesign # Not supported. |
| 238 link_natives_lazily_test: SkipByDesign # Not supported. |
| 239 |
| 236 [ ($noopt || $compiler == precompiler) ] | 240 [ ($noopt || $compiler == precompiler) ] |
| 237 map_literal_oom_test: Pass, Crash # Issue 24678 | 241 map_literal_oom_test: Pass, Crash # Issue 24678 |
| 238 javascript*: SkipByDesign # JS overflow flag unsupported | 242 javascript*: SkipByDesign # JS overflow flag unsupported |
| 239 io/web_socket_test: Pass, RuntimeError # Issue 24674 | 243 io/web_socket_test: Pass, RuntimeError # Issue 24674 |
| 240 assert_test: RuntimeError # Expects line and column numbers | 244 assert_test: RuntimeError # Expects line and column numbers |
| 241 precompilation_test: Skip # Platform.executable | 245 precompilation_test: Skip # Platform.executable |
| 242 precompilation_dart2js_test: Skip # Platform.executable | 246 precompilation_dart2js_test: Skip # Platform.executable |
| 243 io/test_extension_test: Skip # Platform.executable | 247 io/test_extension_test: Skip # Platform.executable |
| 244 io/test_extension_fail_test: Skip # Platform.executable | 248 io/test_extension_fail_test: Skip # Platform.executable |
| 245 io/platform_test: Skip # Platform.executable | 249 io/platform_test: Skip # Platform.executable |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 | 299 |
| 296 # Overriding these flags are not supported in product mode. | 300 # Overriding these flags are not supported in product mode. |
| 297 [ $mode == product ] | 301 [ $mode == product ] |
| 298 no_profiler_test: SkipByDesign | 302 no_profiler_test: SkipByDesign |
| 299 no_support_coverage_test: SkipByDesign | 303 no_support_coverage_test: SkipByDesign |
| 300 no_support_debugger_test: SkipByDesign | 304 no_support_debugger_test: SkipByDesign |
| 301 no_support_disassembler_test: SkipByDesign | 305 no_support_disassembler_test: SkipByDesign |
| 302 no_support_il_printer_test: SkipByDesign | 306 no_support_il_printer_test: SkipByDesign |
| 303 no_support_service_test: SkipByDesign | 307 no_support_service_test: SkipByDesign |
| 304 no_support_timeline_test: SkipByDesign | 308 no_support_timeline_test: SkipByDesign |
| OLD | NEW |