diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-07-13 14:03:54 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-07-15 16:41:04 -0400 |
commit | 2143c49273d7d87ee2f3ef1211856d60b1427af1 (patch) | |
tree | d08b956887e69f9bd2959f1ac75cc2a2182f9a32 /testsuite/mk | |
parent | ded58a037774147073366ff2dfdc8965e02a96e5 (diff) | |
download | haskell-2143c49273d7d87ee2f3ef1211856d60b1427af1.tar.gz |
testsuite: Add winio and winio_threaded wayswip/winio
Reverts many of the testsuite changes
Diffstat (limited to 'testsuite/mk')
-rw-r--r-- | testsuite/mk/test.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuite/mk/test.mk b/testsuite/mk/test.mk index db6d6f41e3..b2cdf78f5f 100644 --- a/testsuite/mk/test.mk +++ b/testsuite/mk/test.mk @@ -34,11 +34,6 @@ ifeq "$(GhcUnregisterised)" "YES" EXTRA_HC_OPTS += -optc-fno-builtin endif -# These flags are for testing the native I/O of Windows's new base. We can't -# realistically run both as this would require two the amount of time to go -# through the testsuite. So for now just rely on one. -EXTRA_HC_OPTS += -with-rtsopts="--io-manager=native" # +RTS --io-manager=native -RTS - # TEST_HC_OPTS is passed to every invocation of TEST_HC # in nested Makefiles TEST_HC_OPTS = -dcore-lint -dstg-lint -dcmm-lint \ |