| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add linting of `base` to the CI | Hécate | 2020-10-09 | 1 | -1/+4 |
| | | |||||
| * | Remove redundant "do", "return" and language extensions from base | Hécate | 2020-09-23 | 1 | -1/+1 |
| | | |||||
| * | base/testsuite: Add missing LANGUAGE pragma in ThreadDelay001 | Ben Gamari | 2020-09-20 | 1 | -0/+1 |
| | | | | | Only affected the Windows codepath. | ||||
| * | Remove all the unnecessary LANGUAGE pragmas | Hécate | 2020-08-05 | 1 | -1/+1 |
| | | |||||
| * | winio: Fix ThreadDelay001 CPP | Andreas Klebinger | 2020-07-15 | 1 | -1/+1 |
| | | |||||
| * | winio: ThreadDelay001: Use higher resolution timer. | Andreas Klebinger | 2020-07-15 | 1 | -4/+21 |
| | | |||||
| * | Testsuite: fixup lots of tests | Thomas Miedema | 2016-04-26 | 4 | -11/+11 |
| | | | | | | | | | | These aren't run very often, because they require external libraries. https://ghc.haskell.org/trac/ghc/wiki/Building/RunningTests/Running#AdditionalPackages maessen-hashtab still doesn't compile, QuickCheck api changed. Update submodule hpc. | ||||
| * | Testsuite: delete Windows line endings [skip ci] (#11631) | Thomas Miedema | 2016-02-23 | 2 | -257/+257 |
| | | |||||
| * | Testsuite: delete remaining only_compiler_types(['ghc']) setups | Thomas Miedema | 2015-07-14 | 1 | -2/+0 |
| | | | | | | No point in pretending other compilers can use the GHC testsuite. This makes the *.T files a bit shorter. | ||||
| * | Simplify .gitignore files | Herbert Valerio Riedel | 2014-06-28 | 1 | -5/+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. Yang | 2014-05-29 | 1 | -0/+5 |
| | | | | | | | | | 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> | ||||
| * | Port ThreadDelay001 to the "time" library | Reid Barton | 2013-10-05 | 1 | -7/+4 |
| | | | | | | | | | ... as "old-time" isn't built when cross-compiling. Issue #8395. Signed-off-by: Austin Seipp <aseipp@pobox.com> | ||||
| * | Remove tests for removed modules | Ian Lynagh | 2012-07-20 | 8 | -355/+0 |
| | | |||||
| * | add tests for deadlocks in readChan & writeChan | Simon Marlow | 2012-06-11 | 5 | -0/+42 |
| | | |||||
| * | Use RTS version of getMonotonicNSec on Windows (#6061) | Paolo Capriotti | 2012-05-08 | 1 | -1/+1 |
| | | |||||
| * | Tidy up the ThreadDelay001 test code | Ian Lynagh | 2012-05-01 | 1 | -2/+6 |
| | | |||||
| * | Copy tests from GHC testsuite; part of #1161. | Paolo Capriotti | 2012-03-09 | 15 | -0/+660 |
