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

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

Issue 1472783004: Revert my recent changes to the Dartium test status files. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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 27 matching lines...) Expand all
38 io/file_fuzz_test: Skip 38 io/file_fuzz_test: Skip
39 io/directory_fuzz_test: Skip 39 io/directory_fuzz_test: Skip
40 40
41 [ $runtime == vm && $system == macos ] 41 [ $runtime == vm && $system == macos ]
42 # This test fails with "Too many open files" on the Mac OS buildbot. 42 # This test fails with "Too many open files" on the Mac OS buildbot.
43 # This is expected as MacOS by default runs with a very low number 43 # This is expected as MacOS by default runs with a very low number
44 # of allowed open files ('ulimit -n' says something like 256). 44 # of allowed open files ('ulimit -n' says something like 256).
45 io/socket_many_connections_test: Skip 45 io/socket_many_connections_test: Skip
46 46
47 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 47 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
48 typed_array_test: Skip # Passes mysteriously, issues 24990, 13921 48 typed_array_test: Fail # Issue 13921
49 typed_array_int64_uint64_test: Skip # Passes mysteriously, issues 24990, 13921 49 typed_array_int64_uint64_test: Fail # Issue 13921
50 typed_data_isolate_test: SkipByDesign # This test uses dart:io 50 typed_data_isolate_test: SkipByDesign # This test uses dart:io
51 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
52 package/*: Skip # Do not run those in Dartium. 52 package/*: Skip # Do not run those in Dartium.
53 debugger/*: SkipByDesign # Do not run standalone debugger tests in browser. 53 debugger/*: SkipByDesign # Do not run standalone debugger tests in browser.
54 coverage_test: Skip 54 coverage_test: Skip
55 full_coverage_test: Skip 55 full_coverage_test: Skip
56 http_launch_test: Skip 56 http_launch_test: Skip
57 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. 57 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. 58 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser.
59 javascript_compatibility_errors_test: Skip 59 javascript_compatibility_errors_test: Skip
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 [ $runtime == vm ] 214 [ $runtime == vm ]
215 # Failures in secure networking while NSS is replaced with BoringSSL 215 # Failures in secure networking while NSS is replaced with BoringSSL
216 io/https_client_certificate_test: RuntimeError # Issue 24070 216 io/https_client_certificate_test: RuntimeError # Issue 24070
217 io/secure_socket_renegotiate_test: RuntimeError 217 io/secure_socket_renegotiate_test: RuntimeError
218 io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection just puts a READ_CLOSED on the stream, rather than signaling an error on the str eam. 218 io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection just puts a READ_CLOSED on the stream, rather than signaling an error on the str eam.
219 219
220 [ $noopt ] 220 [ $noopt ]
221 map_literal_oom_test: Pass, Crash # Issue 24678 221 map_literal_oom_test: Pass, Crash # Issue 24678
222 javascript*: SkipByDesign # JS overflow flag unsupported 222 javascript*: SkipByDesign # JS overflow flag unsupported
223 io/web_socket_test: Pass, RuntimeError # Issue 24674 223 io/web_socket_test: Pass, RuntimeError # Issue 24674
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