Add error handling for memory allocation in TestHarnessRunner
Open
good first issue
- Dominant language
- C++
- Stars
- 8k
- Forks
- 351
- Avg merge
- 12h 31m
- Merged PRs (30d)
- 102
Description
It's confusing when the test harness runner inexplicably fails because of memory allocation problems.
This can be reproduced by enabling ASAN and trying to run tests through the test harness runner.
Just needs error handling added to the memory allocation to see why it failed.
Contributor guide
Assessment
This issue has not been assessed yet.