repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(cabal check) Add "No internal name clash" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
CustomSegfault
/
cabal.test.hs
blob
a6c74dab74583448900a2882ed063e357da7aaa8
1
import
Test
.
Cabal
.
Prelude
2
main
=
cabalTest
$
do
3
-- TODO: this test ought to work on Windows too
4
skipUnless
"not Linux"
=<<
isLinux
5
skipUnlessGhcVersion
">= 7.8"
6
fails
$
cabal
'
"v2-build"
[] >>=
assertOutputContains
"SIGSEGV"