| 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 package/scenarios/packages_file_only/packages_file_only_test: StaticWarning | 176 package/scenarios/packages_file_only/packages_file_only_test: StaticWarning |
| 177 package/scenarios/both_dir_and_file/prefers_packages_file_test: StaticWarning | 177 package/scenarios/both_dir_and_file/prefers_packages_file_test: StaticWarning |
| 178 package/scenarios/packages_file_in_parent/sub/packages_file_in_parent_test: Stat
icWarning | 178 package/scenarios/packages_file_in_parent/sub/packages_file_in_parent_test: Stat
icWarning |
| 179 typed_data_test: StaticWarning | 179 typed_data_test: StaticWarning |
| 180 typed_data_view_test: StaticWarning | 180 typed_data_view_test: StaticWarning |
| 181 deferred_transitive_import_error_test: Skip # Contains intentional errors. | 181 deferred_transitive_import_error_test: Skip # Contains intentional errors. |
| 182 | 182 |
| 183 [ $compiler == dart2analyzer ] | 183 [ $compiler == dart2analyzer ] |
| 184 package/package1_test: CompileTimeError | 184 package/package1_test: CompileTimeError |
| 185 package/package_test: CompileTimeError | 185 package/package_test: CompileTimeError |
| 186 package/package_isolate_test: CompileTimeError |
| 186 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError | 187 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError |
| 187 package/scenarios/packages_file_only/packages_file_only_test: CompileTimeError | 188 package/scenarios/packages_file_only/packages_file_only_test: CompileTimeError |
| 188 package/scenarios/both_dir_and_file/prefers_packages_file_test: CompileTimeError | 189 package/scenarios/both_dir_and_file/prefers_packages_file_test: CompileTimeError |
| 189 package/scenarios/packages_file_in_parent/sub/packages_file_in_parent_test: Comp
ileTimeError | 190 package/scenarios/packages_file_in_parent/sub/packages_file_in_parent_test: Comp
ileTimeError |
| 190 package/scenarios/invalid/non_existent_packages_file_test: Crash, OK # Analyzer
exits on invalid package config | 191 package/scenarios/invalid/non_existent_packages_file_test: Crash, OK # Analyzer
exits on invalid package config |
| 191 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval
id package config | 192 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval
id package config |
| 192 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits
on invalid package config | 193 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits
on invalid package config |
| 193 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on
invalid package config | 194 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on
invalid package config |
| 194 | 195 |
| 195 [ $system == windows ] | 196 [ $system == windows ] |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 package/*: SkipByDesign # Launches VMs in interesting ways. | 335 package/*: SkipByDesign # Launches VMs in interesting ways. |
| 335 | 336 |
| 336 [ $builder_tag == no_ipv6 ] | 337 [ $builder_tag == no_ipv6 ] |
| 337 io/http_bind_test: Skip | 338 io/http_bind_test: Skip |
| 338 io/raw_datagram_socket_test: Skip | 339 io/raw_datagram_socket_test: Skip |
| 339 io/socket_source_address_test: Skip | 340 io/socket_source_address_test: Skip |
| 340 io/socket_bind_test: Skip | 341 io/socket_bind_test: Skip |
| 341 io/http_proxy_advanced_test: Skip | 342 io/http_proxy_advanced_test: Skip |
| 342 io/http_ipv6_test: Skip | 343 io/http_ipv6_test: Skip |
| 343 io/socket_ipv6_test: Skip | 344 io/socket_ipv6_test: Skip |
| OLD | NEW |