summaryrefslogtreecommitdiff
path: root/libraries/base/tests/enum_processor.py
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: A more portable solution to #9399Ben Gamari2019-06-131-0/+2
| | | | | | | | Previously we used an awful hybrid batch script/Bourne shell script to allow this test to run both on Windows and Linux (fixing #9399). However, this breaks on some libc implementations (e.g. musl). Fix this. Fixes #16798.
* Testsuite: fix enum01/02/03 on Windows (#9399)Thomas Miedema2016-05-251-2/+0
|
* Comments onlyReid Barton2015-06-251-0/+4
|
* Make enum01/enum02/enum03 tests clang-compatibleReid Barton2015-06-161-0/+24
... by entirely replacing the use of CPP by a custom preprocessor; clang -E -traditional has no stringification mechanism at all. Reviewed By: thomie, austin Differential Revision: https://phabricator.haskell.org/D957 GHC Trac Issues: #9399