summaryrefslogtreecommitdiff
path: root/testsuites/fstests/jffs2_support (follow)
AgeCommit message (Collapse)Author
2020-02-25libio: Add POSIX user environment pointer to TCBSebastian Huber
The IO library used a POSIX key to store an optional POSIX user environment pointer. This pulled in the POSIX keys support in every application configuration. Add a user environment pointer to the thread control block (TCB) instead. Applications which do not need the POSIX user environment will just get an overhead of one pointer per thread. Close #3882.
2019-12-19config: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORSSebastian Huber
Rename CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS into CONFIGURE_MAXIMUM_FILE_DESCRIPTORS. Update #3753.
2019-11-12fstests: Use tmacros.h instead of pmacros.hSebastian Huber
This avoids an extra include path. Update #3818.
2017-11-06tests: Use simple console driverSebastian Huber
Update #3170. Update #3199.
2017-10-28tests: Remove TEST_INITSebastian Huber
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 Johns
- 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-07-18tests: Use floating point taskSebastian Huber
These tests directly or indirectly use fprintf(), etc. which may use the floating point unit. Update #3076.
2014-12-16Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber
This define was superfluous, undocumented and used inconsistently.
2014-03-27privateenv: Use POSIX keys instead of task variables.Christian Mauderer
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2014-03-17tests/fstests: Use <rtems/test.h>Sebastian Huber
2013-09-19JFFS2: New testsSebastian Huber