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

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

Issue 932493004: Move more tests to SkipByDesign (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: nits Created 5 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 | Annotate | Revision Log
« no previous file with comments | « tests/lib/lib.status ('k') | tests/try/try.status » ('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 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
(...skipping 21 matching lines...) Expand all
32 32
33 [ $runtime == vm && $system == macos ] 33 [ $runtime == vm && $system == macos ]
34 # This test fails with "Too many open files" on the Mac OS buildbot. 34 # This test fails with "Too many open files" on the Mac OS buildbot.
35 # This is expected as MacOS by default runs with a very low number 35 # This is expected as MacOS by default runs with a very low number
36 # of allowed open files ('ulimit -n' says something like 256). 36 # of allowed open files ('ulimit -n' says something like 256).
37 io/socket_many_connections_test: Skip 37 io/socket_many_connections_test: Skip
38 38
39 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 39 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
40 typed_array_test: Fail # Issue 13921 40 typed_array_test: Fail # Issue 13921
41 typed_array_int64_uint64_test: Fail # Issue 13921 41 typed_array_int64_uint64_test: Fail # Issue 13921
42 typed_data_isolate_test: Skip # This test uses dart:io 42 typed_data_isolate_test: SkipByDesign # This test uses dart:io
43 io/*: Skip # Don't run tests using dart:io in the browser 43 io/*: SkipByDesign # Don't run tests using dart:io in the browser
44 package/*: Skip # Do not run those in Dartium. 44 package/*: Skip # Do not run those in Dartium.
45 debugger/*: Skip # Do not run standalone debugger tests in browser. 45 debugger/*: SkipByDesign # Do not run standalone debugger tests in browser.
46 coverage_test: Skip 46 coverage_test: Skip
47 full_coverage_test: Skip 47 full_coverage_test: Skip
48 http_launch_test: Skip 48 http_launch_test: Skip
49 vmservice/*: Skip # Do not run standalone vm service tests in browser. 49 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser.
50 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. 50 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser.
51 javascript_compatibility_errors_test: Skip 51 javascript_compatibility_errors_test: Skip
52 javascript_compatibility_warnings_test: Skip 52 javascript_compatibility_warnings_test: Skip
53 oom_error_stacktrace_test: Skip 53 oom_error_stacktrace_test: Skip
54 out_of_memory_test: Skip 54 out_of_memory_test: Skip
55 55
56 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 56 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
57 javascript_int_overflow_literal_test/01: Fail, OK 57 javascript_int_overflow_literal_test/01: Fail, OK
58 issue14236_test: Skip # Analyzer can't handle Script snapshots. 58 issue14236_test: Skip # Analyzer can't handle Script snapshots.
59 59
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 io/skipping_dart2js_compilations_test: Fail # Issue 19551. 159 io/skipping_dart2js_compilations_test: Fail # Issue 19551.
160 160
161 [ $arch != ia32 && $arch != x64 && $arch != simarm && $mode == debug ] 161 [ $arch != ia32 && $arch != x64 && $arch != simarm && $mode == debug ]
162 verified_mem_test: Skip # Not yet implemented. 162 verified_mem_test: Skip # Not yet implemented.
163 163
164 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 164 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
165 full_coverage_test: Skip # Timeout. 165 full_coverage_test: Skip # Timeout.
166 io/file_lock_test: Skip # Timeout. 166 io/file_lock_test: Skip # Timeout.
167 io/test_runner_test: Skip # Timeout. 167 io/test_runner_test: Skip # Timeout.
168 io/http_client_stays_alive_test: Skip # Timeout. 168 io/http_client_stays_alive_test: Skip # Timeout.
OLDNEW
« no previous file with comments | « tests/lib/lib.status ('k') | tests/try/try.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698