snowleopard / hadrian

Hadrian: a new build system for the Glasgow Haskell Compiler. Now merged into the GHC tree!
https://gitlab.haskell.org/ghc/ghc/tree/master/hadrian
MIT License
208 stars 39 forks source link

address some issues with the testsuite rules #672

Closed alpmestan closed 5 years ago

alpmestan commented 5 years ago

The driver was invoked with invalid syntax for some arguments, we were not making sure hsc2hs is built before we run the tests (it's needed by many), etc.

This kills about ~500 unexpected failures.