summaryrefslogtreecommitdiff
path: root/testsuite/run.hs
AgeCommit message (Collapse)Author
2025-08-02add eval.gfs to expected failuresArianna Masciolini
2021-06-30Superficial refactoring to testsuite moduleJohn J. Camilleri
2021-06-17Remove gf-lib-path from testsuiteAndreas Källberg
Since it no longer depends on RGL and it caused issues in the testsuite
2021-06-17Testsuite: Add support for expected failuresAndreas Källberg
And mark the currently failing tests as expected failures
2021-06-16Fix build of test suite on ghc-8.2.2Andreas Källberg
2020-11-10Enable testsRuslan Khafizov
2020-08-05Fix testsuite compatability with newer CabalAndreas Källberg
2013-12-06testsuite: reduced the number of failing tests from 25 to 13hallgren
Some tests may fail on Windows because of \ instead of / in paths.
2013-12-03testsuite: Use Cabal's new test suite interfacehallgren
* The old way: a user hook in Setup.hs * The new way: specify it in gf.cabal * The test suite is now called gf-tests, and it runs testsuite/run.hs. * You can run it manually with 'runhaskell testsuite/run.hs'. It also runs, together with rgl-tests, when you do 'cabal test' * Currently only 9 of 34 tests pass. Many failures have silly causes: - Error messages that look slightly different - Same output but in a different order - Absolute paths in output