summaryrefslogtreecommitdiff
path: root/testsuites/psxtests/Makefile.am (follow)
AgeCommit message (Collapse)Author
2019-11-12sptests: Avoid include path magicSebastian Huber
Update #3818.
2019-11-12tests: Simplify fatal error test supportSebastian Huber
Move system.h to shared init.c. Update #3818.
2019-11-12psxtests: Avoid build system defined definesSebastian Huber
Update #3818.
2019-09-24Correct initial POSIX signals maskJoel Sherrill
+ 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 Gupta
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 Gupta
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 Gupta
2019-05-07Makefile.am: Add psxhdrs/termios files to buildJoel Sherrill
2019-05-07psxhdrs: Add POSIX API Signature Compliance Tests for termios.hJacob Shin
2019-01-30build: Do not install test programsSebastian Huber
2019-01-08psxhdrs: Add POSIX API Signature Compliance Tests for errno.hJacob Shin
2018-12-13psxhdrs: Add POSIX API Signature Compliance Tests for sys/msg.h (GCI 2018)Jacob Shin
2018-12-13psxhdrs: Add POSIX API Signature Compliance Tests for sys/select.h (GCI 2018)Jacob Shin
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)ABR290B
2018-12-13POSIX Signature Compliance Test for utmpx.h (GCI2018)ABR290B
2018-12-13POSIX Signature Compliance Test for sys/statvfs.h (GCI 2018)ABR290B
2018-12-12psxhdrs: Add POSIX API Signature Compliance Tests for net/if.hJacob Shin
2018-12-11psxhdrs: POSIX API Signature Compliance Test for setjmp.h (GCI2018)ABR290B
2018-12-11psxhdrs: Implement POSIX API Signature Compliance Tests for poll.h (GCI 2018)Marçal Comajoan Cara
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 Jain
2018-12-10psxhdrs: Add POSIX API Signature Compliance Tests for pwd.h (GCI 2018)Himanshu40
2018-12-10psxtests/Makefile.am: Add fcntl methods missed in previous commitJoel Sherrill
2018-12-10psxtests/Makefile.am: Correct spacingJoel Sherrill
2018-12-10psxhdrs: Add POSIX API Signature Compliance Tests for sys/resource.h (GCI 2018)Jacob Shin
2018-12-09psxhdrs: Implement POSIX API Signature Compliance Tests for sys/times.h (GCI ↵Marçal Comajoan Cara
2018)
2018-12-09psxhdrs: Add POSIX Conformance Test for sys/ipc.h (GCI 2018)Shashvat Jain
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 Shin
2018-12-09psxhdrs: Added POSIX API Signature Compliance Tests for threads.h (GCI 2018)Himanshu40
2018-12-09psxhdrs: Add POSIX API Signature Compliance Tests for stdlib.h (GCI 2018)Jacob Shin
2018-12-08psxhdrs: POSIX Signature Test for syslog.h (GCI2018)ABR290B
2018-12-08psxhdrs: added POSIX API Signature Compliance Tests for libgen.h (GCI 2018)Himanshu40
2018-12-08psxhdrs: Added POSIX Compliance Test for wchar.h (GCI 2018)zehata
2018-12-08Implement POSIX API Signature Compliance Tests for stddef.h (GCI 2018)Marçal Comajoan Cara
2018-12-08POSIX Signature Test for arpa/inet.h (GCI2018)ABR290B
2018-12-07psxhdrs: POSIX API Signature Compliance Tests for netdb.h (GCI 2018)Himanshu40
2018-12-07Implement POSIX API Signature Compliance Tests for uchar.hMarçal Comajoan Cara
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 Sherrill
2018-12-06psxhdrs: Add POSIX API Signature Compliance Tests for ucontext.h (GCI 2018)Jacob Shin
2018-12-06Implement POSIX API Signature Compliance Tests for inttypes.hMarçal Comajoan Cara
This work was part of GCI 2018
2018-12-06psxhdrs:Add POSIX Conformance Test for fmtmsg.h (GCI 2018)Shashvat Jain
2018-12-06psxhdrs:Add POSIX Conformance Test for fmtmsg.h (GCI 2018)Shashvat Jain
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)Himanshu40
2018-12-06Added POSIX Compliance Test for <ctype.h> (GCI 2018)zehata
2018-12-06psxhdrs: Add POSIX Conformance Tests for math.h (GCI 2018)Shashvat Jain
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)ABR290B
Updates #2971.
2018-12-06psxhdrs: Add POSIX API Signature Compliance Tests for wctype.h (GCI 2018)Jacob Shin
2018-12-05POSIX Compliance Signature Test for glob.h (GCI 2018)ABR290B
2018-12-05Added POSIX Compliance Test for complex.h, and adding lines to define CYGWIN ↵zehata
until complex.h is fixed (Ticket 3635) . (GCI 2018)
2018-12-05psxhdrs: Add POSIX API Signature Compliance Tests for ftw.h (GCI 2018)Jacob Shin
2018-12-05psxhdrs: added POSIX API Signature Compliance Tests for stdio.h File (GCI 2018)Himanshu40