Commit 11b877c
authored
Add test for recent Chromium check failure. (#4946)
This shows the error, as the file name is incorrectly parsed. The
resulting crash state's first line is:
```
atk_child in 143
```
Instead of what it should be:
```
atk_child in ax_tree_formatter_auralinux.cc
```
A subsequent PR will fix the stack trace parsing logic to extract the
latter instead.
Bug: https://crbug.com/4436785641 parent e9e866f commit 11b877c
File tree
2 files changed
+3059
-0
lines changed- src/clusterfuzz/_internal/tests/core/crash_analysis/stack_parsing
- stack_analyzer_data
2 files changed
+3059
-0
lines changed
0 commit comments