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

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

Issue 2204953002: Don't close stdio/stderr when shutting down. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Add comment. Created 4 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 | « tests/standalone/io/stdio_implicit_close_test.dart ('k') | 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 packages_file_test: Skip # Issue 26715 10 packages_file_test: Skip # Issue 26715
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 io/skipping_dart2js_compilations_test: Skip # Platform.executable 245 io/skipping_dart2js_compilations_test: Skip # Platform.executable
246 io/snapshot_fail_test: Skip # Platform.executable 246 io/snapshot_fail_test: Skip # Platform.executable
247 io/stdin_sync_test: Skip # Platform.executable 247 io/stdin_sync_test: Skip # Platform.executable
248 io/test_extension_fail_test: Skip # Platform.executable 248 io/test_extension_fail_test: Skip # Platform.executable
249 io/file_read_special_device_test: Skip # Platform.executable 249 io/file_read_special_device_test: Skip # Platform.executable
250 verbose_gc_to_bmu_test: Skip # Platform.executable 250 verbose_gc_to_bmu_test: Skip # Platform.executable
251 io/http_server_close_response_after_error_test: Skip # Platform.executable 251 io/http_server_close_response_after_error_test: Skip # Platform.executable
252 io/http_client_stays_alive_test: Skip # Platform.executable 252 io/http_client_stays_alive_test: Skip # Platform.executable
253 io/print_sync_test: Skip # Platform.executable 253 io/print_sync_test: Skip # Platform.executable
254 io/signals_test: Skip # Platform.executable 254 io/signals_test: Skip # Platform.executable
255 io/stdio_implicit_close_test: Skip # Platform.executable
255 io/stdio_nonblocking_test: Skip # Platform.executable 256 io/stdio_nonblocking_test: Skip # Platform.executable
256 io/regress_7191_test: Skip # Platform.executable 257 io/regress_7191_test: Skip # Platform.executable
257 io/secure_unauthorized_test: Skip # Platform.executable 258 io/secure_unauthorized_test: Skip # Platform.executable
258 io/dart_std_io_pipe_test: Skip # Platform.executable 259 io/dart_std_io_pipe_test: Skip # Platform.executable
259 io/platform_test: Skip # Platform.executable 260 io/platform_test: Skip # Platform.executable
260 io/socket_cross_process_test: Skip # Platform.executable 261 io/socket_cross_process_test: Skip # Platform.executable
261 io/test_runner_test: Skip # Platform.executable 262 io/test_runner_test: Skip # Platform.executable
262 io/file_lock_test: Skip # Platform.executable 263 io/file_lock_test: Skip # Platform.executable
263 io/code_collection_test: Skip # Platform.executable 264 io/code_collection_test: Skip # Platform.executable
264 io/file_blocking_lock_test: Skip # Platform.executable 265 io/file_blocking_lock_test: Skip # Platform.executable
(...skipping 15 matching lines...) Expand all
280 281
281 # Overriding these flags are not supported in product mode. 282 # Overriding these flags are not supported in product mode.
282 [ $mode == product ] 283 [ $mode == product ]
283 no_profiler_test: SkipByDesign 284 no_profiler_test: SkipByDesign
284 no_support_coverage_test: SkipByDesign 285 no_support_coverage_test: SkipByDesign
285 no_support_debugger_test: SkipByDesign 286 no_support_debugger_test: SkipByDesign
286 no_support_disassembler_test: SkipByDesign 287 no_support_disassembler_test: SkipByDesign
287 no_support_il_printer_test: SkipByDesign 288 no_support_il_printer_test: SkipByDesign
288 no_support_service_test: SkipByDesign 289 no_support_service_test: SkipByDesign
289 no_support_timeline_test: SkipByDesign 290 no_support_timeline_test: SkipByDesign
291 io/stdio_implicit_close_test: Skip # SkipByDesign
290 292
291 # Following tests are skipped on dart_app as package mapping is not supported. 293 # Following tests are skipped on dart_app as package mapping is not supported.
292 [ $runtime == dart_precompiled || $runtime == dart_app ] 294 [ $runtime == dart_precompiled || $runtime == dart_app ]
293 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Skip 295 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Skip
294 package/scenarios/packages_file_strange_formatting/empty_lines_test: Skip 296 package/scenarios/packages_file_strange_formatting/empty_lines_test: Skip
295 package/scenarios/invalid/invalid_utf8_test: Skip 297 package/scenarios/invalid/invalid_utf8_test: Skip
296 package/scenarios/invalid/same_package_twice_test: Skip 298 package/scenarios/invalid/same_package_twice_test: Skip
297 package/scenarios/invalid/non_existent_packages_file_test: Skip 299 package/scenarios/invalid/non_existent_packages_file_test: Skip
298 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Skip 300 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Skip
299 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip 301 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip
(...skipping 27 matching lines...) Expand all
327 package/*: SkipByDesign # Launches VMs in interesting ways. 329 package/*: SkipByDesign # Launches VMs in interesting ways.
328 330
329 [ $builder_tag == no_ipv6 ] 331 [ $builder_tag == no_ipv6 ]
330 io/http_bind_test: Skip 332 io/http_bind_test: Skip
331 io/raw_datagram_socket_test: Skip 333 io/raw_datagram_socket_test: Skip
332 io/socket_source_address_test: Skip 334 io/socket_source_address_test: Skip
333 io/socket_bind_test: Skip 335 io/socket_bind_test: Skip
334 io/http_proxy_advanced_test: Skip 336 io/http_proxy_advanced_test: Skip
335 io/http_ipv6_test: Skip 337 io/http_ipv6_test: Skip
336 io/socket_ipv6_test: Skip 338 io/socket_ipv6_test: Skip
OLDNEW
« no previous file with comments | « tests/standalone/io/stdio_implicit_close_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698