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

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

Issue 1582683003: Fall back to inlining intervals to generate stack traces in --noopt. Inlined frames will lack line … (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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
« 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 [ ($runtime == vm || $runtime == dart_precompiled) ] 215 [ ($runtime == vm || $runtime == dart_precompiled) ]
216 # Failures in secure networking while NSS is replaced with BoringSSL 216 # Failures in secure networking while NSS is replaced with BoringSSL
217 io/https_client_certificate_test: RuntimeError # Issue 24070 217 io/https_client_certificate_test: RuntimeError # Issue 24070
218 io/secure_socket_renegotiate_test: RuntimeError 218 io/secure_socket_renegotiate_test: RuntimeError
219 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 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.
220 220
221 [ ($noopt || $compiler == precompiler) ] 221 [ ($noopt || $compiler == precompiler) ]
222 map_literal_oom_test: Pass, Crash # Issue 24678 222 map_literal_oom_test: Pass, Crash # Issue 24678
223 javascript*: SkipByDesign # JS overflow flag unsupported 223 javascript*: SkipByDesign # JS overflow flag unsupported
224 io/web_socket_test: Pass, RuntimeError # Issue 24674 224 io/web_socket_test: Pass, RuntimeError # Issue 24674
225 assert_test: RuntimeError # Expects line and column numbers
225 226
226 [ $runtime == dart_precompiled ] 227 [ $runtime == dart_precompiled ]
227 debugger/*: Skip 228 debugger/*: Skip
228 noopt_test: Skip 229 noopt_test: Skip
229 precompilation_dart2js_test: Skip 230 precompilation_dart2js_test: Skip
230 231
231 full_coverage_test: RuntimeError # Platform.executable 232 full_coverage_test: RuntimeError # Platform.executable
232 http_launch_test: RuntimeError # Platform.executable 233 http_launch_test: RuntimeError # Platform.executable
233 io/addlatexhash_test: RuntimeError # Platform.executable 234 io/addlatexhash_test: RuntimeError # Platform.executable
234 io/compile_all_test: Crash # Incompatible flag --compile_all 235 io/compile_all_test: Crash # Incompatible flag --compile_all
(...skipping 23 matching lines...) Expand all
258 io/test_runner_test: RuntimeError # Platform.executable 259 io/test_runner_test: RuntimeError # Platform.executable
259 io/file_lock_test: RuntimeError # Platform.executable 260 io/file_lock_test: RuntimeError # Platform.executable
260 io/code_collection_test: RuntimeError # Platform.executable 261 io/code_collection_test: RuntimeError # Platform.executable
261 io/file_lock_test: RuntimeError # Platform.executable 262 io/file_lock_test: RuntimeError # Platform.executable
262 io/code_collection_test: RuntimeError # Platform.executable 263 io/code_collection_test: RuntimeError # Platform.executable
263 io/raw_socket_cross_process_test: RuntimeError # Platform.executable 264 io/raw_socket_cross_process_test: RuntimeError # Platform.executable
264 io/test_extension_test: RuntimeError # Platform.executable 265 io/test_extension_test: RuntimeError # Platform.executable
265 io/regress_7679_test: RuntimeError # Platform.executable 266 io/regress_7679_test: RuntimeError # Platform.executable
266 267
267 io/process_*: Skip # Most use Platform.executable 268 io/process_*: Skip # Most use Platform.executable
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