summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxgetattrnp01 (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-02Move feature macro before "config.h" includeSebastian Huber1-1/+2
This allows to use header includes in "config.h" to reduce the build configuration checks. Update #3818.
2018-05-02tests: Remove configure feature checksSebastian Huber1-19/+2
Update #3409.
2018-04-10testsuite/psxtests: Merged nested Makefile.am files into one Makefile.amChris Johns1-23/+0
This change is part of the testsuite Makefile.am reorganization. Update #3382
2017-11-06tests: Use simple console driverSebastian Huber1-1/+1
Update #3170. Update #3199.
2017-10-28tests: Remove TEST_INITSebastian Huber1-2/+0
The TEST_EXTERN is a used only by the system.h style tests and they use CONFIGURE_INIT appropriately. Update #3170. Update #3199.
2017-10-23testsuite: Use printk for all test output where possible.Chris Johns1-0/+2
- Remove the printf support leaving the direct printk support configured with TESTS_USE_PRINTK and all other output goes via a buffered vsniprintf call to printk. - Control the test's single init for functions and global data with TEST_INIT and not CONFIGURE_INIT. They are now separate. Updates #3170.
2017-10-17posix: Remove POSIX_API_Control::schedparamSebastian Huber1-5/+1
Move sporadic server scheduler parameters to POSIX_API_Control::Sporadic. Remove redundant scheduler priority parameter. Update #2514.
2017-10-10posix: Constify default thread processor affinitySebastian Huber2-0/+8
Set default thread processor affinity to all processors of the pre-allocated set. This allows to constify the _POSIX_Threads_Default_attributes. Update #2514.
2017-10-10posix: Simplify pthread_attr_setstack()Sebastian Huber1-1/+4
Simplify * pthread_attr_setstack(), and * pthread_attr_setstacksize(). Update #2514.
2017-10-09posix: Remove rtems_pthread_attribute_compare()Sebastian Huber1-1/+67
Update #2514. Close #3174.
2017-10-09posix: Simplify POSIX_API_ControlSebastian Huber2-2/+40
Return stack area via pthread_getattr_np(). Simplify * pthread_attr_setaffinity_np(), and * pthread_attr_getaffinity_np() and let the scheduler do the more sophisticated error checks. Make * pthread_setaffinity_np(), * pthread_getaffinity_np(), * pthread_attr_setaffinity_np(), and * pthread_attr_getaffinity_np() available in all configurations. Update #2514. Close #3145. Close #3168.
2014-03-25tests/psxtests: Use <rtems/test.h>Sebastian Huber1-4/+6
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns2-2/+2
2014-03-07Remove trailing whitespace in previous patchesJennifer Averett2-10/+10
2014-03-07psxtests: Added test for pthread_getattr_np().Jennifer Averett4-0/+259