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

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

Issue 109893004: Attempt to deflake our status files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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 | Annotate | Revision Log
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
11 11
12 issue14236_test: Pass, Fail, Crash # Issue 14516. 12 issue14236_test: Crash # Issue 14516.
13 13
14 [ $runtime == vm ] 14 [ $runtime == vm ]
15 package/package_isolate_test: Fail # Issue 12474 15 package/package_isolate_test: Fail # Issue 12474
16 16
17 [ $runtime == vm && $checked ] 17 [ $runtime == vm && $checked ]
18 # These tests have type errors on purpose. 18 # These tests have type errors on purpose.
19 io/process_invalid_arguments_test: Fail, OK 19 io/process_invalid_arguments_test: Fail, OK
20 io/directory_invalid_arguments_test: Fail, OK 20 io/directory_invalid_arguments_test: Fail, OK
21 io/file_invalid_arguments_test: Fail, OK 21 io/file_invalid_arguments_test: Fail, OK
22 io/socket_invalid_arguments_test: Fail, OK 22 io/socket_invalid_arguments_test: Fail, OK
23 io/stdout_bad_argument_test: Fail, OK 23 io/stdout_bad_argument_test: Fail, OK
24 # These test have type errors on purpose and take very long to run in 24 # These test have type errors on purpose and take very long to run in
25 # checked mode with no benefit. Skip. 25 # checked mode with no benefit. Skip.
26 io/file_fuzz_test: Skip 26 io/file_fuzz_test: Skip
27 io/directory_fuzz_test: Skip 27 io/directory_fuzz_test: Skip
28 28
29 [ $runtime == vm && $system == macos ] 29 [ $runtime == vm && $system == macos ]
30 # This test fails with "Too many open files" on the Mac OS buildbot. 30 # This test fails with "Too many open files" on the Mac OS buildbot.
31 # This is expected as MacOS by default runs with a very low number 31 # This is expected as MacOS by default runs with a very low number
32 # of allowed open files ('ulimit -n' says something like 256). 32 # of allowed open files ('ulimit -n' says something like 256).
33 io/socket_many_connections_test: Skip 33 io/socket_many_connections_test: Skip
34 34
35 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines
36 # that are running an earlier version of MacOS. The issue is that the
37 # old version of MacOS does not expand the precomposed utf-8 it gets
38 # from the VM before comparing it to the decomposed utf-8 used for the
39 # file system.
40 io/file_non_ascii_sync_test: Pass, Fail
41 io/file_non_ascii_test: Pass, Fail
42 io/directory_non_ascii_sync_test: Pass, Fail
43 io/directory_non_ascii_test: Pass, Fail
44 io/process_non_ascii_test: Pass, Fail
45
46 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 35 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
47 typed_array_test: Fail # Issue 13921 36 typed_array_test: Fail # Issue 13921
48 typed_array_int64_uint64_test: Fail # Issue 13921 37 typed_array_int64_uint64_test: Fail # Issue 13921
49 typed_data_isolate_test: Skip # This test uses dart:io 38 typed_data_isolate_test: Skip # This test uses dart:io
50 io/*: Skip # Don't run tests using dart:io in the browser 39 io/*: Skip # Don't run tests using dart:io in the browser
51 package/*: Skip # Do not run those in Dartium. 40 package/*: Skip # Do not run those in Dartium.
52 debugger/*: Skip # Do not run standalone debugger tests in browser. 41 debugger/*: Skip # Do not run standalone debugger tests in browser.
53 coverage_test: Skip 42 coverage_test: Skip
54 http_launch_test: Skip 43 http_launch_test: Skip
55 vmservice/*: Skip # Do not run standalone vm service tests in browser. 44 vmservice/*: Skip # Do not run standalone vm service tests in browser.
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 [ $compiler == dart2dart ] 99 [ $compiler == dart2dart ]
111 # Skip until we stabilize language tests. 100 # Skip until we stabilize language tests.
112 *: Skip 101 *: Skip
113 102
114 [ $arch == arm ] 103 [ $arch == arm ]
115 io/internet_address_test: Fail # localhost is an Unknown name? 104 io/internet_address_test: Fail # localhost is an Unknown name?
116 105
117 [ $arch == simarm ] 106 [ $arch == simarm ]
118 out_of_memory_test: Skip # passes on Mac, crashes on Linux 107 out_of_memory_test: Skip # passes on Mac, crashes on Linux
119 oom_error_stacktrace_test: Skip # Fails on Linux 108 oom_error_stacktrace_test: Skip # Fails on Linux
120 io/test_runner_test: Pass, Fail # Issue 12413
121
122 [ $arch == simmips ]
123 io/test_runner_test: Pass, Fail # Issue 12413
124 109
125 [ $arch == simmips || $arch == mips ] 110 [ $arch == simmips || $arch == mips ]
126 io/file_fuzz_test: Pass, Timeout
127 io/web_socket_test: Pass, Slow 111 io/web_socket_test: Pass, Slow
128 io/http_server_response_test: Pass, Slow 112 io/http_server_response_test: Pass, Slow
129 out_of_memory_test: Skip # passes on Mac, crashes on Linux 113 out_of_memory_test: Skip # passes on Mac, crashes on Linux
130 oom_error_stacktrace_test: Skip # Fails on Linux 114 oom_error_stacktrace_test: Skip # Fails on Linux
131 115
132 [ $arch == mips ] 116 [ $arch == mips ]
133 io/test_extension_test: Fail 117 io/test_extension_test: Fail
134 io/test_extension_fail_test: Fail 118 io/test_extension_fail_test: Fail
135 io/dart_std_io_pipe_test: Fail 119 io/dart_std_io_pipe_test: Fail
136 io/file_read_special_device_test: Fail 120 io/file_read_special_device_test: Fail
137 121
138 [ $compiler == none && $runtime == dartium && $unchecked ] 122 [ $compiler == none && $runtime == dartium && $unchecked ]
139 assert_test: Fail # Issue 13719: Please triage this failure. 123 assert_test: Fail # Issue 13719: Please triage this failure.
140 124
141 [ $compiler == none && $runtime == dartium ] 125 [ $compiler == none && $runtime == dartium ]
142 javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this failure. 126 javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this failure.
143 javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure. 127 javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure.
144 128
145 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 129 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
146 io/directory_invalid_arguments_test: StaticWarning 130 io/directory_invalid_arguments_test: StaticWarning
147 io/process_invalid_arguments_test: StaticWarning 131 io/process_invalid_arguments_test: StaticWarning
148 io/raw_secure_server_socket_argument_test: StaticWarning 132 io/raw_secure_server_socket_argument_test: StaticWarning
149 io/secure_socket_argument_test: StaticWarning 133 io/secure_socket_argument_test: StaticWarning
150 io/stdout_bad_argument_test: StaticWarning 134 io/stdout_bad_argument_test: StaticWarning
151 package/package1_test: StaticWarning 135 package/package1_test: StaticWarning
152 package/package_test: StaticWarning 136 package/package_test: StaticWarning
153 typed_data_test: StaticWarning 137 typed_data_test: StaticWarning
154 typed_data_view_test: StaticWarning 138 typed_data_view_test: StaticWarning
155 139
OLDNEW
« dart/tests/co19/co19-dart2js.status ('K') | « dart/tests/lib/lib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698