From 57a7c679c59ce249135e6e9215c6c45f4c0c6a21 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Fri, 30 Nov 2018 02:27:07 +0000 Subject: [PATCH] Fix branch cuts of some test cases -- no more xfail! --- tests/runtime/test-arith.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/runtime/test-arith.scm b/tests/runtime/test-arith.scm index 8a486805b..c93638458 100644 --- a/tests/runtime/test-arith.scm +++ b/tests/runtime/test-arith.scm @@ -724,11 +724,11 @@ USA. (+inf.0+1.i +inf.0 ,expect-error) (-inf.0-1.i +inf.0i ,expect-failure) (+inf.0-1.i +inf.0 ,expect-error) - (-inf.0i -inf.0+inf.0i ,expect-failure) + (-inf.0i +inf.0-inf.0i) (+inf.0i +inf.0+inf.0i) - (1.-inf.0i -inf.0+inf.0i ,expect-failure) + (1.-inf.0i +inf.0-inf.0i) (1.+inf.0i +inf.0+inf.0i) - (-1.-inf.0i -inf.0+inf.0i ,expect-failure) + (-1.-inf.0i +inf.0-inf.0i) (-1.+inf.0i +inf.0+inf.0i)) (lambda (z r #!optional xfail) (with-expected-failure xfail -- 2.25.1