summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/math (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-05psxtests: Fix math function build warningsStephen Clark60-0/+231
Added conditionals to ensure that long double function tests were only built when newlib has long double math functions.
2019-12-02Move feature macro before "config.h" includeSebastian Huber3-3/+6
This allows to use header includes in "config.h" to reduce the build configuration checks. Update #3818.
2019-02-12psxtests: Remove bogus fileSebastian Huber1-38/+0
This file is unused and makes trouble on Windows. Updates #3638.
2018-12-13psxhdrs: Changed the Copyright license to BSD-2-Clause .Pritish Jain192-2900/+5012
The Copyright clause has been changed to BSD-2-Clause for all the tests in the header files math.h , utime.h , fmtmsg.h and sys/ipc.h .
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.