Re: [PATCH v3] tests for fenv.h functions

2020-03-05 Thread Gedare Bloom
On Thu, Mar 5, 2020 at 12:17 AM Eshan Dhawan wrote: > > If you want I would set the case in that manner. > > On Thu, Mar 5, 2020 at 12:46 PM Eshan Dhawan wrote: >> >> >> >> On Thu, Mar 5, 2020 at 4:37 AM Gedare Bloom wrote: >>> >>> On Wed, Mar 4, 2020 at 11:12 AM Eshan dhawan >>> wrote: >>> >

Re: [PATCH v3] tests for fenv.h functions

2020-03-04 Thread Eshan Dhawan
If you want I would set the case in that manner. On Thu, Mar 5, 2020 at 12:46 PM Eshan Dhawan wrote: > > > On Thu, Mar 5, 2020 at 4:37 AM Gedare Bloom wrote: > >> On Wed, Mar 4, 2020 at 11:12 AM Eshan dhawan >> wrote: >> > >> > --- >> > testsuites/psxtests/psxfenv01/init.c | 72 ++

Re: [PATCH v3] tests for fenv.h functions

2020-03-04 Thread Gedare Bloom
On Wed, Mar 4, 2020 at 11:12 AM Eshan dhawan wrote: > > --- > testsuites/psxtests/psxfenv01/init.c | 72 ++-- > 1 file changed, 68 insertions(+), 4 deletions(-) > > diff --git a/testsuites/psxtests/psxfenv01/init.c > b/testsuites/psxtests/psxfenv01/init.c > index cdb0fa59

[PATCH v3] tests for fenv.h functions

2020-03-04 Thread Eshan dhawan
--- testsuites/psxtests/psxfenv01/init.c | 72 ++-- 1 file changed, 68 insertions(+), 4 deletions(-) diff --git a/testsuites/psxtests/psxfenv01/init.c b/testsuites/psxtests/psxfenv01/init.c index cdb0fa596e..40c29e4fac 100644 --- a/testsuites/psxtests/psxfenv01/init.c +++