diff options
author | Tamar Christina <tamar@zhox.com> | 2018-01-02 16:00:57 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-01-02 17:33:04 -0500 |
commit | 27b7b4db9af99aeb88dce7ef0e85131199bbf2ff (patch) | |
tree | db4d5bbc750857ce55d7bcc09962002e4ba176d3 /testsuite/tests/quasiquotation/Makefile | |
parent | 4887c3086149a15a1e16c765682debcfbb9de145 (diff) | |
download | haskell-27b7b4db9af99aeb88dce7ef0e85131199bbf2ff.tar.gz |
Windows: fix all failing tests.
This makes the testsuite pass clean on Windows again.
It also fixes the `libstdc++-6.dll` error harbormaster
was showing.
I'm marking some tests as isolated tests to reduce their
flakiness (mostly concurrency tests) when the test system
is under heavy load.
Updates process submodule.
Test Plan: ./validate
Reviewers: hvr, bgamari, erikd, simonmar
Reviewed By: bgamari
Subscribers: rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4277
Diffstat (limited to 'testsuite/tests/quasiquotation/Makefile')
-rw-r--r-- | testsuite/tests/quasiquotation/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/quasiquotation/Makefile b/testsuite/tests/quasiquotation/Makefile index ebc91d23e5..76e8a928fb 100644 --- a/testsuite/tests/quasiquotation/Makefile +++ b/testsuite/tests/quasiquotation/Makefile @@ -10,6 +10,6 @@ T4150: -'$(TEST_HC)' $(TEST_HC_OPTS) -v0 -c T4150.hs T14028: - '$(TEST_HC)' $(TEST_HC_OPTS) T14028Quote.hs - '$(TEST_HC)' $(TEST_HC_OPTS) -c T14028C.c - '$(TEST_HC)' $(TEST_HC_OPTS) -fexternal-interpreter T14028 T14028C.o + '$(TEST_HC)' $(TEST_HC_OPTS) -v0 T14028Quote.hs + '$(TEST_HC)' $(TEST_HC_OPTS) -v0 -c T14028C.c + '$(TEST_HC)' $(TEST_HC_OPTS) -v0 -fexternal-interpreter T14028 T14028C.o |