summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/all.T
Commit message (Collapse)AuthorAgeFilesLines
* Fake (->) fixity declaration (#10145)Oleg Grenrus2015-04-021-0/+1
| | | | | | Reviewed By: simonpj, austin Differential Revision: https://phabricator.haskell.org/D741
* Strip leading whitespace before checking if a statement looks like a ↵Dr. ERDI Gergo2014-12-221-0/+1
| | | | declaration (fixes #9914)
* Check dflags for language extensions when deciding if "foreign " and "deriving "Dr. ERDI Gergo2014-12-211-0/+1
| | | | look like prefixes of valid declarations (fixes #9915)
* Test Trac #8377Takano Akio2013-09-291-0/+1
| | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
* Convert more helper functionsIan Lynagh2013-02-111-1/+1
|
* Replace 'if_os' and 'unless_os' with 'opsys'Ian Lynagh2013-02-111-1/+1
| | | | The name 'os' clashes with a python library
* Pass the test name to the test optionsIan Lynagh2013-02-071-1/+1
| | | | | | | | This allows them to give framework failures. I also had to change how setTestOpts works. Now, rather than applying the options to the directory's "default options", it just stores the options to be applied for each test (i.e. once we know the test name).
* Rename some numeric tests: nnnn -> TnnnnIan Lynagh2013-01-251-4/+4
|
* Some test fixes on Win64Ian Lynagh2012-05-081-1/+1
|
* Add combined_output option.Paolo Capriotti2012-04-231-1/+2
| | | | | | | | | Added an option to combine stdout and stderr into a single file. This is useful for ghci scripts that produce interleaved errors and normal output. Also modified check_stderr_ok so that it normalizes stderr in the same way as compile tests.
* Add test for a bug in the byte code generatorSimon Marlow2011-11-021-0/+2
| | | | crashes with GHC 7.2.1 and earlier.
* Move tests from tests/ghc-regress/* to just tests/*David Terei2011-07-201-0/+18