> Date: Fri, 3 Nov 2017 23:47:32 -0700
> From: Chris Hanson
>
> Test failures due to unimplemented primitives, and places where values were
> returned rather than traps thrown or vice versa.
I see -- the problem is probably that we supply a definition of
feenableexcept/fedisableexcept only if !H
Test failures due to unimplemented primitives, and places where values were
returned rather than traps thrown or vice versa.
On Fri, Nov 3, 2017 at 10:36 PM, Taylor R Campbell
wrote:
> > Date: Fri, 3 Nov 2017 22:09:27 -0700
> > From: Chris Hanson
> >
> > I added some support for testing the exi
> Date: Fri, 3 Nov 2017 22:09:27 -0700
> From: Chris Hanson
>
> I added some support for testing the existence of feenableexcept and
> fedisableexcept, which are not part of C99 and not present in macOS.
>
> I used this to disable tests that depend on their existence, which
> otherwise failed.
>