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

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

Issue 2441073002: Fix http_server_response_test.dart not to use snapshots as its data. (Closed)
Patch Set: Created 4 years, 1 month 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/http_server_response_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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 io/secure_bad_certificate_test: RuntimeError 348 io/secure_bad_certificate_test: RuntimeError
349 io/secure_server_socket_test: RuntimeError 349 io/secure_server_socket_test: RuntimeError
350 io/secure_client_server_test: RuntimeError 350 io/secure_client_server_test: RuntimeError
351 io/socket_upgrade_to_secure_test: RuntimeError 351 io/socket_upgrade_to_secure_test: RuntimeError
352 io/secure_client_raw_server_test: RuntimeError 352 io/secure_client_raw_server_test: RuntimeError
353 io/secure_socket_test: RuntimeError 353 io/secure_socket_test: RuntimeError
354 io/raw_secure_socket_test: RuntimeError 354 io/raw_secure_socket_test: RuntimeError
355 io/https_bad_certificate_test: RuntimeError 355 io/https_bad_certificate_test: RuntimeError
356 io/secure_server_closing_test: RuntimeError 356 io/secure_server_closing_test: RuntimeError
357 357
358 [ $runtime == dart_precompiled || $runtime == dart_app ]
359 io/http_server_response_test: Skip # OOM - Issue 27633
360
361 [ $runtime == vm || $runtime == dart_app || $runtime == dart_precompiled ] 358 [ $runtime == vm || $runtime == dart_app || $runtime == dart_precompiled ]
362 deferred_transitive_import_error_test: Skip # Contains intentional errors. 359 deferred_transitive_import_error_test: Skip # Contains intentional errors.
363 360
364 [ $hot_reload || $hot_reload_rollback ] 361 [ $hot_reload || $hot_reload_rollback ]
365 deferred_transitive_import_error_test: Crash # Uses deferred imports. 362 deferred_transitive_import_error_test: Crash # Uses deferred imports.
366 package/*: SkipByDesign # Launches VMs in interesting ways. 363 package/*: SkipByDesign # Launches VMs in interesting ways.
367 364
368 [ $builder_tag == no_ipv6 ] 365 [ $builder_tag == no_ipv6 ]
369 io/http_bind_test: Skip 366 io/http_bind_test: Skip
370 io/raw_datagram_socket_test: Skip 367 io/raw_datagram_socket_test: Skip
371 io/socket_source_address_test: Skip 368 io/socket_source_address_test: Skip
372 io/socket_bind_test: Skip 369 io/socket_bind_test: Skip
373 io/http_proxy_advanced_test: Skip 370 io/http_proxy_advanced_test: Skip
374 io/http_ipv6_test: Skip 371 io/http_ipv6_test: Skip
375 io/socket_ipv6_test: Skip 372 io/socket_ipv6_test: Skip
OLDNEW
« no previous file with comments | « tests/standalone/io/http_server_response_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698