Proposal: run GHC API tests on fast
Edward Z. Yang
ezyang at mit.edu
Tue Sep 2 07:08:23 UTC 2014
I pushed a fix for the tests in ghc-api.
Edward
Excerpts from Reid Barton's message of 2014-08-23 20:07:40 +0200:
> I have seen this too just running "make THREADS=8". Looks like it's because
> the other tests in this directory are cleaning too aggressively. From the
> Makefile:
>
> ...
> clean:
> rm -f *.o *.hi
>
> T6145: clean
> '$(TEST_HC)' $(TEST_HC_OPTS) --make -v0 -package ghc T6145
> ./T6145 "`'$(TEST_HC)' $(TEST_HC_OPTS) --print-libdir | tr -d '\r'`"
> ...
>
> so ghcApi.o is getting removed before the final link step, I would guess.
>
> Regards,
> Reid Barton
More information about the ghc-devs
mailing list