<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>I read somewhere that fixing the graph register allocator would
      be a good project so I thought I'd look into it. I couldn't find
      any tickets about it on Trac though so I was poking around for
      tests to see what (if anything) was wrong with it.</p>
    <p>After I sent that last email I googled around for how to write
      ghc unit tests and <a
href="https://mail.haskell.org/pipermail/ghc-devs/2014-January/003916.html">this</a>
      is the only thing I found.  Is it not possible to unit test GHC? 
      If not are there plans/discussions about this?  I think it'd help
      document the code base if nothing else and it'd be a good way to
      get my feet wet.<br>
    </p>
    <div class="moz-cite-prefix">On 10/11/2016 02:13 PM, Ben Gamari
      wrote:<br>
    </div>
    <blockquote cite="mid:877f9e92kt.fsf@ben-laptop.smart-cactus.org"
      type="cite">
      <pre wrap="">Thomas Jakway <a class="moz-txt-link-rfc2396E" href="mailto:tjakway@nyu.edu"><tjakway@nyu.edu></a> writes:

</pre>
      <blockquote type="cite">
        <pre wrap="">Can anyone point me to the register allocator tests (especially for the 
graph register allocator)?  Can't seem to find them and grepping doesn't 
turn up much (pretty much just 
testsuite/tests/codeGen/should_run/cgrun028.h).

</pre>
      </blockquote>
      <pre wrap="">What sort of tests are you looking for in particular? I'm afraid all we
have are regression tests covering the code generator as a whole.

Cheers,

- Ben
</pre>
    </blockquote>
    <br>
  </body>
</html>