summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-06psxhdrs: Add POSIX API Signature Compliance Tests for ucontext.h (GCI 2018)Jacob Shin4-0/+192
2018-12-06Implement POSIX API Signature Compliance Tests for inttypes.hMarçal Comajoan Cara6-0/+235
This work was part of GCI 2018
2018-12-06psxhdrs:Add POSIX Conformance Test for fmtmsg.h (GCI 2018)Shashvat Jain1-17/+24
2018-12-06psxhdrs:Add POSIX Conformance Test for fmtmsg.h (GCI 2018)Shashvat Jain1-0/+39
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)Himanshu4034-0/+1332
2018-12-06Added POSIX Compliance Test for <ctype.h> (GCI 2018)zehata30-0/+1096
2018-12-06psxhdrs: Add POSIX Conformance Tests for math.h (GCI 2018)Shashvat Jain193-0/+7305
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)ABR290B11-0/+375
Updates #2971.
2018-12-06psxhdrs: Add POSIX API Signature Compliance Tests for wctype.h (GCI 2018)Jacob Shin36-0/+1341
2018-12-05POSIX Compliance Signature Test for glob.h (GCI 2018)ABR290B2-0/+79
2018-12-05Added POSIX Compliance Test for complex.h, and adding lines to define CYGWIN ↵zehata66-0/+2528
until complex.h is fixed (Ticket 3635) . (GCI 2018)
2018-12-05psxhdrs: Add POSIX API Signature Compliance Tests for ftw.h (GCI 2018)Jacob Shin2-0/+91
2018-12-05psxhdrs: Fix spacingJoel Sherrill34-1070/+1070
2018-12-05psxhdrs/strings/strncasecmp_l.c: Fix warningJoel Sherrill1-1/+3
2018-12-05psxhdrs: added POSIX API Signature Compliance Tests for stdio.h File (GCI 2018)Himanshu4071-0/+2778
2018-12-05psxhdrs: POSIX API Signature Compliance Tests for sys/utsname.h (GCI 2018)Jacob Shin1-0/+37
2018-12-05psxhdrs: POSIX API Signature Compliance Tests for assert.h (GCI 2018)Jacob Shin1-0/+35
2018-12-05psxhdrs: Fix warningsJoel Sherrill2-19/+20
2018-12-05psxhdrs: Align the code properly to left hand marginHimanshu4011-346/+310
2018-12-05psxhdrs: POSIX API Signature Compliance Tests for langinfo.h (GCI 2018)Jacob Shin2-0/+79
2018-12-04psxhdrs: Implement POSIX API Signature Compliance Tests for monetary.h (GCI ↵Jacob Shin2-0/+78
2018)
2018-12-04psxhdrs: Fix warningsJoel Sherrill4-36/+25
2018-12-04psxhdrs: POSIX API Signature Compliance Tests for ulimit.h (GCI 2018)Jacob Shin1-0/+37
2018-12-04psxhdrs: Added POSIX Compliance Test fot sys/time.h (GCI 2018)zehata5-0/+207
2018-12-04psxhdrs: Implement POSIX API Signature Compliance Tests for iconv.h (GCI 2018)Jacob Shin3-0/+117
2018-12-03psxhdrs: Implement POSIX API Signature Compliance Tests for fnmatch.h (GCI 2018)Jacob Shin1-0/+34
GCI Username: deuteriumoxide
2018-12-03psxhdrs: add POSIX API Signature Compliance Tests for regex.h (GCI 2018)Himanshu404-0/+171
2018-12-02psxhdrs:Add POSIX conformance test for utime.h (GCI 2018)Shashvat Jain1-0/+41
2018-12-02psxhdrs: add POSIX API Signature Compliance Tests for locale.h (GCI 2018)Himanshu406-0/+239
2018-12-01psxhdrs: add POSIX API Signature Compliance Tests for dlfcn.h File (GCI 2018)Himanshu404-0/+158
2018-12-01psxhdrs: add POSIX API signature tests for strings.h file (GCI 2018)Himanshu409-0/+351
2018-11-29psxtests : Add POSIX API Signature Compliance Tests for semaphore.h (GCI 2018)Himanshu4010-0/+450
2018-11-28psxtests: add POSIX API signature compliance tests for mqueue.h file (GCI 2018)Himanshu4010-0/+510
2018-11-27psxtests: add POSIX API signature compliance tests for dirent.h file (GCI 2018)Himanshu4011-0/+468
2018-11-25psxtests/psxhdrs patch (GCI 2018)ABR290B66-662/+662
2018-11-14testsuites/psxtests/psxhdrs: Fix comment so copyright block is separateJoel Sherrill140-184/+442
2018-05-02tests: Remove configure feature checksSebastian Huber4-8/+0
Update #3409.
2018-04-10testsuite/psxtests: Merged nested Makefile.am files into one Makefile.amChris Johns1-182/+0
This change is part of the testsuite Makefile.am reorganization. Update #3382
2018-01-29Avoid Newlib-specific _EXFUN()Sebastian Huber1-5/+1
2017-01-13posix: move sys/mman.h to newlib and test it in psxhdrsGedare Bloom12-0/+322
2017-01-11Add support for posix_devctl()Joel Sherrill2-0/+40
2016-07-25posix: add clock_nanosleep and testsGedare Bloom2-0/+36
updates #2732
2016-06-28libcsupport: Add dummy for setgroups().Christian Mauderer2-0/+34
The dummy for setgroups() allows applications using it to build (for example civetweb webserver).
2016-04-14Add pthread_getconcurrency() and pthread_setconcurrency()Joel Sherrill3-0/+73
This is the very simple implementation specified by the Open Group for implementations with 1:1 kernel thread to user thread mappings. http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getconcurrency.html updates #2680.
2016-01-19psxtests: Fix link-time errorsSebastian Huber3-79/+0
Fix link-time errors introduced by e39cdb875ce7458787b0be173f2f7893a774a673. Update #2531.
2015-02-12psxhdrs: Reorganize into subdirectories per .h file and rename filesJoel Sherrill142-454/+136
This is a better organization and makes it clearer which file is testing which method from which header file.
2015-02-12psxhdrs: Remove test of pthread_attr_[gs]et_cputimeJoel Sherrill3-84/+1
These methods are no longer in the tree and the API tests should have been removed. closes 1981
2015-02-12psxhdrs: Add tests for <sys/socket.h> API complianceJoel Sherrill18-0/+616
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns143-143/+143
2013-07-05psxtests/psxhdrs: Fix cleanup push/pop testSebastian Huber3-29/+3
The pthread_cleanup_push() and pthread_cleanup_pop() statements must appear as a pair in the same lexical scope as required by POSIX.