Closed
Bug 941084
Opened 10 years ago
Closed 7 years ago
Disable checktests on debug ASAN builds
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: RyanVM, Assigned: decoder)
Details
(Whiteboard: [capacity])
decoder says we don't need them and the build time on these builds is already 4+ hours.
Assignee | ||
Comment 1•9 years ago
|
||
Would it be sufficient if I just disable jit-tests for asan debug builds? I measured make check without jit-tests and it only takes 10 minutes on my machine, while jit-tests take almost an hour. That would also ensure that the debug build gets at least some testing to ensure it's not entirely broken. That would also be an easy change in js/src/Makefile.in. If you want to disable it entirely, then the better way might be to do it in buildbot.
Flags: needinfo?(ryanvm)
Reporter | ||
Comment 2•9 years ago
|
||
Right now, the two are attached at the hip, so either both run or neither run. However, part of why I raised this issue with you in the first place was due to the upcoming splitting of Cpp and Jit out of the build process and into their own jobs. I wanted to make sure we were on the same page about what we're running now and what we want running then.
Flags: needinfo?(ryanvm)
Reporter | ||
Comment 3•7 years ago
|
||
Debug ASAN builds take about 90min tops these days, even with some checktests still running. I don't think this is worth doing anything about at this point.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•5 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•