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

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

Issue 1419013006: VM: Fix bug with CHA-based inlining in --noopt mode. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month 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/lib/lib.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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 [ $runtime == vm ] 206 [ $runtime == vm ]
207 # Failures in secure networking while NSS is replaced with BoringSSL 207 # Failures in secure networking while NSS is replaced with BoringSSL
208 io/https_client_certificate_test: RuntimeError # Issue 24070 208 io/https_client_certificate_test: RuntimeError # Issue 24070
209 io/secure_socket_renegotiate_test: RuntimeError 209 io/secure_socket_renegotiate_test: RuntimeError
210 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. 210 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.
211 211
212 [ $noopt ] 212 [ $noopt ]
213 map_literal_oom_test: Pass, Crash # Issue 24678 213 map_literal_oom_test: Pass, Crash # Issue 24678
214 javascript*: SkipByDesign # JS overflow flag unsupported 214 javascript*: SkipByDesign # JS overflow flag unsupported
215 io/web_socket_test: Pass, RuntimeError # Issue 24674 215 io/web_socket_test: Pass, RuntimeError # Issue 24674
216 io/http_proxy_configuration_test: Fail # Issue 24787
OLDNEW
« no previous file with comments | « tests/lib/lib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698