Re: [PATCH v2] Testsuite for inttypes methods

2017-08-27 Thread Gedare Bloom
I'm pretty sure the error code is returned via 'errno', not as a return value. Re-read the specification again. On Sat, Aug 26, 2017 at 3:38 PM, Joel Sherrill wrote: > > > On Fri, Aug 25, 2017 at 9:05 AM, Gedare Bloom wrote: >> >> Merge this with the previous commits to only provide 1 single com

Re: [PATCH v2] Testsuite for inttypes methods

2017-08-26 Thread Joel Sherrill
On Fri, Aug 25, 2017 at 9:05 AM, Gedare Bloom wrote: > Merge this with the previous commits to only provide 1 single commit > adding this new test. > > On Wed, Aug 23, 2017 at 3:35 PM, Aditya Upadhyay > wrote: > > --- > > testsuites/psxtests/Makefile.am| 5 -- > > testsuite

Re: [PATCH v2] Testsuite for inttypes methods

2017-08-25 Thread Gedare Bloom
Merge this with the previous commits to only provide 1 single commit adding this new test. On Wed, Aug 23, 2017 at 3:35 PM, Aditya Upadhyay wrote: > --- > testsuites/psxtests/Makefile.am| 5 -- > testsuites/psxtests/configure.ac | 5 -- > testsuites/psxtes

[PATCH v2] Testsuite for inttypes methods

2017-08-23 Thread Aditya Upadhyay
--- testsuites/psxtests/Makefile.am| 5 -- testsuites/psxtests/configure.ac | 5 -- testsuites/psxtests/psxinttypes01/init.c | 66 +++--- .../psxtests/psxinttypes01/psxinttypes01.scn | 8 +++ 4 files changed, 66 insertions(+)