| 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 |
| 11 packages_file_test/none: Skip # contains no tests. | 11 packages_file_test/none: Skip # contains no tests. |
| 12 | 12 |
| 13 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally | 13 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally |
| 14 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Fail,
OK # CompileTimeErrors intentionally | 14 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Fail,
OK # CompileTimeErrors intentionally |
| 15 package/scenarios/empty_packages_file/empty_packages_file_discovery_test: Fail,
OK # CompileTimeErrors intentionally | 15 package/scenarios/empty_packages_file/empty_packages_file_discovery_test: Fail,
OK # CompileTimeErrors intentionally |
| 16 package/scenarios/empty_packages_file/empty_packages_file_option_test: Fail, OK
# CompileTimeErrors intentionally | 16 package/scenarios/empty_packages_file/empty_packages_file_option_test: Fail, OK
# CompileTimeErrors intentionally |
| 17 package/scenarios/invalid/invalid_package_name_test: RuntimeError, CompileTimeEr
ror # Errors intentionally | 17 package/scenarios/invalid/invalid_package_name_test: RuntimeError, CompileTimeEr
ror # Errors intentionally |
| 18 package/scenarios/invalid/same_package_twice_test.dart: RuntimeError, CompileTim
eError # Errors intentionally | 18 package/scenarios/invalid/same_package_twice_test.dart: RuntimeError, CompileTim
eError # Errors intentionally |
| 19 full_coverage_test: Pass, Slow, Timeout | 19 full_coverage_test: Pass, Slow, Timeout |
| 20 | 20 |
| 21 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue
14516 comment #4. | 21 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue
14516 comment #4. |
| 22 | 22 |
| 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 env_test: Skip # This is testing a vm command line parsing scenario. |
| 28 | 29 |
| 29 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] | 30 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
| 30 package/package_isolate_test: Fail # Issue 12474 | 31 package/package_isolate_test: Fail # Issue 12474 |
| 31 io/observatory_test: Fail | 32 io/observatory_test: Fail |
| 32 package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119 | 33 package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119 |
| 33 | 34 |
| 34 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $c
hecked ] | 35 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $c
hecked ] |
| 35 # These tests have type errors on purpose. | 36 # These tests have type errors on purpose. |
| 36 io/process_invalid_arguments_test: Fail, OK | 37 io/process_invalid_arguments_test: Fail, OK |
| 37 io/directory_invalid_arguments_test: Fail, OK | 38 io/directory_invalid_arguments_test: Fail, OK |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 package/*: SkipByDesign # Launches VMs in interesting ways. | 343 package/*: SkipByDesign # Launches VMs in interesting ways. |
| 343 | 344 |
| 344 [ $builder_tag == no_ipv6 ] | 345 [ $builder_tag == no_ipv6 ] |
| 345 io/http_bind_test: Skip | 346 io/http_bind_test: Skip |
| 346 io/raw_datagram_socket_test: Skip | 347 io/raw_datagram_socket_test: Skip |
| 347 io/socket_source_address_test: Skip | 348 io/socket_source_address_test: Skip |
| 348 io/socket_bind_test: Skip | 349 io/socket_bind_test: Skip |
| 349 io/http_proxy_advanced_test: Skip | 350 io/http_proxy_advanced_test: Skip |
| 350 io/http_ipv6_test: Skip | 351 io/http_ipv6_test: Skip |
| 351 io/socket_ipv6_test: Skip | 352 io/socket_ipv6_test: Skip |
| OLD | NEW |