<div dir="ltr">The top window (remote - stderr) is the result of a normal `./validate`, with some output suppressed.<div>The bottom window (remote - stdout) is the result of rerunning any failing tests.<br></div><div><br></div><div>Note that Phabricator does indeed *not* run a full validate on patches or commits (i.e. it does not run `./validate --slow`), because it would take too long (Harbormaster is already having problems with the current load it gets), and would only sporadically catch a bug that `./validate (--normal)` would not have caught. When you add a new test yourself, and you want to be sure it also passes `validate --slow`, please run that test locally using `make TEST=<testname> slow` in the testsuite directory. </div><div><br></div><div>The different speed settings of the testsuite are explained on  <a href="https://ghc.haskell.org/trac/ghc/wiki/Building/RunningTests/Running#Speedsettings">https://ghc.haskell.org/trac/ghc/wiki/Building/RunningTests/Running#Speedsettings</a> and in `Note [validate and testsuite speed]` in the toplevel Makefile.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 12, 2016 at 2:06 AM, Matthew Pickering <span dir="ltr"><<a href="mailto:matthewtpickering@gmail.com" target="_blank">matthewtpickering@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">I think it does run them all. If you look at the full stdout log it runs the failing tests again after finishing the run. </p>
<p dir="ltr">Matt</p><div class="HOEnZb"><div class="h5">
<div class="gmail_quote">On 12 Jan 2016 00:59, "Richard Eisenberg" <<a href="mailto:eir@cis.upenn.edu" target="_blank">eir@cis.upenn.edu</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi devs,<br>
<br>
Take a look at <a href="https://phabricator.haskell.org/harbormaster/build/9990/" rel="noreferrer" target="_blank">https://phabricator.haskell.org/harbormaster/build/9990/</a><br>
<br>
See how only 1 test was run. Is this expected? Does Phab now bail when it runs into an error? Or have I done something wrong?<br>
<br>
Thanks,<br>
Richard<br>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
</blockquote></div>
</div></div><br>_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
<br></blockquote></div><br></div>