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

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

Issue 2413093003: Skip env_test for dartium as it uses command line options which are not supported for dartium. (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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 package/*: Skip # Do not run those in Dartium. 69 package/*: Skip # Do not run those in Dartium.
70 full_coverage_test: Skip 70 full_coverage_test: Skip
71 http_launch_test: Skip 71 http_launch_test: Skip
72 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. 72 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser.
73 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. 73 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser.
74 oom_error_stacktrace_test: Skip 74 oom_error_stacktrace_test: Skip
75 out_of_memory_test: Skip 75 out_of_memory_test: Skip
76 map_insert_remove_oom_test: Skip # Issue 24571 76 map_insert_remove_oom_test: Skip # Issue 24571
77 verbose_gc_to_bmu_test: Skip 77 verbose_gc_to_bmu_test: Skip
78 regress_26031_test: SkipByDesign # Standalone only test 78 regress_26031_test: SkipByDesign # Standalone only test
79 env_test: Skip # This is testing a vm command line parsing scenario.
79 80
80 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 81 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
81 issue14236_test: Skip # Analyzer can't handle Script snapshots. 82 issue14236_test: Skip # Analyzer can't handle Script snapshots.
82 fixed_precision_double_test: Skip # double p getter only implemented in VM. 83 fixed_precision_double_test: Skip # double p getter only implemented in VM.
83 84
84 # test issue https://code.google.com/p/dart/issues/detail?id=11518 85 # test issue https://code.google.com/p/dart/issues/detail?id=11518
85 io/file_constructor_test: fail 86 io/file_constructor_test: fail
86 87
87 # This is runtime test. 88 # This is runtime test.
88 io/process_exit_negative_test: Skip 89 io/process_exit_negative_test: Skip
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 package/*: SkipByDesign # Launches VMs in interesting ways. 344 package/*: SkipByDesign # Launches VMs in interesting ways.
344 345
345 [ $builder_tag == no_ipv6 ] 346 [ $builder_tag == no_ipv6 ]
346 io/http_bind_test: Skip 347 io/http_bind_test: Skip
347 io/raw_datagram_socket_test: Skip 348 io/raw_datagram_socket_test: Skip
348 io/socket_source_address_test: Skip 349 io/socket_source_address_test: Skip
349 io/socket_bind_test: Skip 350 io/socket_bind_test: Skip
350 io/http_proxy_advanced_test: Skip 351 io/http_proxy_advanced_test: Skip
351 io/http_ipv6_test: Skip 352 io/http_ipv6_test: Skip
352 io/socket_ipv6_test: Skip 353 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