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 12 matching lines...) Expand all Loading... |
23 [ ($runtime != vm || $compiler != none) && $compiler != dartanalyzer && $compile
r != dart2analyzer ] | 23 [ ($runtime != vm || $compiler != none) && $compiler != dartanalyzer && $compile
r != dart2analyzer ] |
24 packages_file_test: Skip # Uses Platform.executable | 24 packages_file_test: Skip # Uses Platform.executable |
25 | 25 |
26 [ ($runtime != vm && $runtime != dart_precompiled && $runtime != dart_app) && ($
runtime != drt || $compiler != none)) ] | 26 [ ($runtime != vm && $runtime != dart_precompiled && $runtime != dart_app) && ($
runtime != drt || $compiler != none)) ] |
27 no_assert_test: Fail, OK # This is testing a vm flag. | 27 no_assert_test: Fail, OK # This is testing a vm flag. |
28 | 28 |
29 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] | 29 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
30 package/package_isolate_test: Fail # Issue 12474 | 30 package/package_isolate_test: Fail # Issue 12474 |
31 io/observatory_test: Fail | 31 io/observatory_test: Fail |
32 package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119 | 32 package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119 |
33 io/addlatexhash_test: Fail # Package root changed to implicit package spec. | |
34 | 33 |
35 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $c
hecked ] | 34 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $c
hecked ] |
36 # These tests have type errors on purpose. | 35 # These tests have type errors on purpose. |
37 io/process_invalid_arguments_test: Fail, OK | 36 io/process_invalid_arguments_test: Fail, OK |
38 io/directory_invalid_arguments_test: Fail, OK | 37 io/directory_invalid_arguments_test: Fail, OK |
39 io/file_invalid_arguments_test: Fail, OK | 38 io/file_invalid_arguments_test: Fail, OK |
40 io/internet_address_invalid_arguments_test: Fail, OK | 39 io/internet_address_invalid_arguments_test: Fail, OK |
41 io/socket_invalid_arguments_test: Fail, OK | 40 io/socket_invalid_arguments_test: Fail, OK |
42 io/stdout_bad_argument_test: Fail, OK | 41 io/stdout_bad_argument_test: Fail, OK |
43 # These test have type errors on purpose and take very long to run in | 42 # These test have type errors on purpose and take very long to run in |
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
336 package/*: SkipByDesign # Launches VMs in interesting ways. | 335 package/*: SkipByDesign # Launches VMs in interesting ways. |
337 | 336 |
338 [ $builder_tag == no_ipv6 ] | 337 [ $builder_tag == no_ipv6 ] |
339 io/http_bind_test: Skip | 338 io/http_bind_test: Skip |
340 io/raw_datagram_socket_test: Skip | 339 io/raw_datagram_socket_test: Skip |
341 io/socket_source_address_test: Skip | 340 io/socket_source_address_test: Skip |
342 io/socket_bind_test: Skip | 341 io/socket_bind_test: Skip |
343 io/http_proxy_advanced_test: Skip | 342 io/http_proxy_advanced_test: Skip |
344 io/http_ipv6_test: Skip | 343 io/http_ipv6_test: Skip |
345 io/socket_ipv6_test: Skip | 344 io/socket_ipv6_test: Skip |
OLD | NEW |