Re: [MIT-Scheme-devel] Fixing non-standard floenv failures

2017-11-04 Thread Taylor R Campbell
> 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

Re: [MIT-Scheme-devel] Fixing non-standard floenv failures

2017-11-03 Thread Chris Hanson
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

Re: [MIT-Scheme-devel] Fixing non-standard floenv failures

2017-11-03 Thread Taylor R Campbell
> 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. >