diff options
Diffstat (limited to 'results/scraper/fex/854')
| -rw-r--r-- | results/scraper/fex/854 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/results/scraper/fex/854 b/results/scraper/fex/854 new file mode 100644 index 000000000..e702d7152 --- /dev/null +++ b/results/scraper/fex/854 @@ -0,0 +1,5 @@ +Add error handling for memory allocation in TestHarnessRunner +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. \ No newline at end of file |