- 29 Aug, 2001 2 commits
- 28 Aug, 2001 17 commits
-
-
simonmar authored
rn030 was a duplicate of rn026
-
simonmar authored
add '!!!' to the comment in here
-
simonmar authored
Test that a qualified name can't be bound in a local binding group. Currently an expected failure because the error message is slightly wrong (has a duplicated "in").
-
simonmar authored
note that rn038 is a new expected failure.
-
simonmar authored
Test that hiding a non-exported identifier is legal. (Currently an expected failure, as GHC doesn't implement this change yet. I was surprised to discover this proposed change in Haskell 98, and I think I'd prefer if this case were an error.)
-
simonmar authored
Test that using hiding on an unqualified import also hides the qualified name.
-
simonmar authored
Test that hiding works on a qualified import
-
simonmar authored
Add a test to make sure that qualified imports can be restricted to the specified entities.
-
simonmar authored
Add a test for unqualified imports bringing into scope qualified names.
-
simonmar authored
add test for conflicting exports
-
simonmar authored
comment this test
-
simonmar authored
Test for exporting of an unimported module.
-
simonmar authored
Add some tests for hGetBuf & hPutBuf
-
simonmar authored
Modify this test to do something reasonable: it now tests that hiding a constructor leaves the corresponding type constructor visible (this is a bug reported by George Russell a while back). Enable rn037 in all.T.
-
simonmar authored
Add functional dependency/missing instance test.
-
simonmar authored
Allow multi-module compile-only tests.
-
simonmar authored
Add two more tests: - arith014 tests fromIntegral behaviour on overflow - arith015 tests things like (read :: "Infinity" :: Double)
-
- 27 Aug, 2001 12 commits
-
-
simonmar authored
Add test for scoped type variables w/ existential constructors (failed in 5.00 but works in 5.02, reported by Peter Gammie <peteg@cse.unsw.EDU.AU>)
-
simonmar authored
Add test for recursive newtypes and foreign imports, from Manuel.
-
simonmar authored
Update the known failure list. We currently have 9 known failures, of which one is actually a potential problem (okeefe_neural; the compiler runs out of heap in the simplifier while compiling it).
-
simonmar authored
Add another missing warning test from Marcin
-
simonmar authored
Skip ffi002, we don't have the require machinery to perform this test (it has a separate .c file to compile).
-
simonmar authored
update expected output
-
simonmar authored
add expected output (warnings)
-
simonmar authored
Remove debugging output from sample output
-
simonmar authored
The program runs in its own directory now, so doesn't need hackage to find its input file.
-
simonmar authored
add $TEST as a synonym for $TESTS, so you can say 'make TEST=foo'
-
simonmar authored
program runs in its own directory now, so doesn't need hackage to find its input file.
-
simonmar authored
update expected output
-
- 24 Aug, 2001 9 commits
-
-
simonmar authored
Add tests for the warning problems reported by Marcin earlier this week.
-
simonmar authored
This test moved to typecheck/should_fail/tcfail0{97,98}
-
simonmar authored
These two tests collectively used to be rnfail014. tcfail097 works, tcfail098 currently fails.
-
simonmar authored
accept output
-
simonmar authored
expect read002 to fail (illegal character in string literal, not implemented yet)
-
simonmar authored
accept the output
-
simonmar authored
accept the new output
-
simonpj authored
Simon fixup
-
simonpj authored
Remove bogus test from tc126
-