summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tmtests: refactored timesys.h, removed declarationsDaniel Ramirez2013-12-0911-3/+21
|
* tmtests_plan.csv: New planning fileJoel Sherrill2013-12-071-0/+158
|
* tmoverhd/testtask.c: Fix output to be consistentJoel Sherrill2013-12-071-71/+71
|
* tmoverhd/empty.c: formattingJoel Sherrill2013-12-071-2/+1
|
* tm19: Clean up outputJoel Sherrill2013-12-071-2/+2
|
* psxtmtests_plan.csv: Update messagesJoel Sherrill2013-12-071-120/+120
|
* timesys.h: Benchmark output now includes a dash for easier parsingJoel Sherrill2013-12-071-6/+10
|
* psxtmtests: Make output more uniformJoel Sherrill2013-12-0743-125/+125
|
* tmtests: Make output more uniformJoel Sherrill2013-12-0729-134/+136
|
* sppagesize: fix copyrightGedare Bloom2013-12-062-7/+5
|
* sptests: add a test for page sizeChirayu Desai2013-12-066-2/+89
| | | | Bug: https://www.rtems.org/bugzilla/show_bug.cgi?id=1216
* sptest: sp2038: Add a test for leap yearChirayu Desai2013-12-051-0/+32
| | | | Bug test case for PR 1422
* Update to Mongoose 3.9 at the last point before the MIT -> GPL license changeNick Withers2013-12-041-25/+21
| | | | | | | | | | | | | | | | | | | | [That is, https://github.com/cesanta/mongoose/commit/04fc209644b414d915c446bb1815b55e9fe63acc. See https://groups.google.com/forum/#!topic/mongoose-users/aafbOnHonkI] The RTEMS patches described in the following emails and made to the previous Mongoose base have been applied: - http://www.rtems.org/pipermail/rtems-devel/2012-July/001345.html - http://www.rtems.org/pipermail/rtems-devel/2012-July/001343.html - http://www.rtems.org/pipermail/rtems-devel/2012-July/001346.html (except to mongoose.1, see below) ...as well as a patch very similar to that discussed at http://forums.bannister.org/ubbthreads.php?ubb=showflat&topic=7600&gonew=1 to provide poll() (which might be able to go away soon, with incoming RTEMS poll() support) mg_connect(), mg_url_encode() and mg_vprintf() were additionally marked "static" to silence warnings. mongoose.1 appears to have been removed from the upstream distribution. Note that the API's changed, for example: - A struct mg_callbacks must now be provided to mg_start(). Initialise members to NULL to disable various types of callbacks - Callback interfaces have changed significantly in general - The short form of options (e.g., "u" instead of "run_as_user") are no longer available (upstream) - The "max_request_size" options has been removed
* psxtmtests: added new psxtmthread04 testDaniel Ramirez2013-12-026-2/+153
|
* posix: Use cleanup contexts on the stackSebastian Huber2013-12-021-7/+0
| | | | | | | | | | Provide support for latest Newlib <pthread.h> change. The cleanup contexts are stored on the thread stack. This is conformant with the POSIX requirements for the pthread_cleanup_push() and pthread_cleanup_pop() statement pair. Passing an invalid pointer as the routine to pthread_cleanup_push() is now a usage error and the behaviour is undefined.
* pstmtests_plan.csv: Update to reflect psxtmcond 09 and 10 exitDaniel Ramirez2013-12-011-2/+2
|
* psxtmtests: added psxtmcond06 testDaniel Ramirez2013-12-016-1/+187
|
* psxtmtests: added new psxtmcond04 test, fixed psxtmcond03Daniel Ramirez2013-11-307-8/+179
|
* psx07.doc: New fileAnnelies Odermann2013-11-302-1/+77
|
* psxtmbarrier04/init.c: Fix warningsJoel Sherrill2013-11-301-0/+3
|
* psxtmthread02/init.c: Fix warningsJoel Sherrill2013-11-301-4/+12
|
* fixed psxtmthread02 test, updated .csv to be in sync and added test .docsDaniel Ramirez2013-11-309-41/+126
|
* psxtmtests_plan.csv: Replace comma with colonJoel Sherrill2013-11-301-8/+8
| | | | This makes it easier for scripts to parse correctly.
* psxtmtests: Added in new psxtmbarrier04 test, release, preemptDaniel Ramirez2013-11-306-1/+148
|
* psxtests: add documentation for psx05Chirayu Desai2013-11-292-1/+39
|
* psxtmtests_plan.csv: Avoid comma in descriptionsJoel Sherrill2013-11-281-20/+21
|
* psxtmthread05: delete spurious .cvsignore fileGedare Bloom2013-11-271-2/+0
|
* psxtmtests: copy psxtmthread05 to psxtmthread06, fix psxtmthread05Daniel Ramirez2013-11-279-11/+162
| | | | | | The psxtmthread05 test was testing the functionality meant for psxtmthread06. This patch copies the psxtmthread05 to psxtmthread06 and modifies psxtmthread05 to test the intended functionality.
* psxtmtests_plan.csv: Add explicit No statusJoel Sherrill2013-11-271-30/+30
|
* Indicate that test psxtmthread05 has been implementedChirayu Desai2013-11-271-1/+1
| | | | | | * update psxtmtests_plan.csv to reflect that the test has been implemented. * Test implemented in db08c3897f86f99d5a4259506d4463b0ec440762
* psxtests: Add test document file to psx06.Steven Kou2013-11-271-0/+34
|
* psxtmtests: Add psxtmthread05 for pthread_setschedparamChirayu Desai2013-11-275-0/+153
| | | | | | New test psxtmthread 05 uses two tasks and times lowering the priority of one task plus the preemption and context switch to the other task.
* psxtests: Add test document file to psx09.Steven Kou2013-11-251-0/+25
|
* psxtests: Add test document file to psx08.Steven Kou2013-11-251-0/+28
|
* psxtests: add psx01/psx01.docAnnelies Odermann2013-11-221-0/+36
|
* score/rbtree: Remove "unprotected" from APISebastian Huber2013-11-212-65/+65
|
* score/rbtree: Delete protected operationsSebastian Huber2013-11-211-64/+64
| | | | | The user of the red-black tree container must now ensure that at most one thread at once can access an instance.
* Misc tests: Fix scn files and adjust outputJoel Sherrill2013-11-185-23/+107
|
* libtests/malloctest: Fix heap extend test caseSebastian Huber2013-11-181-1/+1
|
* testsuites: Add missing .scn filesJoel Sherrill2013-11-1546-22/+1183
|
* Rename imfs_fspathenval.scn to imfs_fspatheval.scnJoel Sherrill2013-11-152-2/+1
|
* fsdosfsname01: Improve test for duplicate namesRalf Kirchner2013-11-151-1/+9
|
* smptests/smp06: Delete testSebastian Huber2013-11-116-187/+0
| | | | | | | This test referred to the first version of the simple SMP scheduler which used the thread execution time for its scheduling decisions. For the current simple SMP scheduler, the execution time of threads is irrelevant (like in the corresponding single-processor variant).
* fsdosfsformat01: Add test for re-mount of a filesystemRalf Kirchner2013-10-181-0/+11
|
* libtests/flashdisk01: Include missing header fileSebastian Huber2013-10-161-0/+1
|
* rename smpatomic08 to smpatomic01WeiY2013-10-087-26/+32
|
* delete smpatomic0-7 test casesWeiY2013-10-0844-1938/+0
|
* add simple atomic test cases into smpatomic08WeiY2013-10-081-0/+108
|
* JFFS2: New testsSebastian Huber2013-09-1911-0/+411
|
* libtests/termios04: Avoid NULL pointer accessSebastian Huber2013-09-171-3/+6
|