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

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

Issue 1660523002: Skip http_proxy_test and secure_builtin_roots_test. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 # checked mode with no benefit. Skip. 42 # checked mode with no benefit. Skip.
43 io/file_fuzz_test: Skip 43 io/file_fuzz_test: Skip
44 io/directory_fuzz_test: Skip 44 io/directory_fuzz_test: Skip
45 45
46 [ ($runtime == vm || $runtime == dart_precompiled) && $system == macos ] 46 [ ($runtime == vm || $runtime == dart_precompiled) && $system == macos ]
47 # This test fails with "Too many open files" on the Mac OS buildbot. 47 # This test fails with "Too many open files" on the Mac OS buildbot.
48 # This is expected as MacOS by default runs with a very low number 48 # This is expected as MacOS by default runs with a very low number
49 # of allowed open files ('ulimit -n' says something like 256). 49 # of allowed open files ('ulimit -n' says something like 256).
50 io/socket_many_connections_test: Skip 50 io/socket_many_connections_test: Skip
51 51
52 [ $runtime == vm && $system == linux ]
53 # These tests have started timing out and issue 25649 has been filed to
54 # investigate, skipping these tests temporarily to get the bots to be
55 # green again.
56 io/http_proxy_test: Skip
57 io/secure_builtin_roots_test: Skip
58
59
52 [ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtim e == dartium || $runtime == ContentShellOnAndroid) ] 60 [ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtim e == dartium || $runtime == ContentShellOnAndroid) ]
53 typed_array_test: RuntimeError, OK # Uses Isolate.spawn 61 typed_array_test: RuntimeError, OK # Uses Isolate.spawn
54 typed_array_int64_uint64_test: RuntimeError, OK # Uses Isolate.spawn 62 typed_array_int64_uint64_test: RuntimeError, OK # Uses Isolate.spawn
55 typed_data_isolate_test: SkipByDesign # This test uses dart:io 63 typed_data_isolate_test: SkipByDesign # This test uses dart:io
56 io/*: SkipByDesign # Don't run tests using dart:io in the browser 64 io/*: SkipByDesign # Don't run tests using dart:io in the browser
57 package/*: Skip # Do not run those in Dartium. 65 package/*: Skip # Do not run those in Dartium.
58 full_coverage_test: Skip 66 full_coverage_test: Skip
59 http_launch_test: Skip 67 http_launch_test: Skip
60 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. 68 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser.
61 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. 69 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser.
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 io/test_runner_test: RuntimeError # Platform.executable 273 io/test_runner_test: RuntimeError # Platform.executable
266 io/file_lock_test: RuntimeError # Platform.executable 274 io/file_lock_test: RuntimeError # Platform.executable
267 io/code_collection_test: RuntimeError # Platform.executable 275 io/code_collection_test: RuntimeError # Platform.executable
268 io/file_lock_test: RuntimeError # Platform.executable 276 io/file_lock_test: RuntimeError # Platform.executable
269 io/code_collection_test: RuntimeError # Platform.executable 277 io/code_collection_test: RuntimeError # Platform.executable
270 io/raw_socket_cross_process_test: RuntimeError # Platform.executable 278 io/raw_socket_cross_process_test: RuntimeError # Platform.executable
271 io/test_extension_test: RuntimeError # Platform.executable 279 io/test_extension_test: RuntimeError # Platform.executable
272 io/regress_7679_test: RuntimeError # Platform.executable 280 io/regress_7679_test: RuntimeError # Platform.executable
273 281
274 io/process_*: Skip # Most use Platform.executable 282 io/process_*: Skip # Most use Platform.executable
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