[PATCH] Implementation of inttypes.h and its tests within the samples testsuites named psxinttypes01

2017-06-03 Thread Aditya Upadhyay
--- cpukit/inttypes/imaxabs.c | 5 +- cpukit/inttypes/imaxdiv.c | 26 +++ cpukit/inttypes/strtoimax.c | 170 cpukit/inttypes/strtoumax.c | 164 --- cpukit/inttypes/wcstoimax.c | 183 +++-

Re: [PATCH 1/6] doc: Mention Ada language option

2017-06-03 Thread Chris Johns
On 2/6/17 11:00 pm, Sebastian Huber wrote: > --- > doc/source-builder.txt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/doc/source-builder.txt b/doc/source-builder.txt > index 2b9a17d..e996954 100644 > --- a/doc/source-builder.txt > +++ b/doc/source-builder.txt > @@

Re: [PATCH 2/6] sb: Create hopefully more valid file names

2017-06-03 Thread Chris Johns
On 2/6/17 11:00 pm, Sebastian Huber wrote: > --- > source-builder/sb/download.py | 8 +++- > 1 file changed, 3 insertions(+), 5 deletions(-) > > diff --git a/source-builder/sb/download.py b/source-builder/sb/download.py > index 4bba7de..dd7880d 100644 > --- a/source-builder/sb/download.py > +

Re: Coverage tools project direction [GSOC]

2017-06-03 Thread Chris Johns
On 3/6/17 10:14 pm, Cillian O'Donnell wrote: > > I've just realised that I've been fixing problems with the RTEMS > Tester work that has already been done to convert bash scripts to > python, but I probably should of first been trying to get the old > sim-scripts method working from rtems-testing

Coverage tools project direction [GSOC]

2017-06-03 Thread Cillian O'Donnell
Hi, I've just realised that I've been fixing problems with the RTEMS Tester work that has already been done to convert bash scripts to python, but I probably should of first been trying to get the old sim-scripts method working from rtems-testing repo because this will give me more bsps to test qe