Re: [PATCH] Implement POSIX API Signature Compliance Tests for inttypes.h

2018-12-06 Thread Joel Sherrill
Just pushed this. Thanks. On Thu, Dec 6, 2018 at 3:27 PM Marçal Comajoan Cara wrote: > This work was part of GCI 2018 > --- > testsuites/psxtests/Makefile.am | 9 - > .../psxtests/psxhdrs/inttypes/imaxabs.c | 38 ++ > .../psxtests/psxhdrs/inttypes/imaxdi

[PATCH] Implement POSIX API Signature Compliance Tests for inttypes.h

2018-12-06 Thread Marçal Comajoan Cara
This work was part of GCI 2018 --- testsuites/psxtests/Makefile.am | 9 - .../psxtests/psxhdrs/inttypes/imaxabs.c | 38 ++ .../psxtests/psxhdrs/inttypes/imaxdiv.c | 39 ++ .../psxtests/psxhdrs/inttypes/strtoimax.c | 39

Old TBR pages need to be cleaned

2018-12-06 Thread Shashvat Jain
Hello , In this mail I have offered resolution to clean up the TBR section of the wiki , by removing unnecessary pages or by making them into a ticket (+) https://devel.rtems.org/wiki/GCI/Coding/AddPerSectionSupportToBSPs I think the process using build_bsp script is old and should be deleted , th

Re: psxhdrs: Add POSIX Conformance Test fot fmtmsg.h (GCI 2018)

2018-12-06 Thread Shashvat Jain
Noted. you did what i wanted to :) its ok On Fri, Dec 7, 2018 at 12:44 AM Joel Sherrill wrote: > I think I merged the first one with corrections. If what's in git isn't > right, submit a followup. > > Please make sure your copyright block isn't one space off the margin. > > Thanks. > > --joel >

Re: psxhdrs: Add POSIX Conformance Test fot fmtmsg.h (GCI 2018)

2018-12-06 Thread Shashvat Jain
this is an updated patch. please ignore the above one . thank you On Thu, Dec 6, 2018 at 1:34 PM Shashvat Jain wrote: > Hello, > The only test for the header file has been added with this patch , > but has been disabled due to the absence of fmtmsg.h header file. > > Updates #3639 > > Thank yo

psxhdrs: Add POSIX Conformance Test fot fmtmsg.h (GCI 2018)

2018-12-06 Thread Shashvat Jain
Hello, The only test for the header file has been added with this patch , but has been disabled due to the absence of fmtmsg.h header file. Updates #3639 Thank you Regards From 4e4341f5c70f3b1c292ab8a6c8b39f07e3caef95 Mon Sep 17 00:00:00 2001 From: Shashvat Jain Date: Thu, 6 Dec 2018 13:24:13 -0

Re: [PATCH] psxtmtests: Identified a Timing Test missing

2018-12-06 Thread Joel Sherrill
Thanks. I merged both of these. --joel On Thu, Dec 6, 2018 at 10:49 AM Marçal Comajoan Cara < mcomajoanc...@gmail.com> wrote: > pthread_setschedprio (http://pubs.opengroup.org/onlinepubs/9699919799/) > was missing in > rtems/testsuites/psxtmtests/psxtmtests.csv. > > This work was part of GCI 201

[PATCH] psxtmtests/psxtmtests_plan.csv: Fix typos

2018-12-06 Thread Marçal Comajoan Cara
Two quotation marks were missing so the CSV looked bad when using an editor with syntax highlighting and could also have produced some errors if the file was processed. Also two "Yes" ys were lowercase and I uppercased them so they are like the rest. --- testsuites/psxtmtests/psxtmtests_plan.csv

[PATCH] psxtmtests: Identified a Timing Test missing

2018-12-06 Thread Marçal Comajoan Cara
pthread_setschedprio (http://pubs.opengroup.org/onlinepubs/9699919799/) was missing in rtems/testsuites/psxtmtests/psxtmtests.csv. This work was part of GCI 2018. --- testsuites/psxtmtests/psxtmtests_plan.csv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testsuites/psxtmtests/psxtmtests_

psxhdrs: Add POSIX API Signature Compliance Tests for string.h File (GCI 2018)

2018-12-06 Thread Himanshu Sekhar Nayak
Hi guys, Here is the patch for string.h Thanks Himanshu From b489022dd909b5c098f3f80e05b6f776f10ad57f Mon Sep 17 00:00:00 2001 From: Himanshu40 Date: Thu, 6 Dec 2018 22:16:57 +0530 Subject: [PATCH] psxhdrs: Add POSIX API Signature Compliance Tests for string.h File (GCI 2018) --- testsuites/p

Fwd: [ftp gnu-ftp-upload] gcc

2018-12-06 Thread Joel Sherrill
FYI -- Forwarded message - From: Date: Thu, Dec 6, 2018 at 10:21 AM Subject: [ftp gnu-ftp-upload] gcc To: , , < jos...@codesourcery.com>, , , , , , , , , , < schmorpfo...@schmorp.de>, , upload of gcc-7.4.0.tar.gz and gcc-7.4.0.tar.gz.sig complete ___

Re: The T Test Framework

2018-12-06 Thread Sebastian Huber
Hello, I updated the documentation draft: https://devel.rtems.org/raw-attachment/ticket/3199/contributor.pdf It includes now also a section for time services and code runtime measurements. It would be nice to get some feedback if the general API is all right, e.g. header file and T_* namespa

[PATCH] rtems: Add rtems_scheduler_get_maximum_priority()

2018-12-06 Thread Sebastian Huber
Update #3636. --- cpukit/Makefile.am | 1 + cpukit/include/rtems/rtems/tasks.h | 15 ++ cpukit/rtems/src/schedulergetmaxprio.c | 53 + testsuites/sptests/spscheduler01/init.c | 26 +++- 4 files changed, 94 insertions(+