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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
215 [ ($runtime == vm || $runtime == dart_precompiled) ] | 215 [ ($runtime == vm || $runtime == dart_precompiled) ] |
216 # Failures in secure networking while NSS is replaced with BoringSSL | 216 # Failures in secure networking while NSS is replaced with BoringSSL |
217 io/https_client_certificate_test: RuntimeError # Issue 24070 | 217 io/https_client_certificate_test: RuntimeError # Issue 24070 |
218 io/secure_socket_renegotiate_test: RuntimeError | 218 io/secure_socket_renegotiate_test: RuntimeError |
219 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. | 219 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. |
220 | 220 |
221 [ ($noopt || $compiler == precompiler) ] | 221 [ ($noopt || $compiler == precompiler) ] |
222 map_literal_oom_test: Pass, Crash # Issue 24678 | 222 map_literal_oom_test: Pass, Crash # Issue 24678 |
223 javascript*: SkipByDesign # JS overflow flag unsupported | 223 javascript*: SkipByDesign # JS overflow flag unsupported |
224 io/web_socket_test: Pass, RuntimeError # Issue 24674 | 224 io/web_socket_test: Pass, RuntimeError # Issue 24674 |
| 225 assert_test: RuntimeError # Expects line and column numbers |
225 | 226 |
226 [ $runtime == dart_precompiled ] | 227 [ $runtime == dart_precompiled ] |
227 debugger/*: Skip | 228 debugger/*: Skip |
228 noopt_test: Skip | 229 noopt_test: Skip |
229 precompilation_dart2js_test: Skip | 230 precompilation_dart2js_test: Skip |
230 | 231 |
231 full_coverage_test: RuntimeError # Platform.executable | 232 full_coverage_test: RuntimeError # Platform.executable |
232 http_launch_test: RuntimeError # Platform.executable | 233 http_launch_test: RuntimeError # Platform.executable |
233 io/addlatexhash_test: RuntimeError # Platform.executable | 234 io/addlatexhash_test: RuntimeError # Platform.executable |
234 io/compile_all_test: Crash # Incompatible flag --compile_all | 235 io/compile_all_test: Crash # Incompatible flag --compile_all |
(...skipping 23 matching lines...) Expand all Loading... |
258 io/test_runner_test: RuntimeError # Platform.executable | 259 io/test_runner_test: RuntimeError # Platform.executable |
259 io/file_lock_test: RuntimeError # Platform.executable | 260 io/file_lock_test: RuntimeError # Platform.executable |
260 io/code_collection_test: RuntimeError # Platform.executable | 261 io/code_collection_test: RuntimeError # Platform.executable |
261 io/file_lock_test: RuntimeError # Platform.executable | 262 io/file_lock_test: RuntimeError # Platform.executable |
262 io/code_collection_test: RuntimeError # Platform.executable | 263 io/code_collection_test: RuntimeError # Platform.executable |
263 io/raw_socket_cross_process_test: RuntimeError # Platform.executable | 264 io/raw_socket_cross_process_test: RuntimeError # Platform.executable |
264 io/test_extension_test: RuntimeError # Platform.executable | 265 io/test_extension_test: RuntimeError # Platform.executable |
265 io/regress_7679_test: RuntimeError # Platform.executable | 266 io/regress_7679_test: RuntimeError # Platform.executable |
266 | 267 |
267 io/process_*: Skip # Most use Platform.executable | 268 io/process_*: Skip # Most use Platform.executable |
OLD | NEW |