File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
_internal/tests/core/crash_analysis/stack_parsing Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2505,7 +2505,7 @@ def test_check_file_line(self):
25052505 expected_type = 'CHECK failure'
25062506 expected_address = ''
25072507 expected_state = (
2508- 'atk_child in 143 \n '
2508+ 'atk_child in ax_tree_formatter_auralinux.cc \n '
25092509 'base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::DoWork\n '
25102510 )
25112511 expected_stacktrace = data
@@ -2878,7 +2878,7 @@ def test_check_eq_multiline2(self):
28782878 expected_type = 'CHECK failure'
28792879 expected_address = ''
28802880 expected_state = (
2881- 'std::string_view(content::indexed_db::EncodeSortableIDBKey(key)) == input in 40 \n '
2881+ 'std::string_view(content::indexed_db::EncodeSortableIDBKey(key)) == input in ind \n '
28822882 'InvokeCallback\n '
28832883 '~Cleanup\n '
28842884 )
Original file line number Diff line number Diff line change 8787CFI_NODEBUG_ERROR_MARKER_REGEX = re .compile (
8888 r'CFI: Most likely a control flow integrity violation;.*' )
8989CHROME_CHECK_FAILURE_REGEX = re .compile (
90- r'\s*\[[^\]]*[:]([^\](]*).*\].*(?:Check failed:|DCHECK failed:|NOTREACHED hit.)\s*(.*)' # pylint: disable=line-too-long
90+ r'\s*\[[^\]]*[:]([^\](]*\([0-9]+\)|[^\]:]*[:][0-9]+ ).*\].*(?:Check failed:|DCHECK failed:|NOTREACHED hit.)\s*(.*)' # pylint: disable=line-too-long
9191)
9292CHROME_STACK_FRAME_REGEX = re .compile (
9393 r'[ ]*(#(?P<frame_id>[0-9]+)[ ]' # frame id (2)
You can’t perform that action at this time.
0 commit comments