summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove old build systemSebastian Huber2021-09-211-1991/+0
| | | | | Close #3250. Close #4081.
* confstr() support for RTEMSEshan dhawan2021-08-181-0/+9
| | | | | | | | Closes #3373 confstr() style update Signed-off-by: Eshan Dhawan <eshandhawan51@gmail.com>
* Test suite for FTW.H methodsEshan dhawan2021-03-111-0/+26
| | | | Signed-off-by: Eshan Dhawan <eshandhawan51@gmail.com>
* psxintrcritical01: Use T_interrupt_test()Sebastian Huber2020-07-231-2/+1
|
* sptests: Avoid include path magicSebastian Huber2019-11-121-6/+4
| | | | Update #3818.
* tests: Simplify fatal error test supportSebastian Huber2019-11-121-2/+2
| | | | | | Move system.h to shared init.c. Update #3818.
* psxtests: Avoid build system defined definesSebastian Huber2019-11-121-5/+3
| | | | Update #3818.
* Correct initial POSIX signals maskJoel Sherrill2019-09-241-0/+22
| | | | | | | | | | | | + Modify POSIX thread create extension to ensure expected initial signal mask is provided to system threads, initial tasks and threads, and inheritied by tasks and threads. + Adds psxsignal07 to verify functionality when using a POSIX Initialization thread and POSIX threads. + Adds psxsignal08 to verify functionality when using a Classic API Initialization task and Classic API tasks. Closes #3794.
* Add psxfenv01 test to psxtestsVaibhav Gupta2019-09-101-0/+12
| | | | | | Note that this test requires a functional fenv implementation. Some targets have multilib variants where the fenv implementation is not 100% passing.
* psxtests: Add ndbm test suiteVaibhav Gupta2019-07-301-0/+11
| | | | | | | | | Joel Sherrill <joel@rtems.org> modified the patch to add autoconf logic to avoid building this new test unless the tool chain include <ndbm.h>. The ensures that git bisect continues to work and that the addition of this test does not immediately force the entire community to update their tools.
* psxtests: Add psxinttypes01 for <inttypes.h> methodsVaibhav Gupta2019-06-191-0/+7
|
* Makefile.am: Add psxhdrs/termios files to buildJoel Sherrill2019-05-071-12/+12
|
* psxhdrs: Add POSIX API Signature Compliance Tests for termios.hJacob Shin2019-05-071-0/+11
|
* build: Do not install test programsSebastian Huber2019-01-301-3/+1
|
* psxhdrs: Add POSIX API Signature Compliance Tests for errno.hJacob Shin2019-01-081-0/+1
|
* psxhdrs: Add POSIX API Signature Compliance Tests for sys/msg.h (GCI 2018)Jacob Shin2018-12-131-0/+4
|
* psxhdrs: Add POSIX API Signature Compliance Tests for sys/select.h (GCI 2018)Jacob Shin2018-12-131-1/+7
| | | | The Google Code-In finished before I could submit this, so I thought I would submit this instead of letting it go to waste.
* psxhdrs: Add POSIX Signature Compliance Test for sys/shm.h (GCI 2018)ABR290B2018-12-131-0/+4
|
* POSIX Signature Compliance Test for utmpx.h (GCI2018)ABR290B2018-12-131-0/+6
|
* POSIX Signature Compliance Test for sys/statvfs.h (GCI 2018)ABR290B2018-12-131-0/+2
|
* psxhdrs: Add POSIX API Signature Compliance Tests for net/if.hJacob Shin2018-12-121-0/+4
|
* psxhdrs: POSIX API Signature Compliance Test for setjmp.h (GCI2018)ABR290B2018-12-111-1/+5
|
* psxhdrs: Implement POSIX API Signature Compliance Tests for poll.h (GCI 2018)Marçal Comajoan Cara2018-12-111-0/+1
| | | | | | | poll.h implements poll() which is not supported by RTEMS according to the RTEMS POSIX 1003.1 Compliance Guide. See #3657. This work was part of GCI 2018.
* psxhdrs: Add POSIX Compliance Tests for wordexp.h (GCI 2018)Pritish Jain2018-12-111-0/+2
|
* psxhdrs: Add POSIX API Signature Compliance Tests for pwd.h (GCI 2018)Himanshu402018-12-101-0/+7
|
* psxtests/Makefile.am: Add fcntl methods missed in previous commitJoel Sherrill2018-12-101-0/+6
|
* psxtests/Makefile.am: Correct spacingJoel Sherrill2018-12-101-39/+39
|
* psxhdrs: Add POSIX API Signature Compliance Tests for sys/resource.h (GCI 2018)Jacob Shin2018-12-101-1/+6
|
* psxhdrs: Implement POSIX API Signature Compliance Tests for sys/times.h (GCI ↵Marçal Comajoan Cara2018-12-091-1/+2
| | | | 2018)
* psxhdrs: Add POSIX Conformance Test for sys/ipc.h (GCI 2018)Shashvat Jain2018-12-091-1/+1
| | | | | | | Test for this file has been added but are disabled due to the absence of header file sys/ipc.h. see Ticket #3650
* psxhdrs: Add POSIX API Signature Compliance Tests for sys/stat.h (GCI 2018)Jacob Shin2018-12-091-6/+22
|
* psxhdrs: Added POSIX API Signature Compliance Tests for threads.h (GCI 2018)Himanshu402018-12-091-0/+25
|
* psxhdrs: Add POSIX API Signature Compliance Tests for stdlib.h (GCI 2018)Jacob Shin2018-12-091-2/+68
|
* psxhdrs: POSIX Signature Test for syslog.h (GCI2018)ABR290B2018-12-081-0/+4
|
* psxhdrs: added POSIX API Signature Compliance Tests for libgen.h (GCI 2018)Himanshu402018-12-081-1/+3
|
* psxhdrs: Added POSIX Compliance Test for wchar.h (GCI 2018)zehata2018-12-081-1/+83
|
* Implement POSIX API Signature Compliance Tests for stddef.h (GCI 2018)Marçal Comajoan Cara2018-12-081-0/+1
|
* POSIX Signature Test for arpa/inet.h (GCI2018)ABR290B2018-12-081-1/+5
|
* psxhdrs: POSIX API Signature Compliance Tests for netdb.h (GCI 2018)Himanshu402018-12-071-1/+24
|
* Implement POSIX API Signature Compliance Tests for uchar.hMarçal Comajoan Cara2018-12-071-0/+4
| | | | | | | This header file is C11 and not currently supported by RTEMS. See #3643. This work was part of GCI 2018.
* psxtests/Makefile.am: Fix ticket number for ucontext.hJoel Sherrill2018-12-061-4/+4
|
* psxhdrs: Add POSIX API Signature Compliance Tests for ucontext.h (GCI 2018)Jacob Shin2018-12-061-1/+5
|
* Implement POSIX API Signature Compliance Tests for inttypes.hMarçal Comajoan Cara2018-12-061-1/+8
| | | | This work was part of GCI 2018
* psxhdrs:Add POSIX Conformance Test for fmtmsg.h (GCI 2018)Shashvat Jain2018-12-061-2/+1
|
* psxhdrs:Add POSIX Conformance Test for fmtmsg.h (GCI 2018)Shashvat Jain2018-12-061-1/+3
| | | | | | | Includes test fmtmsg which has been disabled due to the absence of header file fmtmsg.h . Updates #3639
* psxhdrs: Add POSIX API Signature Compliance Tests for string.h (GCI 2018)Himanshu402018-12-061-0/+34
|
* Added POSIX Compliance Test for <ctype.h> (GCI 2018)zehata2018-12-061-0/+31
|
* psxhdrs: Add POSIX Conformance Tests for math.h (GCI 2018)Shashvat Jain2018-12-061-0/+192
| | | | | | | | | Includes API tests for y0l, y1l, and ynl which are in glibc but not in POSIX or newlib. They are disabled until further investigation as to compatibility requirements are determined per the referenced ticket. Updates #3638.
* POSIX Signature Test for fenv.h (GCI 2018)ABR290B2018-12-061-6/+16
| | | | Updates #2971.
* psxhdrs: Add POSIX API Signature Compliance Tests for wctype.h (GCI 2018)Jacob Shin2018-12-061-1/+35
|