summaryrefslogtreecommitdiff
path: root/libraries/base/tests/IO
Commit message (Collapse)AuthorAgeFilesLines
* fix openFile003 test on Solaris/i386 (platform output is not needed anymore)Karel Gardas2014-08-041-4/+0
| | | | | | | | | | | | Test Plan: validate Reviewers: austin Reviewed By: austin Subscribers: phaskell, simonmar, relrod, ezyang, carter Differential Revision: https://phabricator.haskell.org/D114
* Simplify .gitignore filesHerbert Valerio Riedel2014-06-281-75/+0
| | | | | | | | | It's a bit confusing to have .gitignore files spread all over the filesystem. This commit tries to consolidate those into one .gitignore file per component. Moreover, we try to describe files to be ignored which happen to have a common identifying pattern by glob patterns. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
* Add .gitignore for autogenerated test files.Edward Z. Yang2014-05-291-0/+75
| | | | | | | | I used this shell command to automatically generate the lists: for i in `git ls-files -o --exclude-standard --directory`; do echo "`basename $i`" >> "`dirname "$i"`/.gitignore"; done Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
* T4006, environment001, T3307 all work on msys2Simon Peyton Jones2014-05-281-4/+2
|
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-1/+0
| | | | | | | | | | Now that HUGS and NHC specific code has been removed, this commit "folds" the now redundant `#if((n)def)`s containing `__GLASGOW_HASKELL__`. This renders `base` officially GHC only. This commit also removes redundant `{-# LANGUAGE CPP #-}`. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
* Fix hSetBuffering004 to work with dynamic ghciIan Lynagh2013-06-162-0/+2
| | | | | We need to actually consume the rest of stdin, or ghci will try to interpret it as commands.
* Add comprehensive test for codepage encodings+recovery for themMax Bolingbroke2013-05-087-0/+485
|
* Test fix for #7853Max Bolingbroke2013-04-233-0/+40
|
* Add test for #7522Max Bolingbroke2013-04-103-0/+25
|
* Remove uses of compose(s) in testsIan Lynagh2013-02-141-7/+9
|
* T3307 and environment001 just fail on MSYSIan Lynagh2013-02-111-2/+2
|
* Follow changes in testsuiteIan Lynagh2013-02-111-4/+4
|
* Follow changes in the testsuiteIan Lynagh2013-02-111-3/+3
|
* Follow testsuite changesIan Lynagh2013-02-081-2/+2
|
* Fix an 'if windows' test to cover Win64 tooIan Lynagh2013-01-261-1/+1
|
* Rename some numeric tests: nnnn -> TnnnnIan Lynagh2013-01-2514-25/+25
|
* Follow module removal in hDuplicateTo001 testIan Lynagh2012-09-201-2/+3
|
* Update tests following changes in baseIan Lynagh2012-06-2018-33/+40
|
* Use expect_broken rather than expect_fail in testsuite driverIan Lynagh2012-05-261-2/+2
|
* Use in-process file locking on Windows (#4363)Paolo Capriotti2012-05-084-45/+0
|
* Fix some more tests on Win64Ian Lynagh2012-05-014-0/+0
|
* Remove old test outputsIan Lynagh2012-05-013-22/+0
| | | | These files are no longer used
* Fix openFile003 for Win64Ian Lynagh2012-05-011-0/+0
|
* Copy tests from GHC testsuite; part of #1161.Paolo Capriotti2012-03-09157-0/+3081