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

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

Issue 2423593002: Add test directive to include other files used by a test in its compiled output directory. (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 | « tests/standalone/io/web_socket_error_test.dart ('k') | tools/testing/dart/test_suite.dart » ('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 packages_file_test: Skip # Issue 26715 10 packages_file_test: Skip # Issue 26715
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 package/*: SkipByDesign # Launches VMs in interesting ways. 344 package/*: SkipByDesign # Launches VMs in interesting ways.
345 345
346 [ $builder_tag == no_ipv6 ] 346 [ $builder_tag == no_ipv6 ]
347 io/http_bind_test: Skip 347 io/http_bind_test: Skip
348 io/raw_datagram_socket_test: Skip 348 io/raw_datagram_socket_test: Skip
349 io/socket_source_address_test: Skip 349 io/socket_source_address_test: Skip
350 io/socket_bind_test: Skip 350 io/socket_bind_test: Skip
351 io/http_proxy_advanced_test: Skip 351 io/http_proxy_advanced_test: Skip
352 io/http_ipv6_test: Skip 352 io/http_ipv6_test: Skip
353 io/socket_ipv6_test: Skip 353 io/socket_ipv6_test: Skip
354
355 [ $runtime == dart_app || $runtime == dart_precompiled ]
356 # Issue 27591 - resource not available relative to generated snapshot
357 io/file_input_stream_test: Fail
358 io/file_invalid_arguments_test: Fail
359 io/http_proxy_advanced_test: Fail
360 io/http_proxy_test: Fail
361 io/https_bad_certificate_test: Fail
362 io/https_server_test: Fail
363 io/raw_secure_server_closing_test: Fail
364 io/raw_secure_server_socket_test: Fail
365 io/raw_secure_socket_pause_test: Fail
366 io/raw_secure_socket_test: Fail
367 io/read_into_const_list_test: Fail
368 io/regress_21160_test: Fail
369 io/resolve_symbolic_links_test: Fail
370 io/secure_bad_certificate_test: Fail
371 io/secure_client_raw_server_test: Fail
372 io/secure_client_server_test: Fail
373 io/secure_multiple_client_server_test: Fail
374 io/secure_server_client_certificate_test: Fail
375 io/secure_server_closing_test: Fail
376 io/secure_server_socket_test: Fail
377 io/secure_session_resume_test: Fail
378 io/secure_socket_alpn_test: Fail
379 io/secure_socket_test: Fail
380 io/security_context_argument_test: Fail
381 io/socket_upgrade_to_secure_test: Fail
OLDNEW
« no previous file with comments | « tests/standalone/io/web_socket_error_test.dart ('k') | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698