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

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

Issue 2687143005: Include metadata in AOT to expand inline frames in stack traces and provide line numbers. (Closed)
Patch Set: collect invisible code frames Created 3 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
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 io/raw_socket_test: Pass, RuntimeError # Issue 28288 10 io/raw_socket_test: Pass, RuntimeError # Issue 28288
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 # Failures in secure networking while NSS is replaced with BoringSSL 239 # Failures in secure networking while NSS is replaced with BoringSSL
240 io/https_client_certificate_test: RuntimeError # Issue 24070 240 io/https_client_certificate_test: RuntimeError # Issue 24070
241 io/secure_socket_renegotiate_test: RuntimeError 241 io/secure_socket_renegotiate_test: RuntimeError
242 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. 242 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.
243 243
244 [ $arch == ia32 ] 244 [ $arch == ia32 ]
245 no_allow_absolute_addresses_test: SkipByDesign # Not supported. 245 no_allow_absolute_addresses_test: SkipByDesign # Not supported.
246 link_natives_lazily_test: SkipByDesign # Not supported. 246 link_natives_lazily_test: SkipByDesign # Not supported.
247 247
248 [ $compiler == precompiler ] 248 [ $compiler == precompiler ]
249 # Stacktraces in precompilation omit inlined frames.
250 assert_test: Pass, RuntimeError
251 map_insert_remove_oom_test: Skip # Heap limit too low. Increasing iteration coun t to make a higher limit a meaningful test makes it too slow for simarm[64] bots . 249 map_insert_remove_oom_test: Skip # Heap limit too low. Increasing iteration coun t to make a higher limit a meaningful test makes it too slow for simarm[64] bots .
252 io/web_socket_test: Pass, RuntimeError # Issue 24674 250 io/web_socket_test: Pass, RuntimeError # Issue 24674
253 251
254 [ $compiler == precompiler || $compiler == app_jit ] 252 [ $compiler == precompiler || $compiler == app_jit ]
255 io/compile_all_test: Skip # Incompatible flag --compile_all 253 io/compile_all_test: Skip # Incompatible flag --compile_all
256 254
257 [ $compiler == app_jit ] 255 [ $compiler == app_jit ]
258 io/stdout_bad_argument_test: Skip # Test exits and so can't generate snapshot. 256 io/stdout_bad_argument_test: Skip # Test exits and so can't generate snapshot.
259 io/directory_list_sync_test: Skip # Snapshot path differs from script path. 257 io/directory_list_sync_test: Skip # Snapshot path differs from script path.
260 io/test_extension_test: Skip # Snapshot path differs from script path. 258 io/test_extension_test: Skip # Snapshot path differs from script path.
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 io/socket_source_address_test: SkipByDesign 403 io/socket_source_address_test: SkipByDesign
406 io/socket_bind_test: SkipByDesign 404 io/socket_bind_test: SkipByDesign
407 io/http_proxy_advanced_test: SkipByDesign 405 io/http_proxy_advanced_test: SkipByDesign
408 io/http_ipv6_test: SkipByDesign 406 io/http_ipv6_test: SkipByDesign
409 io/socket_ipv6_test: SkipByDesign 407 io/socket_ipv6_test: SkipByDesign
410 io/socket_info_ipv6_test: SkipByDesign 408 io/socket_info_ipv6_test: SkipByDesign
411 409
412 [ $builder_tag == asan && $arch == x64 ] 410 [ $builder_tag == asan && $arch == x64 ]
413 io/process_detached_test: Pass, Slow 411 io/process_detached_test: Pass, Slow
414 io/named_pipe_script_test: RuntimeError 412 io/named_pipe_script_test: RuntimeError
OLDNEW
« tests/language/full_stacktrace3_test.dart ('K') | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698