summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-21build: Remove old build systemSebastian Huber1-1991/+0
Close #3250. Close #4081.
2021-08-18confstr() support for RTEMSEshan dhawan1-0/+9
Closes #3373 confstr() style update Signed-off-by: Eshan Dhawan <eshandhawan51@gmail.com>
2021-03-11Test suite for FTW.H methodsEshan dhawan1-0/+26
Signed-off-by: Eshan Dhawan <eshandhawan51@gmail.com>
2020-07-23psxintrcritical01: Use T_interrupt_test()Sebastian Huber1-2/+1
2019-11-12sptests: Avoid include path magicSebastian Huber1-6/+4
Update #3818.
2019-11-12tests: Simplify fatal error test supportSebastian Huber1-2/+2
Move system.h to shared init.c. Update #3818.
2019-11-12psxtests: Avoid build system defined definesSebastian Huber1-5/+3
Update #3818.
2019-09-24Correct initial POSIX signals maskJoel Sherrill1-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.
2019-09-10Add psxfenv01 test to psxtestsVaibhav Gupta1-0/+12
Note that this test requires a functional fenv implementation. Some targets have multilib variants where the fenv implementation is not 100% passing.
2019-07-30psxtests: Add ndbm test suiteVaibhav Gupta1-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.
2019-06-19psxtests: Add psxinttypes01 for <inttypes.h> methodsVaibhav Gupta1-0/+7
2019-05-07Makefile.am: Add psxhdrs/termios files to buildJoel Sherrill1-12/+12
2019-05-07psxhdrs: Add POSIX API Signature Compliance Tests for termios.hJacob Shin1-0/+11
2019-01-30build: Do not install test programsSebastian Huber1-3/+1
2019-01-08psxhdrs: Add POSIX API Signature Compliance Tests for errno.hJacob Shin1-0/+1
2018-12-13psxhdrs: Add POSIX API Signature Compliance Tests for sys/msg.h (GCI 2018)Jacob Shin1-0/+4
2018-12-13psxhdrs: Add POSIX API Signature Compliance Tests for sys/select.h (GCI 2018)Jacob Shin1-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.
2018-12-13psxhdrs: Add POSIX Signature Compliance Test for sys/shm.h (GCI 2018)ABR290B1-0/+4
2018-12-13POSIX Signature Compliance Test for utmpx.h (GCI2018)ABR290B1-0/+6
2018-12-13POSIX Signature Compliance Test for sys/statvfs.h (GCI 2018)ABR290B1-0/+2
2018-12-12psxhdrs: Add POSIX API Signature Compliance Tests for net/if.hJacob Shin1-0/+4
2018-12-11psxhdrs: POSIX API Signature Compliance Test for setjmp.h (GCI2018)ABR290B1-1/+5
2018-12-11psxhdrs: Implement POSIX API Signature Compliance Tests for poll.h (GCI 2018)Marçal Comajoan Cara1-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.
2018-12-11psxhdrs: Add POSIX Compliance Tests for wordexp.h (GCI 2018)Pritish Jain1-0/+2
2018-12-10psxhdrs: Add POSIX API Signature Compliance Tests for pwd.h (GCI 2018)Himanshu401-0/+7
2018-12-10psxtests/Makefile.am: Add fcntl methods missed in previous commitJoel Sherrill1-0/+6
2018-12-10psxtests/Makefile.am: Correct spacingJoel Sherrill1-39/+39
2018-12-10psxhdrs: Add POSIX API Signature Compliance Tests for sys/resource.h (GCI 2018)Jacob Shin1-1/+6
2018-12-09psxhdrs: Implement POSIX API Signature Compliance Tests for sys/times.h (GCI ↵Marçal Comajoan Cara1-1/+2
2018)
2018-12-09psxhdrs: Add POSIX Conformance Test for sys/ipc.h (GCI 2018)Shashvat Jain1-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
2018-12-09psxhdrs: Add POSIX API Signature Compliance Tests for sys/stat.h (GCI 2018)Jacob Shin1-6/+22
2018-12-09psxhdrs: Added POSIX API Signature Compliance Tests for threads.h (GCI 2018)Himanshu401-0/+25
2018-12-09psxhdrs: Add POSIX API Signature Compliance Tests for stdlib.h (GCI 2018)Jacob Shin1-2/+68
2018-12-08psxhdrs: POSIX Signature Test for syslog.h (GCI2018)ABR290B1-0/+4
2018-12-08psxhdrs: added POSIX API Signature Compliance Tests for libgen.h (GCI 2018)Himanshu401-1/+3
2018-12-08psxhdrs: Added POSIX Compliance Test for wchar.h (GCI 2018)zehata1-1/+83
2018-12-08Implement POSIX API Signature Compliance Tests for stddef.h (GCI 2018)Marçal Comajoan Cara1-0/+1
2018-12-08POSIX Signature Test for arpa/inet.h (GCI2018)ABR290B1-1/+5
2018-12-07psxhdrs: POSIX API Signature Compliance Tests for netdb.h (GCI 2018)Himanshu401-1/+24
2018-12-07Implement POSIX API Signature Compliance Tests for uchar.hMarçal Comajoan Cara1-0/+4
This header file is C11 and not currently supported by RTEMS. See #3643. This work was part of GCI 2018.
2018-12-06psxtests/Makefile.am: Fix ticket number for ucontext.hJoel Sherrill1-4/+4
2018-12-06psxhdrs: Add POSIX API Signature Compliance Tests for ucontext.h (GCI 2018)Jacob Shin1-1/+5
2018-12-06Implement POSIX API Signature Compliance Tests for inttypes.hMarçal Comajoan Cara1-1/+8
This work was part of GCI 2018
2018-12-06psxhdrs:Add POSIX Conformance Test for fmtmsg.h (GCI 2018)Shashvat Jain1-2/+1
2018-12-06psxhdrs:Add POSIX Conformance Test for fmtmsg.h (GCI 2018)Shashvat Jain1-1/+3
Includes test fmtmsg which has been disabled due to the absence of header file fmtmsg.h . Updates #3639
2018-12-06psxhdrs: Add POSIX API Signature Compliance Tests for string.h (GCI 2018)Himanshu401-0/+34
2018-12-06Added POSIX Compliance Test for <ctype.h> (GCI 2018)zehata1-0/+31
2018-12-06psxhdrs: Add POSIX Conformance Tests for math.h (GCI 2018)Shashvat Jain1-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.
2018-12-06POSIX Signature Test for fenv.h (GCI 2018)ABR290B1-6/+16
Updates #2971.
2018-12-06psxhdrs: Add POSIX API Signature Compliance Tests for wctype.h (GCI 2018)Jacob Shin1-1/+35