summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spcxx01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtest: Change expected pass state stringSebastian Huber2019-12-051-1/+1
| | | | Use separator character '_' for all test states.
* score: Avoid some deadlocks in _Once()Sebastian Huber2019-02-182-3/+20
| | | | | | | | Recursive usage of the same pthread_once_t results now in a deadlock. Previously, an error of EINVAL was returned. This usage scenario is invalid according to the POSIX pthread_once() specification. Close #3334.
* spcxx01: Add test caseSebastian Huber2018-12-211-0/+10
|
* Add aligned_alloc() and memalign()Sebastian Huber2018-12-213-0/+86
Ensure that the C++17 aligned new operator works. Close #3666.