From 24af9689f0692497e38963ac892e6955473772bf Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Wed, 23 Jan 2019 07:52:00 +0000 Subject: [PATCH] Expect failure, not error, if trapping is not supported. Makes these tests pass on my arm64 laptop. --- tests/microcode/test-flonum-except.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/microcode/test-flonum-except.scm b/tests/microcode/test-flonum-except.scm index b93e09eda..c6d8e26f5 100644 --- a/tests/microcode/test-flonum-except.scm +++ b/tests/microcode/test-flonum-except.scm @@ -87,7 +87,7 @@ USA. (with-failure-expected (if (flo:have-trap-enable/disable?) xfail - assert-error) + expect-failure) (lambda () (assert-error (lambda () -- 2.25.1