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: Pass, Slow | 10 packages_file_test: Pass, Slow |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 io/secure_socket_argument_test: StaticWarning | 163 io/secure_socket_argument_test: StaticWarning |
164 io/stdout_bad_argument_test: StaticWarning | 164 io/stdout_bad_argument_test: StaticWarning |
165 package/package1_test: StaticWarning | 165 package/package1_test: StaticWarning |
166 package/package_test: StaticWarning | 166 package/package_test: StaticWarning |
167 package/scenarios/packages_dir_only/packages_dir_only_test: StaticWarning | 167 package/scenarios/packages_dir_only/packages_dir_only_test: StaticWarning |
168 package/scenarios/packages_file_only/packages_file_only_test: StaticWarning | 168 package/scenarios/packages_file_only/packages_file_only_test: StaticWarning |
169 package/scenarios/both_dir_and_file/prefers_packages_file_test: StaticWarning | 169 package/scenarios/both_dir_and_file/prefers_packages_file_test: StaticWarning |
170 package/scenarios/packages_file_in_parent/sub/packages_file_in_parent_test: Stat
icWarning | 170 package/scenarios/packages_file_in_parent/sub/packages_file_in_parent_test: Stat
icWarning |
171 typed_data_test: StaticWarning | 171 typed_data_test: StaticWarning |
172 typed_data_view_test: StaticWarning | 172 typed_data_view_test: StaticWarning |
| 173 deferred_transitive_import_error: Skip # Contains intentional errors. |
173 | 174 |
174 [ $compiler == dart2analyzer ] | 175 [ $compiler == dart2analyzer ] |
175 package/package1_test: CompileTimeError | 176 package/package1_test: CompileTimeError |
176 package/package_test: CompileTimeError | 177 package/package_test: CompileTimeError |
177 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError | 178 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError |
178 package/scenarios/packages_file_only/packages_file_only_test: CompileTimeError | 179 package/scenarios/packages_file_only/packages_file_only_test: CompileTimeError |
179 package/scenarios/both_dir_and_file/prefers_packages_file_test: CompileTimeError | 180 package/scenarios/both_dir_and_file/prefers_packages_file_test: CompileTimeError |
180 package/scenarios/packages_file_in_parent/sub/packages_file_in_parent_test: Comp
ileTimeError | 181 package/scenarios/packages_file_in_parent/sub/packages_file_in_parent_test: Comp
ileTimeError |
181 package/scenarios/invalid/non_existent_packages_file_test: Crash, OK # Analyzer
exits on invalid package config | 182 package/scenarios/invalid/non_existent_packages_file_test: Crash, OK # Analyzer
exits on invalid package config |
182 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval
id package config | 183 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval
id package config |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
310 | 311 |
311 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 312 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
312 io/*: Skip # Issue #26376 | 313 io/*: Skip # Issue #26376 |
313 | 314 |
314 typed_data_isolate_test: Skip # Issue #26376 | 315 typed_data_isolate_test: Skip # Issue #26376 |
315 typed_array_test: Skip # Issue #26376 | 316 typed_array_test: Skip # Issue #26376 |
316 typed_array_int64_uint64_test: Skip # Issue #26376 | 317 typed_array_int64_uint64_test: Skip # Issue #26376 |
317 | 318 |
318 oom_error_stacktrace_test: Skip # Issue #26377 | 319 oom_error_stacktrace_test: Skip # Issue #26377 |
319 out_of_memory_test: Skip # Issue #26377 | 320 out_of_memory_test: Skip # Issue #26377 |
OLD | NEW |