summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sp09: Remove region test referencesJoel Sherrill2013-12-305-56/+10
|
* spregion_err01: Remove unneeded fluff copied from sp09Joel Sherrill2013-12-3013-1135/+448
| | | | | The goal is to shrink the individual tests to have no unneeded resources and to follow the structure of a normal test.
* spregion_err01: New test refactored from sp09Mandar Juvekar2013-12-3017-6/+826
|
* Test suite documentations corrections and fixes.Toma Radu2013-12-285-43/+47
| | | | Correct the sp02.doc, sp05.doc, sp06.doc, sp07.doc, sp08.doc files.
* psx03: Add doc fileRishi Sharma2013-12-261-0/+27
|
* utf8proc1/spedgsched01: minor fixes in test document filesMandar Juvekar2013-12-252-23/+33
|
* psxtests/psx14: Add doc fileMandar Juvekar2013-12-241-0/+28
|
* sptests: refactor sp09/screen13 into a new test spclock_err02Chirayu Desai2013-12-2410-34/+88
|
* cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns2013-12-242-0/+4
| | | | | | Add Timestamp support in the score to return a timestamp in nanoseconds. Add a test. Update the RTEMS API documentation.
* psxtests/psxfatal01: add doc fileMandar Juvekar2013-12-201-0/+18
|
* libcsupport: Accept NULL for zero-length entriesSebastian Huber2013-12-201-2/+2
|
* Filesystem: Add readv/writev handlersSebastian Huber2013-12-201-2/+47
| | | | | | | | | The readv() and writev() support was implemented in terms of multiple calls to the read and write handlers. This imposes a problem on device files which use an IO vector as single request entity. For example a low-level network device (e.g. BPF(4)) may use an IO vector to create one frame from multiple protocol layers each with its own IO vector entry.
* libcsupport: Add and use rtems_libio_iovec_eval()Sebastian Huber2013-12-202-6/+35
|
* sptests/spcpuset*: Add tests for fixed size cpu_set_t operations.Jennifer Averett2013-12-198-0/+4411
| | | | | | This adds five tests for <sys/cpuset.h>. It does not include tests for CPU_XXX_S methods. The autotools should be able to avoid enabling the tests unless the toolset has <sys/cpuset.h>.
* psxtests: add psxcleanup/psxcleanup.docAnukul Sangwan2013-12-181-0/+18
|
* psxtests/configure.ac: Probe for SMP affinity methodsJoel Sherrill2013-12-131-0/+21
|
* sptests: refactored sp09/screen14.c into two new testsDaniel Ramirez2013-12-1117-419/+618
|
* sptests/spfifo01: Add test case for mknod()Sebastian Huber2013-12-111-5/+8
|
* PR2160: imfs: Use ENOSYS for unsupported nodesSebastian Huber2013-12-111-15/+4
| | | | | Return an error status with errno set to ENOSYS during node creation for nodes not available in the current configuration.
* psxsignal06: Fix bug where mutex not locked and add EPERM error checkJoel Sherrill2013-12-101-1/+4
| | | | | | | This test formerly had a bug in that it attempted to wait on a condition variable with a Mutex that was not locked. This is undefined by POSIX. But a recent change to match GNU/Linux behavior resulted in finding a bug in the test.
* psxtmcond01: Fix bug where mutex not locked and add EPERM error checkJoel Sherrill2013-12-103-4/+20
| | | | | | | This test formerly had a bug in that it attempted to wait on a condition variable with a Mutex that was not locked. This is undefined by POSIX. But a recent change to match GNU/Linux behavior resulted in finding a bug in the test.
* psxtmtests: added psxtmcond07 testDaniel Ramirez2013-12-096-1/+183
|
* 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.