- 23 Sep, 2001 9 commits
-
-
ken authored
Added 64-bit platform-specific output for enum01, enum02 and enum03, including a minor fix to enum03.hs and enum03.stdout. MERGE TO STABLE
-
ken authored
Add 64-bit platform-specific expected stdouts MERGE TO STABLE
-
ken authored
Skip the test on alpha-dec-osf3, where we run into an infinite loop on some builds MERGE TO STABLE
-
ken authored
conc030 requires 2 megs of stack space on the Alpha; let's just give it 2 megs of stack space on every platform. MERGE TO STABLE
-
ken authored
Yes, Virginia, alpha-dec-osf3 is little-endian. MERGE TO STABLE
-
ken authored
Added platform-specific result for alpha-dec-osf3. Apparently, running programs are prohibited from writing to their own binary images. MERGE TO STABLE
-
ken authored
Add 64-bit platform-specific expected stdout MERGE TO STABLE
-
ken authored
64-bit expected result is, um, correct, unlike the overflowing 32-bit result MERGE TO STABLE
-
ken authored
On alpha-dec-osf3, we need to compile galois_raytrace with -O to prevent the following fatality: ghc-5.02: panic! (the `impossible' happened, GHC version 5.02): Oversize heap check detected. Please try compiling with -O. MERGE TO STABLE
-
- 20 Sep, 2001 5 commits
- 18 Sep, 2001 3 commits
- 17 Sep, 2001 3 commits
- 14 Sep, 2001 5 commits
- 13 Sep, 2001 3 commits
- 07 Sep, 2001 12 commits
-
-
rrt authored
Check in Windows-specific results files; remove a spurious one, and fix that for hGetLine001 (a new Win-specific file).
-
sewardj authored
Really fix expected output. Duh. MERGE TO STABLE
-
sewardj authored
Update expected output. MERGE TO STABLE.
-
rrt authored
Changed "expect fail" in all.T to "$expect = "fail"", which should work; the former shouldn't work, the latter does. Add Windows KNOWN_FAILURES.
-
sewardj authored
Fix Unix expected output. MERGE TO STABLE
-
sewardj authored
Mark tcfail098 as an expected failure, since that's what it is. STURGE TO MABLE
-
rrt authored
Set some expected failures for Windows. ZBB time... PLEASE SPLURGE
-
rrt authored
Test-suite titivation --------------------- This commit achieves several glorious goals and adds many frivolous features: * Makes the test driver work on Windows (use bash for system calls) * Adds -Di386_unknown_mingw32 to CPP_OPTS so that Win-specific code is compiled properly * Adds the ability to have platform-specific test results (by setting the new $platform variable to config.mk's TARGETPLATFORM) * Fixes several tests to work on Windows, mostly by adding platform- specific result files. * Pipes all stderr files through normalise_errmsg, which itself is improved to handle .exe at the end of filenames, and backslashes. * Allows stdout output to be piped through normalise_errmsg; useful in the rare cases where output includes filenames. * Comprehensively breaks the testsuite on all other platforms (with any luck) * Splundig vur thrig, earthlets!
-
rrt authored
-
sewardj authored
Update expected result. MERGE TO STABLE
-
simonmar authored
Fix some signatures after Ord was removed as a superclass of Ix.
-
simonmar authored
Fix some signatures after the change to the Ix class.
-