Re: [PATCH v3 2/2] Add Testsuite for PSXINTTYPES01

2019-06-13 Thread Vaibhav Gupta
Okay Just want to confirm, testsuite is fine now? Vaibhav Gupta On Fri, Jun 14, 2019 at 12:28 AM Gedare Bloom wrote: > > > On Thu, Jun 13, 2019, 12:57 PM Gedare Bloom wrote: > >> Hi Vaibhav, >> >> >> >> On Thu, Jun 13, 2019, 11:51 AM Vaibhav Gupta >> wrote: >> >>> Remove comments on variable

Re: [PATCH v3 2/2] Add Testsuite for PSXINTTYPES01

2019-06-13 Thread Gedare Bloom
On Thu, Jun 13, 2019, 12:57 PM Gedare Bloom wrote: > Hi Vaibhav, > > > > On Thu, Jun 13, 2019, 11:51 AM Vaibhav Gupta > wrote: > >> Remove comments on variable declaration. >> Remove licence from Doc >> Correct the assert condition for wcstoimax for negative errange condition. >> --- >> > > Plea

Re: [PATCH v3 2/2] Add Testsuite for PSXINTTYPES01

2019-06-13 Thread Gedare Bloom
Hi Vaibhav, On Thu, Jun 13, 2019, 11:51 AM Vaibhav Gupta wrote: > Remove comments on variable declaration. > Remove licence from Doc > Correct the assert condition for wcstoimax for negative errange condition. > --- > Please squash (git-rebase) the commits to make one, new commit with only th

[PATCH v3 2/2] Add Testsuite for PSXINTTYPES01

2019-06-13 Thread Vaibhav Gupta
Remove comments on variable declaration. Remove licence from Doc Correct the assert condition for wcstoimax for negative errange condition. --- testsuites/psxtests/psxinttypes01/init.c | 26 +- .../psxtests/psxinttypes01/psxinttypes01.doc | 27 --- 2 files cha