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

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

Issue 2432923005: Skip http_server_response_test on AOT and app snapshots. (Closed)
Patch Set: Created 4 years, 2 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 packages_file_test: Skip # Issue 26715 10 packages_file_test: Skip # Issue 26715
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 [ $arch == simdbc || $arch == simdbc64 ] 319 [ $arch == simdbc || $arch == simdbc64 ]
320 # TODO(vegorov) SIMDBC interpreter doesn't support coverage yet. 320 # TODO(vegorov) SIMDBC interpreter doesn't support coverage yet.
321 full_coverage_test: Skip 321 full_coverage_test: Skip
322 322
323 # SIMDBC interpreter doesn't support lazy linking of natives. 323 # SIMDBC interpreter doesn't support lazy linking of natives.
324 link_natives_lazily_test: SkipByDesign 324 link_natives_lazily_test: SkipByDesign
325 325
326 # SIMDBC interpreter doesn't support --no_lazy_dispatchers 326 # SIMDBC interpreter doesn't support --no_lazy_dispatchers
327 no_lazy_dispatchers_test: SkipByDesign 327 no_lazy_dispatchers_test: SkipByDesign
328 328
329 [ $runtime == dart_precompiled || $runtime == dart_app ]
330 io/http_server_response_test: Skip # OOM - Issue 27633
331
329 [ $runtime == vm || $runtime == dart_app || $runtime == dart_precompiled ] 332 [ $runtime == vm || $runtime == dart_app || $runtime == dart_precompiled ]
330 deferred_transitive_import_error_test: Skip # Contains intentional errors. 333 deferred_transitive_import_error_test: Skip # Contains intentional errors.
331 334
332 [ $hot_reload || $hot_reload_rollback ] 335 [ $hot_reload || $hot_reload_rollback ]
333 deferred_transitive_import_error_test: Crash # Uses deferred imports. 336 deferred_transitive_import_error_test: Crash # Uses deferred imports.
334 package/*: SkipByDesign # Launches VMs in interesting ways. 337 package/*: SkipByDesign # Launches VMs in interesting ways.
335 338
336 [ $builder_tag == no_ipv6 ] 339 [ $builder_tag == no_ipv6 ]
337 io/http_bind_test: Skip 340 io/http_bind_test: Skip
338 io/raw_datagram_socket_test: Skip 341 io/raw_datagram_socket_test: Skip
339 io/socket_source_address_test: Skip 342 io/socket_source_address_test: Skip
340 io/socket_bind_test: Skip 343 io/socket_bind_test: Skip
341 io/http_proxy_advanced_test: Skip 344 io/http_proxy_advanced_test: Skip
342 io/http_ipv6_test: Skip 345 io/http_ipv6_test: Skip
343 io/socket_ipv6_test: Skip 346 io/socket_ipv6_test: Skip
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