| 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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 312 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
| 313 io/*: Skip # Issue #26376 | 313 io/*: Skip # Issue #26376 |
| 314 | 314 |
| 315 typed_data_isolate_test: Skip # Issue #26376 | 315 typed_data_isolate_test: Skip # Issue #26376 |
| 316 typed_array_test: Skip # Issue #26376 | 316 typed_array_test: Skip # Issue #26376 |
| 317 typed_array_int64_uint64_test: Skip # Issue #26376 | 317 typed_array_int64_uint64_test: Skip # Issue #26376 |
| 318 | 318 |
| 319 oom_error_stacktrace_test: Skip # Issue #26377 | 319 oom_error_stacktrace_test: Skip # Issue #26377 |
| 320 out_of_memory_test: Skip # Issue #26377 | 320 out_of_memory_test: Skip # Issue #26377 |
| 321 | 321 |
| 322 [ $runtime == dart_precompiled ] | 322 [ $runtime == vm || $runtime == dart_app || $runtime == dart_precompiled ] |
| 323 deferred_transitive_import_error_test: Skip # Contains intentional errors. | 323 deferred_transitive_import_error_test: Skip # Contains intentional errors. |
| 324 | 324 |
| 325 [ $hot_reload ] | 325 [ $hot_reload ] |
| 326 deferred_transitive_import_error_test: SkipByDesign # Uses deferred imports. | 326 deferred_transitive_import_error_test: SkipByDesign # Uses deferred imports. |
| 327 package/*: SkipByDesign # Launches VMs in interesting ways. | 327 package/*: SkipByDesign # Launches VMs in interesting ways. |
| 328 | 328 |
| 329 [ $builder_tag == no_ipv6 ] | 329 [ $builder_tag == no_ipv6 ] |
| 330 io/http_bind_test: Skip | 330 io/http_bind_test: Skip |
| 331 io/raw_datagram_socket_test: Skip | 331 io/raw_datagram_socket_test: Skip |
| 332 io/socket_source_address_test: Skip | 332 io/socket_source_address_test: Skip |
| 333 io/socket_bind_test: Skip | 333 io/socket_bind_test: Skip |
| 334 io/http_proxy_advanced_test: Skip | 334 io/http_proxy_advanced_test: Skip |
| 335 io/http_ipv6_test: Skip | 335 io/http_ipv6_test: Skip |
| 336 io/socket_ipv6_test: Skip | 336 io/socket_ipv6_test: Skip |
| OLD | NEW |