Skip to content
Snippets Groups Projects
  1. Jun 18, 2016
  2. May 17, 2016
  3. Sep 02, 2015
    • Thomas Miedema's avatar
      Testsuite: by default run all tests for a single way · c43c8e2c
      Thomas Miedema authored
      `make test` now runs all tests for a single way only. Use `make slowtest` to
      get the previous behaviour (i.e. run all tests for all ways).
      
      The intention is to use this new `make test` setting for Phabricator, as
      a reasonable compromise between `make fasttest` (what it previously
      used) and a fullblown `make slowtest` (which runs all tests for all
      ways).
      
      See Note [validate and testsuite speed] in toplevel Makefile.
      
      Differential Revision: https://phabricator.haskell.org/D1178
      c43c8e2c
  4. Mar 02, 2015
    • Thomas Miedema's avatar
      `make test` in root directory now runs fulltest · 31d4f2e9
      Thomas Miedema authored
      Summary:
      Currently, running `make test` in:
        /                   runs fast testsuite
        /testsuite          doesn't work
        /testsuite/tests    runs slow testsuite
      
      This commit:
        * changes `make test` in the ghc root directory to run the slow testsuite,
          just like it already does in `testsuite/tests`
        * adds some simple targets to `/testsuite`, that all delegate to
          `/testsuite/tests`
        * adds a new target `fasttest` to the toplevel Makefile, with a shorthand
          name `fast` (for consistency with /testsuite and /testsuite/tests)
        * declares some more targets PHONY for safety
      
      Wiki pages that need updating:
        * Building/StandardTargets
        * Buliding/RunningTests
      
      Reviewers: austin
      
      Reviewed By: austin
      
      Subscribers: thomie
      
      Differential Revision: https://phabricator.haskell.org/D685
      31d4f2e9
  5. Nov 06, 2014
  6. Jul 20, 2013
  7. Jun 14, 2013
  8. Jun 06, 2013
  9. Jan 20, 2012
  10. Jan 16, 2012
  11. Nov 15, 2011
  12. Jul 20, 2011
  13. May 14, 2009
  14. Jan 14, 2009
  15. Jan 13, 2009
  16. Jan 09, 2009
  17. Jul 21, 2007
  18. Sep 16, 2006
  19. Feb 04, 2005
  20. Jul 19, 2004
    • Ian Lynagh's avatar
      [project @ 2004-07-19 22:11:45 by igloo] · 805e7047
      Ian Lynagh authored
      Allows a -ws-64 stdout variant rather than requiring each 64-bit
      platform to have a -platform one. (You now need to make boot in
      testsuite after configure but before running tests).
      
      Modify enum001, partly to alter spacing but also to inline printTest
      where things like \NUL are used, as modern cpp behaves differently.
      
      Rename the generated .script files to .genscript to make it easier to
      clean a testsuite tree.
      805e7047
  21. Aug 29, 2002
  22. Aug 22, 2001
  23. Jun 25, 2001
  24. Jun 20, 2001
  25. Jun 12, 2001
    • Julian Seward's avatar
      [project @ 2001-06-12 12:06:02 by sewardj] · 9531b027
      Julian Seward authored
      Make another sad directory happy.
      
      You can now cd to fptools/testsuite and do 'make all'.  This will
      build the test driver and then run ghc/compiler/ghc-inplace over
      the as-yet small collection of tests herein.
      9531b027
Loading