summaryrefslogtreecommitdiff
path: root/testsuite/tests/primops
Commit message (Collapse)AuthorAgeFilesLines
* Simplify .gitignore filesHerbert Valerio Riedel2014-06-281-2/+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/+2
| | | | | | | | 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>
* Follow changes in comparison primops (see #6135)Jan Stolarek2013-09-183-1490/+738
|
* Rellocate test for T7689 to different directoryJan Stolarek2013-08-193-0/+117
| | | | | This test is testing primops, so it should be in the primops/ directory and not numeric.
* Comparison primops return Int# (Fixes #6135)Jan Stolarek2013-08-146-0/+1576
This patch adds tests for new primops and fixes the existing ones. For a deatiled discussion of this changes please visit the wiki page: http://hackage.haskell.org/trac/ghc/wiki/PrimBool