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

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

Issue 1507943002: Add ./tools/test.py -c precompiler -r dart_precompiled. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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 | « tests/lib/lib.status ('k') | tests/utils/utils.status » ('j') | 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
11 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Fail, OK # CompileTimeErrors intentionally 11 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Fail, OK # CompileTimeErrors intentionally
12 package/scenarios/empty_packages_file/empty_packages_file_discovery_test: Fail, OK # CompileTimeErrors intentionally 12 package/scenarios/empty_packages_file/empty_packages_file_discovery_test: Fail, OK # CompileTimeErrors intentionally
13 package/scenarios/empty_packages_file/empty_packages_file_option_test: Fail, OK # CompileTimeErrors intentionally 13 package/scenarios/empty_packages_file/empty_packages_file_option_test: Fail, OK # CompileTimeErrors intentionally
14 package/scenarios/invalid/*: Fail, OK # CompileTimeErrors intentionally 14 package/scenarios/invalid/*: Fail, OK # CompileTimeErrors intentionally
15 15
16 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue 14516 comment #4. 16 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue 14516 comment #4.
17 17
18 javascript_compatibility_errors_test/none: Fail, OK # Not possible to exclude o r annotate with '/// none:' 18 javascript_compatibility_errors_test/none: Fail, OK # Not possible to exclude o r annotate with '/// none:'
19 19
20 [ $runtime != vm && ($runtime != drt || $compiler != none)) ] 20 [ ($runtime != vm && $runtime != dart_precompiled) && ($runtime != drt || $compi ler != none)) ]
21 no_assert_test: Fail, OK # This is testing a vm flag. 21 no_assert_test: Fail, OK # This is testing a vm flag.
22 22
23 [ $runtime == vm ] 23 [ ($runtime == vm || $runtime == dart_precompiled) ]
24 package/package_isolate_test: Fail # Issue 12474 24 package/package_isolate_test: Fail # Issue 12474
25 io/observatory_test: Fail 25 io/observatory_test: Fail
26 package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119 26 package/scenarios/invalid/same_package_twice_test: Pass # Issue 24119
27 27
28 [ $runtime == vm && $checked ] 28 [ ($runtime == vm || $runtime == dart_precompiled) && $checked ]
29 # These tests have type errors on purpose. 29 # These tests have type errors on purpose.
30 io/process_invalid_arguments_test: Fail, OK 30 io/process_invalid_arguments_test: Fail, OK
31 io/directory_invalid_arguments_test: Fail, OK 31 io/directory_invalid_arguments_test: Fail, OK
32 io/file_invalid_arguments_test: Fail, OK 32 io/file_invalid_arguments_test: Fail, OK
33 io/internet_address_invalid_arguments_test: Fail, OK 33 io/internet_address_invalid_arguments_test: Fail, OK
34 io/socket_invalid_arguments_test: Fail, OK 34 io/socket_invalid_arguments_test: Fail, OK
35 io/stdout_bad_argument_test: Fail, OK 35 io/stdout_bad_argument_test: Fail, OK
36 # These test have type errors on purpose and take very long to run in 36 # These test have type errors on purpose and take very long to run in
37 # checked mode with no benefit. Skip. 37 # checked mode with no benefit. Skip.
38 io/file_fuzz_test: Skip 38 io/file_fuzz_test: Skip
39 io/directory_fuzz_test: Skip 39 io/directory_fuzz_test: Skip
40 40
41 [ $runtime == vm && $system == macos ] 41 [ ($runtime == vm || $runtime == dart_precompiled) && $system == macos ]
42 # This test fails with "Too many open files" on the Mac OS buildbot. 42 # This test fails with "Too many open files" on the Mac OS buildbot.
43 # This is expected as MacOS by default runs with a very low number 43 # This is expected as MacOS by default runs with a very low number
44 # of allowed open files ('ulimit -n' says something like 256). 44 # of allowed open files ('ulimit -n' says something like 256).
45 io/socket_many_connections_test: Skip 45 io/socket_many_connections_test: Skip
46 46
47 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 47 [ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtim e == dartium || $runtime == ContentShellOnAndroid) ]
48 typed_array_test: Fail # Issue 13921 48 typed_array_test: Fail # Issue 13921
49 typed_array_int64_uint64_test: Fail # Issue 13921 49 typed_array_int64_uint64_test: Fail # Issue 13921
50 typed_data_isolate_test: SkipByDesign # This test uses dart:io 50 typed_data_isolate_test: SkipByDesign # This test uses dart:io
51 io/*: SkipByDesign # Don't run tests using dart:io in the browser 51 io/*: SkipByDesign # Don't run tests using dart:io in the browser
52 package/*: Skip # Do not run those in Dartium. 52 package/*: Skip # Do not run those in Dartium.
53 full_coverage_test: Skip 53 full_coverage_test: Skip
54 http_launch_test: Skip 54 http_launch_test: Skip
55 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. 55 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser.
56 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. 56 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser.
57 javascript_compatibility_errors_test: Skip 57 javascript_compatibility_errors_test: Skip
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 io/signals_test: Skip # Starts 10 dart subprocesses, uses too much memory 150 io/signals_test: Skip # Starts 10 dart subprocesses, uses too much memory
151 io/file_read_special_device_test: Fail # Issue 17440 151 io/file_read_special_device_test: Fail # Issue 17440
152 io/socket_source_address_test: Fail # Issue 22597 152 io/socket_source_address_test: Fail # Issue 22597
153 153
154 [ $arch == mips && $mode == debug ] 154 [ $arch == mips && $mode == debug ]
155 io/web_socket_test: SkipSlow # Times out. Issue 20352 155 io/web_socket_test: SkipSlow # Times out. Issue 20352
156 io/test_runner_test: Skip # Flakily times out in a subtest. Issue 201351 156 io/test_runner_test: Skip # Flakily times out in a subtest. Issue 201351
157 full_coverage_test: SkipSlow # Times out. Issue 20352 157 full_coverage_test: SkipSlow # Times out. Issue 20352
158 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too slow. 158 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too slow.
159 159
160 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) && $unchecked ] 160 [ ($compiler == none || $compiler == precompiler) && ($runtime == dartium || $ru ntime == ContentShellOnAndroid) && $unchecked ]
161 assert_test: Fail # Issue 14651. 161 assert_test: Fail # Issue 14651.
162 162
163 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ] 163 [ ($compiler == none || $compiler == precompiler) && ($runtime == dartium || $ru ntime == ContentShellOnAndroid) ]
164 javascript_int_overflow_literal_test/01: Fail # Issue 14651. 164 javascript_int_overflow_literal_test/01: Fail # Issue 14651.
165 javascript_int_overflow_test: Fail # Issue 14651. 165 javascript_int_overflow_test: Fail # Issue 14651.
166 166
167 [ $compiler == none && $runtime == drt ] 167 [ $compiler == none && $runtime == drt ]
168 map_literal_oom_test: RuntimeError # Issue 24571 168 map_literal_oom_test: RuntimeError # Issue 24571
169 169
170 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 170 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
171 io/directory_invalid_arguments_test: StaticWarning 171 io/directory_invalid_arguments_test: StaticWarning
172 io/process_invalid_arguments_test: StaticWarning 172 io/process_invalid_arguments_test: StaticWarning
173 io/raw_secure_server_socket_argument_test: StaticWarning 173 io/raw_secure_server_socket_argument_test: StaticWarning
(...skipping 24 matching lines...) Expand all
198 198
199 [ $system == windows ] 199 [ $system == windows ]
200 io/skipping_dart2js_compilations_test: Fail # Issue 19551. 200 io/skipping_dart2js_compilations_test: Fail # Issue 19551.
201 verbose_gc_to_bmu_test: Skip 201 verbose_gc_to_bmu_test: Skip
202 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 202 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641
203 io/process_sync_test: Pass, Timeout # Issue 24596 203 io/process_sync_test: Pass, Timeout # Issue 24596
204 204
205 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo de == debug ] 205 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo de == debug ]
206 verified_mem_test: Skip # Not yet implemented. 206 verified_mem_test: Skip # Not yet implemented.
207 207
208 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 208 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder _tag == asan ]
209 full_coverage_test: Skip # Timeout. 209 full_coverage_test: Skip # Timeout.
210 io/file_lock_test: Skip # Timeout. 210 io/file_lock_test: Skip # Timeout.
211 io/test_runner_test: Skip # Timeout. 211 io/test_runner_test: Skip # Timeout.
212 io/http_client_stays_alive_test: Skip # Timeout. 212 io/http_client_stays_alive_test: Skip # Timeout.
213 213
214 [ $runtime == vm ] 214 [ ($runtime == vm || $runtime == dart_precompiled) ]
215 # Failures in secure networking while NSS is replaced with BoringSSL 215 # Failures in secure networking while NSS is replaced with BoringSSL
216 io/https_client_certificate_test: RuntimeError # Issue 24070 216 io/https_client_certificate_test: RuntimeError # Issue 24070
217 io/secure_socket_renegotiate_test: RuntimeError 217 io/secure_socket_renegotiate_test: RuntimeError
218 io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection just puts a READ_CLOSED on the stream, rather than signaling an error on the str eam. 218 io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection just puts a READ_CLOSED on the stream, rather than signaling an error on the str eam.
219 219
220 [ $noopt ] 220 [ ($noopt || $compiler == precompiler) ]
221 map_literal_oom_test: Pass, Crash # Issue 24678 221 map_literal_oom_test: Pass, Crash # Issue 24678
222 javascript*: SkipByDesign # JS overflow flag unsupported 222 javascript*: SkipByDesign # JS overflow flag unsupported
223 io/web_socket_test: Pass, RuntimeError # Issue 24674 223 io/web_socket_test: Pass, RuntimeError # Issue 24674
224
225 [ $runtime == dart_precompiled ]
226 debugger/*: Skip
227 noopt_test: Skip
228 precompilation_dart2js_test: Skip
229
230 full_coverage_test: RuntimeError # Platform.executable
231 http_launch_test: RuntimeError # Platform.executable
232 io/addlatexhash_test: RuntimeError # Platform.executable
233 io/compile_all_test: Crash # Incompatible flag --compile_all
234 io/file_read_special_device_test: RuntimeError # Platform.executable
235 io/file_stream_test: RuntimeError # Platform.executable
236 io/file_test: RuntimeError # Platform.executable
237 io/http_cross_process_test: RuntimeError # Platform.executable
238 io/https_unauthorized_test: RuntimeError # Platform.executable
239 io/platform_resolved_executable_test: RuntimeError # Platform.resolvedExecutable
240 io/skipping_dart2js_compilations_test: RuntimeError # Platform.executable
241 io/snapshot_fail_test: RuntimeError # Platform.executable
242 io/stdin_sync_test: RuntimeError # Platform.executable
243 io/test_extension_fail_test: RuntimeError # Platform.executable
244 precompilation_test: RuntimeError # Platform.executable
245 standalone/io/file_read_special_device_test: RuntimeError # Platform.executable
246 verbose_gc_to_bmu_test: RuntimeError # Platform.executable
247 io/http_server_close_response_after_error_test: RuntimeError # Platform.executab le
248 io/http_client_stays_alive_test: RuntimeError # Platform.executable
249 io/print_sync_test: RuntimeError # Platform.executable
250 io/signals_test: RuntimeError # Platform.executable
251 io/stdio_nonblocking_test: RuntimeError # Platform.executable
252 io/regress_7191_test: RuntimeError # Platform.executable
253 io/secure_unauthorized_test: RuntimeError # Platform.executable
254 io/dart_std_io_pipe_test: RuntimeError # Platform.executable
255 io/platform_test: RuntimeError # Platform.executable
256 io/socket_cross_process_test: RuntimeError # Platform.executable
257 io/test_runner_test: RuntimeError # Platform.executable
258 io/file_lock_test: RuntimeError # Platform.executable
259 io/code_collection_test: RuntimeError # Platform.executable
260 io/file_lock_test: RuntimeError # Platform.executable
261 io/code_collection_test: RuntimeError # Platform.executable
262 io/raw_socket_cross_process_test: RuntimeError # Platform.executable
263 io/test_extension_test: RuntimeError # Platform.executable
264 io/regress_7679_test: RuntimeError # Platform.executable
265
266 io/process_*: Skip # Most use Platform.executable
OLDNEW
« no previous file with comments | « tests/lib/lib.status ('k') | tests/utils/utils.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698