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

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

Issue 2688783002: Fix missing top frame in exception stacks in product mode (Closed)
Patch Set: 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
« no previous file with comments | « tests/language/stack_trace_test.dart ('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 io/raw_socket_test: Pass, RuntimeError # Issue 28288 10 io/raw_socket_test: Pass, RuntimeError # Issue 28288
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 # Overriding these flags are not supported in product mode. 323 # Overriding these flags are not supported in product mode.
324 [ $mode == product ] 324 [ $mode == product ]
325 no_profiler_test: SkipByDesign 325 no_profiler_test: SkipByDesign
326 no_support_coverage_test: SkipByDesign 326 no_support_coverage_test: SkipByDesign
327 no_support_debugger_test: SkipByDesign 327 no_support_debugger_test: SkipByDesign
328 no_support_disassembler_test: SkipByDesign 328 no_support_disassembler_test: SkipByDesign
329 no_support_il_printer_test: SkipByDesign 329 no_support_il_printer_test: SkipByDesign
330 no_support_service_test: SkipByDesign 330 no_support_service_test: SkipByDesign
331 no_support_timeline_test: SkipByDesign 331 no_support_timeline_test: SkipByDesign
332 io/stdio_implicit_close_test: Skip # SkipByDesign 332 io/stdio_implicit_close_test: Skip # SkipByDesign
333 dart_developer_env_test: SkipByDesign
333 334
334 # Following tests are skipped on dart_app as package mapping is not supported. 335 # Following tests are skipped on dart_app as package mapping is not supported.
335 [ $runtime == dart_precompiled || $compiler == app_jit ] 336 [ $runtime == dart_precompiled || $compiler == app_jit ]
336 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Skip 337 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Skip
337 package/scenarios/packages_file_strange_formatting/empty_lines_test: Skip 338 package/scenarios/packages_file_strange_formatting/empty_lines_test: Skip
338 package/scenarios/invalid/invalid_utf8_test: Skip 339 package/scenarios/invalid/invalid_utf8_test: Skip
339 package/scenarios/invalid/same_package_twice_test: Skip 340 package/scenarios/invalid/same_package_twice_test: Skip
340 package/scenarios/invalid/non_existent_packages_file_test: Skip 341 package/scenarios/invalid/non_existent_packages_file_test: Skip
341 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Skip 342 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Skip
342 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip 343 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 io/socket_source_address_test: SkipByDesign 401 io/socket_source_address_test: SkipByDesign
401 io/socket_bind_test: SkipByDesign 402 io/socket_bind_test: SkipByDesign
402 io/http_proxy_advanced_test: SkipByDesign 403 io/http_proxy_advanced_test: SkipByDesign
403 io/http_ipv6_test: SkipByDesign 404 io/http_ipv6_test: SkipByDesign
404 io/socket_ipv6_test: SkipByDesign 405 io/socket_ipv6_test: SkipByDesign
405 io/socket_info_ipv6_test: SkipByDesign 406 io/socket_info_ipv6_test: SkipByDesign
406 407
407 [ $builder_tag == asan && $arch == x64 ] 408 [ $builder_tag == asan && $arch == x64 ]
408 io/process_detached_test: Pass, Slow 409 io/process_detached_test: Pass, Slow
409 io/named_pipe_script_test: RuntimeError 410 io/named_pipe_script_test: RuntimeError
OLDNEW
« no previous file with comments | « tests/language/stack_trace_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698