Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Side by Side Diff: tests/standalone/standalone.status

Issue 1307653002: Mark invalid package config tests as 'Crash, OK' for analyzer. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 javascript_compatibility_errors_test: Skip 160 javascript_compatibility_errors_test: Skip
161 javascript_compatibility_warnings_test: Skip 161 javascript_compatibility_warnings_test: Skip
162 162
163 [ $compiler == dart2analyzer ] 163 [ $compiler == dart2analyzer ]
164 package/package1_test: CompileTimeError 164 package/package1_test: CompileTimeError
165 package/package_test: CompileTimeError 165 package/package_test: CompileTimeError
166 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError 166 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError
167 package/scenarios/packages_file_only/packages_file_only_test: CompileTimeError 167 package/scenarios/packages_file_only/packages_file_only_test: CompileTimeError
168 package/scenarios/both_dir_and_file/prefers_packages_file_test: CompileTimeError 168 package/scenarios/both_dir_and_file/prefers_packages_file_test: CompileTimeError
169 package/scenarios/packages_file_in_parent/sub/packages_file_in_parent_test: Comp ileTimeError 169 package/scenarios/packages_file_in_parent/sub/packages_file_in_parent_test: Comp ileTimeError
170 package/scenarios/invalid/non_existent_packages_file_test: Crash # Issue 24123 170 package/scenarios/invalid/non_existent_packages_file_test: Crash, OK # Analyzer exits on invalid package config
171 package/scenarios/invalid/invalid_utf8_test: Crash # Issue 24127 171 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval id package config
172 package/scenarios/invalid/invalid_package_name_test: Crash # Issue 24125 172 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits on invalid package config
173 package/scenarios/invalid/same_package_twice_test: Crash # Issue 24124 173 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on invalid package config
174 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Crash # Issue 24126
175 174
176 [ $system == windows ] 175 [ $system == windows ]
177 io/skipping_dart2js_compilations_test: Fail # Issue 19551. 176 io/skipping_dart2js_compilations_test: Fail # Issue 19551.
178 verbose_gc_to_bmu_test: Skip 177 verbose_gc_to_bmu_test: Skip
179 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 178 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641
180 179
181 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo de == debug ] 180 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo de == debug ]
182 verified_mem_test: Skip # Not yet implemented. 181 verified_mem_test: Skip # Not yet implemented.
183 182
184 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 183 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
185 full_coverage_test: Skip # Timeout. 184 full_coverage_test: Skip # Timeout.
186 io/file_lock_test: Skip # Timeout. 185 io/file_lock_test: Skip # Timeout.
187 io/test_runner_test: Skip # Timeout. 186 io/test_runner_test: Skip # Timeout.
188 io/http_client_stays_alive_test: Skip # Timeout. 187 io/http_client_stays_alive_test: Skip # Timeout.
189 188
190 [ $compiler == dart2js && $cps_ir ] 189 [ $compiler == dart2js && $cps_ir ]
191 coverage_test: Crash # (static Iterable<Str... cannot handle sync*/async* funct ions 190 coverage_test: Crash # (static Iterable<Str... cannot handle sync*/async* funct ions
192 io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle sync*/async * functions 191 io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle sync*/async * functions
193 io/file_error_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions 192 io/file_error_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
194 io/file_read_encoded_test: Crash # (static Iterable<Str... cannot handle sync*/ async* functions 193 io/file_read_encoded_test: Crash # (static Iterable<Str... cannot handle sync*/ async* functions
195 io/file_test: Crash # (static Iterable<Str... cannot handle sync*/async* functi ons 194 io/file_test: Crash # (static Iterable<Str... cannot handle sync*/async* functi ons
196 io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync */async* functions 195 io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync */async* functions
197 io/observatory_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions 196 io/observatory_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
198 io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot h andle sync*/async* functions 197 io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot h andle sync*/async* functions
199 priority_queue_stress_test: RuntimeError # Cannot read property 'any$1' of undef ined 198 priority_queue_stress_test: RuntimeError # Cannot read property 'any$1' of undef ined
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698