| 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 io/code_collection_test: Skip # Platform.executable | 236 io/code_collection_test: Skip # Platform.executable |
| 237 full_coverage_test: Skip # Platform.executable | 237 full_coverage_test: Skip # Platform.executable |
| 238 regress_26031_test: Skip # Platform.resolvedExecutable | 238 regress_26031_test: Skip # Platform.resolvedExecutable |
| 239 | 239 |
| 240 [ $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit
] | 240 [ $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit
] |
| 241 io/compile_all_test: Skip # Incompatible flag --compile_all | 241 io/compile_all_test: Skip # Incompatible flag --compile_all |
| 242 | 242 |
| 243 [ $runtime == dart_app ] | 243 [ $runtime == dart_app ] |
| 244 io/stdout_bad_argument_test: Skip # Test exits and so can't generate snapshot. | 244 io/stdout_bad_argument_test: Skip # Test exits and so can't generate snapshot. |
| 245 | 245 |
| 246 [ $runtime == dart_precompiled || $runtime == dart_app ] | 246 [ $runtime == dart_precompiled ] |
| 247 full_coverage_test: Skip # Platform.executable | 247 full_coverage_test: Skip # Platform.executable |
| 248 http_launch_test: Skip # Platform.executable | 248 http_launch_test: Skip # Platform.executable |
| 249 io/addlatexhash_test: Skip # Platform.executable | 249 io/addlatexhash_test: Skip # Platform.executable |
| 250 io/file_read_special_device_test: Skip # Platform.executable | 250 io/file_read_special_device_test: Skip # Platform.executable |
| 251 io/file_stream_test: Skip # Platform.executable | 251 io/file_stream_test: Skip # Platform.executable |
| 252 io/file_test: Skip # Platform.executable | 252 io/file_test: Skip # Platform.executable |
| 253 io/http_cross_process_test: Skip # Platform.executable | 253 io/http_cross_process_test: Skip # Platform.executable |
| 254 io/https_unauthorized_test: Skip # Platform.executable | 254 io/https_unauthorized_test: Skip # Platform.executable |
| 255 io/platform_resolved_executable_test: Skip # Platform.resolvedExecutable | 255 io/platform_resolved_executable_test: Skip # Platform.resolvedExecutable |
| 256 io/skipping_dart2js_compilations_test: Skip # Platform.executable | 256 io/skipping_dart2js_compilations_test: Skip # Platform.executable |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 package/*: SkipByDesign # Launches VMs in interesting ways. | 363 package/*: SkipByDesign # Launches VMs in interesting ways. |
| 364 | 364 |
| 365 [ $builder_tag == no_ipv6 ] | 365 [ $builder_tag == no_ipv6 ] |
| 366 io/http_bind_test: Skip | 366 io/http_bind_test: Skip |
| 367 io/raw_datagram_socket_test: Skip | 367 io/raw_datagram_socket_test: Skip |
| 368 io/socket_source_address_test: Skip | 368 io/socket_source_address_test: Skip |
| 369 io/socket_bind_test: Skip | 369 io/socket_bind_test: Skip |
| 370 io/http_proxy_advanced_test: Skip | 370 io/http_proxy_advanced_test: Skip |
| 371 io/http_ipv6_test: Skip | 371 io/http_ipv6_test: Skip |
| 372 io/socket_ipv6_test: Skip | 372 io/socket_ipv6_test: Skip |
| OLD | NEW |