hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 17c08354e12b77c54266855fef7ccba58a8366ee
parent ef0f8c4467cdd1ca004d209b5ff72f251525e2cd
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun,  7 Feb 2021 16:14:58 -0500

stdlib: disable io tests on aarch64 (again)

Diffstat:
Mgen-stdlib | 3+--
Mmk/stdlib.mk | 5+----
2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/gen-stdlib b/gen-stdlib @@ -156,8 +156,7 @@ io() { then # Test is broken on aarch64, temporarily disabled # https://todo.sr.ht/~sircmpwn/hare-v2/196 - gensrcs_io \ - +test/limit.ha + gensrcs_io else gensrcs_io \ +test/copy.ha \ diff --git a/mk/stdlib.mk b/mk/stdlib.mk @@ -367,10 +367,7 @@ testlib_io_srcs= \ $(STDLIB)/io/copy.ha \ $(STDLIB)/io/println.ha \ $(STDLIB)/io/stream.ha \ - $(STDLIB)/io/limit.ha \ - $(STDLIB)/io/+test/copy.ha \ - $(STDLIB)/io/+test/limit.ha \ - $(STDLIB)/io/+test/stream.ha + $(STDLIB)/io/limit.ha $(TESTCACHE)/io/io.ssa: $(testlib_io_srcs) $(testlib_rt) $(testlib_strings) @printf 'HAREC \t$@\n'