Closed
Bug 1050891
Opened 11 years ago
Closed 11 years ago
ASan gtest runs should go orange if setting the LLVM symbolizer fails
Categories
(Testing :: General, defect)
Testing
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1039633
People
(Reporter: mccr8, Unassigned)
Details
In mochitests, the test harness checks if |mozinfo.info.get("asan")| is true to tell if it is doing an ASan run. Then it can fail if a symbolizer isn't found. In gtest, mozinfo does not seem to be set up enough to include this information, so we can only soft fail. Once mozinfo is set up better, gtest could be changed to fail hard when there's no LLVM symbolizer.
| Reporter | ||
Comment 1•11 years ago
|
||
I'll just fix this as part of the original bug.
You need to log in
before you can comment on or make changes to this bug.
Description
•