[commit: hadrian] master: Added support for testsuite (#602) (ef4137d)

git at git.haskell.org git at git.haskell.org
Thu Jul 26 21:35:57 UTC 2018


Repository : ssh://git@git.haskell.org/hadrian

On branch  : master
Link       : http://git.haskell.org/hadrian.git/commitdiff/ef4137d7e4a8f8f703278042e25f1ab0990ab4df

>---------------------------------------------------------------

commit ef4137d7e4a8f8f703278042e25f1ab0990ab4df
Author: Chitrak Raj Gupta <chitrak711988 at gmail.com>
Date:   Wed Jun 13 15:58:25 2018 +0530

    Added support for testsuite (#602)
    
    * Rule for testsuite dependencies
    
    * Separated validate builder arguments
    
    * Added RunTest config options
    
    * added support to set test speed with runtest
    
    * Fixed minor bug with testConfigs
    
    Removed indentation error
    
    * Added support for more testing features
    
    * Rectified Merge Errors
    
    * Removed need rule for Hp2ps
    
    * using all available threads
    
    * Minor Revision
    
    * Removed TestThread argument
    
    * Update Utilities.hs


>---------------------------------------------------------------

ef4137d7e4a8f8f703278042e25f1ab0990ab4df
 src/CommandLine.hs               | 85 ++++++++++++++++++++++++++++++----------
 src/GHC.hs                       | 21 +++++-----
 src/GHC/Packages.hs              | 15 +++----
 src/Rules/Test.hs                | 13 +++++-
 src/Settings/Builders/Make.hs    | 23 ++++++++++-
 src/Settings/Builders/RunTest.hs | 35 +++++++++++++++--
 src/Settings/Default.hs          |  1 +
 7 files changed, 150 insertions(+), 43 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc ef4137d7e4a8f8f703278042e25f1ab0990ab4df


More information about the ghc-commits mailing list