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

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

Issue 1504003002: Update status for two failing tests (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 | « no previous file | 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 full_coverage_test: SkipSlow # Times out. Issue 20352 157 full_coverage_test: SkipSlow # Times out. Issue 20352
158 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too slow. 158 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too slow.
159 159
160 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) && $unchecked ] 160 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) && $unchecked ]
161 assert_test: Fail # Issue 14651. 161 assert_test: Fail # Issue 14651.
162 162
163 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ] 163 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ]
164 javascript_int_overflow_literal_test/01: Fail # Issue 14651. 164 javascript_int_overflow_literal_test/01: Fail # Issue 14651.
165 javascript_int_overflow_test: Fail # Issue 14651. 165 javascript_int_overflow_test: Fail # Issue 14651.
166 166
167 [ $compiler == none && $runtime == drt && $arch == x64 ] 167 [ $compiler == none && $runtime == drt ]
168 map_literal_oom_test: RuntimeError # Issue 24571 168 map_literal_oom_test: RuntimeError # Issue 24571
169 169
170 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 170 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
171 io/directory_invalid_arguments_test: StaticWarning 171 io/directory_invalid_arguments_test: StaticWarning
172 io/process_invalid_arguments_test: StaticWarning 172 io/process_invalid_arguments_test: StaticWarning
173 io/raw_secure_server_socket_argument_test: StaticWarning 173 io/raw_secure_server_socket_argument_test: StaticWarning
174 io/secure_socket_argument_test: StaticWarning 174 io/secure_socket_argument_test: StaticWarning
175 io/stdout_bad_argument_test: StaticWarning 175 io/stdout_bad_argument_test: StaticWarning
176 package/package1_test: StaticWarning 176 package/package1_test: StaticWarning
177 package/package_test: StaticWarning 177 package/package_test: StaticWarning
(...skipping 36 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 | « no previous file | tests/try/try.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698