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

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

Issue 1579213003: - Update status files. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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/language/language.status ('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 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
(...skipping 29 matching lines...) Expand all
40 io/file_fuzz_test: Skip 40 io/file_fuzz_test: Skip
41 io/directory_fuzz_test: Skip 41 io/directory_fuzz_test: Skip
42 42
43 [ ($runtime == vm || $runtime == dart_precompiled) && $system == macos ] 43 [ ($runtime == vm || $runtime == dart_precompiled) && $system == macos ]
44 # This test fails with "Too many open files" on the Mac OS buildbot. 44 # This test fails with "Too many open files" on the Mac OS buildbot.
45 # This is expected as MacOS by default runs with a very low number 45 # This is expected as MacOS by default runs with a very low number
46 # of allowed open files ('ulimit -n' says something like 256). 46 # of allowed open files ('ulimit -n' says something like 256).
47 io/socket_many_connections_test: Skip 47 io/socket_many_connections_test: Skip
48 48
49 [ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtim e == dartium || $runtime == ContentShellOnAndroid) ] 49 [ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtim e == dartium || $runtime == ContentShellOnAndroid) ]
50 typed_array_test: Fail # Issue 13921
51 typed_array_int64_uint64_test: Fail # Issue 13921
52 typed_data_isolate_test: SkipByDesign # This test uses dart:io 50 typed_data_isolate_test: SkipByDesign # This test uses dart:io
53 io/*: SkipByDesign # Don't run tests using dart:io in the browser 51 io/*: SkipByDesign # Don't run tests using dart:io in the browser
54 package/*: Skip # Do not run those in Dartium. 52 package/*: Skip # Do not run those in Dartium.
55 full_coverage_test: Skip 53 full_coverage_test: Skip
56 http_launch_test: Skip 54 http_launch_test: Skip
57 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. 55 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser.
58 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. 56 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser.
59 javascript_compatibility_errors_test: Skip 57 javascript_compatibility_errors_test: Skip
60 javascript_compatibility_warnings_test: Skip 58 javascript_compatibility_warnings_test: Skip
61 oom_error_stacktrace_test: Skip 59 oom_error_stacktrace_test: Skip
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 io/test_runner_test: RuntimeError # Platform.executable 260 io/test_runner_test: RuntimeError # Platform.executable
263 io/file_lock_test: RuntimeError # Platform.executable 261 io/file_lock_test: RuntimeError # Platform.executable
264 io/code_collection_test: RuntimeError # Platform.executable 262 io/code_collection_test: RuntimeError # Platform.executable
265 io/file_lock_test: RuntimeError # Platform.executable 263 io/file_lock_test: RuntimeError # Platform.executable
266 io/code_collection_test: RuntimeError # Platform.executable 264 io/code_collection_test: RuntimeError # Platform.executable
267 io/raw_socket_cross_process_test: RuntimeError # Platform.executable 265 io/raw_socket_cross_process_test: RuntimeError # Platform.executable
268 io/test_extension_test: RuntimeError # Platform.executable 266 io/test_extension_test: RuntimeError # Platform.executable
269 io/regress_7679_test: RuntimeError # Platform.executable 267 io/regress_7679_test: RuntimeError # Platform.executable
270 268
271 io/process_*: Skip # Most use Platform.executable 269 io/process_*: Skip # Most use Platform.executable
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698