<div dir="ltr">In a freshly cloned GHC code base (c6462ab0...), in my system,`make test TEST="T13780c T13822"` fails.<div>That is while `./validate` passes.<div><div><br></div><div>I am rather new to GHC code base, and not so familiar with its build and testing system. </div><div>So I was wondering whether this is an intended behaviour (e.g., some test cases are intentionally left out of `./validate`).</div><div><br></div><div>Specifically, I follow the following steps:</div><div><div>(1) `git clone --recursive git://<a href="http://git.haskell.org/ghc.git`">git.haskell.org/ghc.git`</a></div><div>(2) `cd ghc`</div><div>(3) `cp mk/build.mk.sample mk/<a href="http://build.mk">build.mk</a>`</div><div>(4) set `BuildFlavour = devel2` and then</div><div>(5) ./boot</div><div>(6) ./configure</div><div>(7) make -j4</div><div>(8) make test TEST="T13780c T13822"</div></div><div><br></div><div>I build in a variant of the docker image for GHC development on Linux (64 bit), if it matters.</div><div><br></div></div></div><div>As it seems, Alan also gets the similar result on his system.<br></div><div><br></div><div>I am investigating this, since my development of Growable ASTs is stalled due to some "GHC panic bug" when validating.</div><div>(In my repo[1], I can successfully build with steps (2)-(7) above but `./validate` (and `make test TEST="T13780c T13822"`) fails) </div><div><br></div><div>Thanks,</div><div>  Shayan</div><div><br></div><div>[1] <a href="https://github.com/shayan-najd/GrowableGHC">https://github.com/shayan-najd/GrowableGHC</a></div><div><br></div><div><br></div></div>