- 17 Sep, 2001 1 commit
-
-
rrt authored
Make call of tool (i.e. the compiler) work when it has spaces in its paths.
-
- 07 Sep, 2001 1 commit
-
-
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!
-
- 03 Sep, 2001 1 commit
-
-
sewardj authored
Expunge more bash-isms. MERGE TO STABLE
-
- 28 Aug, 2001 1 commit
-
-
simonmar authored
Allow multi-module compile-only tests.
-
- 22 Aug, 2001 2 commits
- 13 Jul, 2001 1 commit
-
-
sewardj authored
-- Use diff to show diffs between actual and expected compiler output. -- Show compiler output in cases where none was expected.
-
- 11 Jul, 2001 1 commit
-
-
sewardj authored
Support file for multiple-module tests.
-
- 27 Jun, 2001 1 commit
-
-
sewardj authored
Fix bug in vanilla-comp-test-actions
-
- 25 Jun, 2001 1 commit
-
-
sewardj authored
Improved diagnostics when a should_compile test fails.
-
- 22 Jun, 2001 3 commits
- 21 Jun, 2001 1 commit
-
-
sewardj authored
Further adventures to do with approximate matching of compiler error messages. Use the new pipe facility in the test driver to normalise error messages before comparison, by piping them through new program normalise_errmsg. This avoids various kinds of tiresome comparison failures to do with capitalisation, whitespace changes, and path names.
-
- 20 Jun, 2001 1 commit
-
-
sewardj authored
Add support for compile-only (should_run) style tests.
-
- 19 Jun, 2001 1 commit
-
-
sewardj authored
Track recent hackery.
-
- 14 Jun, 2001 1 commit
-
-
sewardj authored
Commit hackery so far.
-
- 13 Jun, 2001 1 commit
-
-
sewardj authored
Changes to support running "vanilla" tests -- those with a single source file, reference .stdin, .stdout and maybe .stderr files. These constitute the vast majority of GHC tests.
-