summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* psxhdrs: Add POSIX API Signature Compliance Tests for ucontext.h (GCI 2018)Jacob Shin2018-12-064-0/+192
|
* Implement POSIX API Signature Compliance Tests for inttypes.hMarçal Comajoan Cara2018-12-066-0/+235
| | | | This work was part of GCI 2018
* psxhdrs:Add POSIX Conformance Test for fmtmsg.h (GCI 2018)Shashvat Jain2018-12-061-17/+24
|
* psxhdrs:Add POSIX Conformance Test for fmtmsg.h (GCI 2018)Shashvat Jain2018-12-061-0/+39
| | | | | | | 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-0634-0/+1332
|
* Added POSIX Compliance Test for <ctype.h> (GCI 2018)zehata2018-12-0630-0/+1096
|
* psxhdrs: Add POSIX Conformance Tests for math.h (GCI 2018)Shashvat Jain2018-12-06193-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.
* POSIX Signature Test for fenv.h (GCI 2018)ABR290B2018-12-0611-0/+375
| | | | Updates #2971.
* psxhdrs: Add POSIX API Signature Compliance Tests for wctype.h (GCI 2018)Jacob Shin2018-12-0636-0/+1341
|
* POSIX Compliance Signature Test for glob.h (GCI 2018)ABR290B2018-12-052-0/+79
|
* Added POSIX Compliance Test for complex.h, and adding lines to define CYGWIN ↵zehata2018-12-0566-0/+2528
| | | | until complex.h is fixed (Ticket 3635) . (GCI 2018)
* psxhdrs: Add POSIX API Signature Compliance Tests for ftw.h (GCI 2018)Jacob Shin2018-12-052-0/+91
|
* psxhdrs: Fix spacingJoel Sherrill2018-12-0534-1070/+1070
|
* psxhdrs/strings/strncasecmp_l.c: Fix warningJoel Sherrill2018-12-051-1/+3
|
* psxhdrs: added POSIX API Signature Compliance Tests for stdio.h File (GCI 2018)Himanshu402018-12-0571-0/+2778
|
* psxhdrs: POSIX API Signature Compliance Tests for sys/utsname.h (GCI 2018)Jacob Shin2018-12-051-0/+37
|
* psxhdrs: POSIX API Signature Compliance Tests for assert.h (GCI 2018)Jacob Shin2018-12-051-0/+35
|
* psxhdrs: Fix warningsJoel Sherrill2018-12-052-19/+20
|
* psxhdrs: Align the code properly to left hand marginHimanshu402018-12-0511-346/+310
|
* psxhdrs: POSIX API Signature Compliance Tests for langinfo.h (GCI 2018)Jacob Shin2018-12-052-0/+79
|
* psxhdrs: Implement POSIX API Signature Compliance Tests for monetary.h (GCI ↵Jacob Shin2018-12-042-0/+78
| | | | 2018)
* psxhdrs: Fix warningsJoel Sherrill2018-12-044-36/+25
|
* psxhdrs: POSIX API Signature Compliance Tests for ulimit.h (GCI 2018)Jacob Shin2018-12-041-0/+37
|
* psxhdrs: Added POSIX Compliance Test fot sys/time.h (GCI 2018)zehata2018-12-045-0/+207
|
* psxhdrs: Implement POSIX API Signature Compliance Tests for iconv.h (GCI 2018)Jacob Shin2018-12-043-0/+117
|
* psxhdrs: Implement POSIX API Signature Compliance Tests for fnmatch.h (GCI 2018)Jacob Shin2018-12-031-0/+34
| | | | GCI Username: deuteriumoxide
* psxhdrs: add POSIX API Signature Compliance Tests for regex.h (GCI 2018)Himanshu402018-12-034-0/+171
|
* psxhdrs:Add POSIX conformance test for utime.h (GCI 2018)Shashvat Jain2018-12-021-0/+41
|
* psxhdrs: add POSIX API Signature Compliance Tests for locale.h (GCI 2018)Himanshu402018-12-026-0/+239
|
* psxhdrs: add POSIX API Signature Compliance Tests for dlfcn.h File (GCI 2018)Himanshu402018-12-014-0/+158
|
* psxhdrs: add POSIX API signature tests for strings.h file (GCI 2018)Himanshu402018-12-019-0/+351
|
* psxtests : Add POSIX API Signature Compliance Tests for semaphore.h (GCI 2018)Himanshu402018-11-2910-0/+450
|
* psxtests: add POSIX API signature compliance tests for mqueue.h file (GCI 2018)Himanshu402018-11-2810-0/+510
|
* psxtests: add POSIX API signature compliance tests for dirent.h file (GCI 2018)Himanshu402018-11-2711-0/+468
|
* psxtests/psxhdrs patch (GCI 2018)ABR290B2018-11-2566-662/+662
|
* testsuites/psxtests/psxhdrs: Fix comment so copyright block is separateJoel Sherrill2018-11-14140-184/+442
|
* tests: Remove configure feature checksSebastian Huber2018-05-024-8/+0
| | | | Update #3409.
* testsuite/psxtests: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-101-182/+0
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* Avoid Newlib-specific _EXFUN()Sebastian Huber2018-01-291-5/+1
|
* posix: move sys/mman.h to newlib and test it in psxhdrsGedare Bloom2017-01-1312-0/+322
|
* Add support for posix_devctl()Joel Sherrill2017-01-112-0/+40
|
* posix: add clock_nanosleep and testsGedare Bloom2016-07-252-0/+36
| | | | updates #2732
* libcsupport: Add dummy for setgroups().Christian Mauderer2016-06-282-0/+34
| | | | | The dummy for setgroups() allows applications using it to build (for example civetweb webserver).
* Add pthread_getconcurrency() and pthread_setconcurrency()Joel Sherrill2016-04-143-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.
* psxtests: Fix link-time errorsSebastian Huber2016-01-193-79/+0
| | | | | | | Fix link-time errors introduced by e39cdb875ce7458787b0be173f2f7893a774a673. Update #2531.
* psxhdrs: Reorganize into subdirectories per .h file and rename filesJoel Sherrill2015-02-12142-454/+136
| | | | | This is a better organization and makes it clearer which file is testing which method from which header file.
* psxhdrs: Remove test of pthread_attr_[gs]et_cputimeJoel Sherrill2015-02-123-84/+1
| | | | | | | These methods are no longer in the tree and the API tests should have been removed. closes 1981
* psxhdrs: Add tests for <sys/socket.h> API complianceJoel Sherrill2015-02-1218-0/+616
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-21143-143/+143
|
* psxtests/psxhdrs: Fix cleanup push/pop testSebastian Huber2013-07-053-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.