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

2020-06-06 Thread Joel Sherrill
Tested on leon3. Pushed. Thanks. --joel On Mon, Apr 20, 2020 at 1:22 PM Eshan dhawan wrote: > added tests for fesetexeptflag(), fegetexeptflag(), > fegetround(), fesetround(). > > In the test fegetround() does not return any flag > other then FE_TONEAREST in tests. > This is probably due to so

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

2020-04-23 Thread Eshan Dhawan
Hello everyone, I sent this patch adding test cases for fenv methods. I would request you all to look into it. And tell if it requires any changes. Or if it could be merged. Thanks -Eshan On Mon, Apr 20, 2020 at 11:52 PM Eshan dhawan wrote: > added tests for fesetexeptflag(), fegetexeptflag(),

[PATCH v12] tests for fenv.h functions

2020-04-20 Thread Eshan dhawan
added tests for fesetexeptflag(), fegetexeptflag(), fegetround(), fesetround(). In the test fegetround() does not return any flag other then FE_TONEAREST in tests. This is probably due to soft float. The test complies successfully and returns assert at fegetround() Other tests run without any er