| 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 packages_file_test: Skip # Issue 26715 | 10 packages_file_test: Skip # Issue 26715 |
| (...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 io/raw_secure_socket_test: RuntimeError | 336 io/raw_secure_socket_test: RuntimeError |
| 337 io/https_bad_certificate_test: RuntimeError | 337 io/https_bad_certificate_test: RuntimeError |
| 338 io/secure_server_closing_test: RuntimeError | 338 io/secure_server_closing_test: RuntimeError |
| 339 | 339 |
| 340 [ $runtime == vm || $runtime == dart_app || $runtime == dart_precompiled ] | 340 [ $runtime == vm || $runtime == dart_app || $runtime == dart_precompiled ] |
| 341 deferred_transitive_import_error_test: Skip # Contains intentional errors. | 341 deferred_transitive_import_error_test: Skip # Contains intentional errors. |
| 342 | 342 |
| 343 [ $hot_reload || $hot_reload_rollback ] | 343 [ $hot_reload || $hot_reload_rollback ] |
| 344 deferred_transitive_import_error_test: Crash # Uses deferred imports. | 344 deferred_transitive_import_error_test: Crash # Uses deferred imports. |
| 345 package/*: SkipByDesign # Launches VMs in interesting ways. | 345 package/*: SkipByDesign # Launches VMs in interesting ways. |
| 346 io/raw_datagram_read_all_test: Pass, Fail # Timing dependent. |
| 347 io/test_runner_test: Pass, Slow # Slow. |
| 348 io/skipping_dart2js_compilations_test: Pass, Slow # Slow. |
| 346 | 349 |
| 347 [ $builder_tag == no_ipv6 ] | 350 [ $builder_tag == no_ipv6 ] |
| 348 io/http_bind_test: Skip | 351 io/http_bind_test: Skip |
| 349 io/raw_datagram_socket_test: Skip | 352 io/raw_datagram_socket_test: Skip |
| 350 io/socket_source_address_test: Skip | 353 io/socket_source_address_test: Skip |
| 351 io/socket_bind_test: Skip | 354 io/socket_bind_test: Skip |
| 352 io/http_proxy_advanced_test: Skip | 355 io/http_proxy_advanced_test: Skip |
| 353 io/http_ipv6_test: Skip | 356 io/http_ipv6_test: Skip |
| 354 io/socket_ipv6_test: Skip | 357 io/socket_ipv6_test: Skip |
| OLD | NEW |