<div dir="auto"><div class="gmail_extra" dir="auto"><div class="gmail_quote">On Mar 22, 2018 22:52, "Kieran Duggan" <<a href="mailto:kieranduggan15@gmail.com">kieranduggan15@gmail.com</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Would making the tests safe to run in parallel be a good proposal idea? Or is it too ambitious for a summer project.<br></div>Running these tests in one process is painstaking on my FX-8350<br></div><div class="elided-text"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 22, 2018 at 11:47 PM, Kieran Duggan <span dir="ltr"><<a href="mailto:kieranduggan15@gmail.com" target="_blank">kieranduggan15@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto">That makes sense</div><div class="m_-8037822298301769049HOEnZb"><div class="m_-8037822298301769049h5"><br><div class="gmail_quote"><div dir="ltr">On Thu, Mar 22, 2018, 11:45 PM Austin English <<a href="mailto:austinenglish@gmail.com" target="_blank">austinenglish@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div><div class="gmail_extra"><div class="gmail_quote">On Mar 22, 2018 22:42, "Kieran Duggan" <<a href="mailto:kieranduggan15@gmail.com" rel="noreferrer" target="_blank">kieranduggan15@gmail.com</a>> wrote:<br type="attribution"><blockquote class="m_-8037822298301769049m_-6847327355372673458m_-9089243314206933267quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Cool I didn't get the chance to take a look at it before. I'm using it now. I noticed that the line:<br>time make -k test >> "$logfile" 2>&1 || true<br></div>doesn't use the -j option for make. I'm not sure if this is intentional, but when I changed it to<br>time make -j"$(nproc)" -k test >> "$logfile" 2>&1 || true<br></div>it ran much faster. Thoughts? Am I just breaking something without realizing it?</div></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">Many tests aren't safe to run in parallel, things may fail.</div><div dir="auto"></div><div dir="auto"></div></div>
</blockquote></div></div></div></blockquote></div><br></div>
</div></blockquote></div>Imo probably not a GSOC project, but I'm open to disagreement.</div><div class="gmail_extra" dir="auto"><br></div><div class="gmail_extra" dir="auto">The full tests take about 20 minutes, but valgrind takes 10 hours (on my machine). I wouldn't recommend that to check on a single bug. Using the wrapper and suppression files should get you a setup close to mine for testing, however.</div></div>