summaryrefslogtreecommitdiffstats
path: root/c/src/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New shell of a test for ITRON Mailbox Manager.Joel Sherrill1999-11-177-1/+154
|
* Fixed screen.Joel Sherrill1999-11-161-1/+1
|
* Added proper nesting level for dispatch disable check.Joel Sherrill1999-11-163-3/+3
|
* Added code so if dispatching level is specified to be -1, then noJoel Sherrill1999-11-161-1/+1
| | | | | check is performed. This is needed in some timer service routines since they are called from multiple disable levels.
* Corrected nesting level on dispatching verification.Joel Sherrill1999-11-161-1/+1
|
* Corrected disable dispatch nesting count checks.Joel Sherrill1999-11-161-7/+7
|
* Fixed typo.Joel Sherrill1999-11-161-1/+1
|
* Inserted output from the erc32 run into the output file.Jennifer Averett1999-11-161-3/+71
|
* Use miniIMFS like hello from samples.Joel Sherrill1999-11-161-0/+2
|
* Increased stack space because message buffers are on the stack.Joel Sherrill1999-11-161-0/+1
|
* Removed leading space from output.Jennifer Averett1999-11-162-4/+4
|
* Added comment indicating that dup is known to be broken.Jennifer Averett1999-11-161-1/+1
|
* Added data to the log file so it matches the real output.Jennifer Averett1999-11-161-3/+61
|
* Added comment to log file indicating that task order is notJennifer Averett1999-11-161-1/+3
| | | | critical.
* Added test case of rsm_tsk and frsm_tsk on a task not suspended.Jennifer Averett1999-11-162-3/+14
| | | | This should result in nothing happening, but an E_OK result.
* Added BSP_MAXIMUM_OPERATION_COUNT and BSP_ITERATION_COUNTJoel Sherrill1999-11-161-2/+27
| | | | | | | | | which allow the BSP to override the default number of objects that will be created in the timing tests. This is useful for reducing memory consumption on small targets. The BSP_ITERATION_COUNT can be used to reduce the number of repititions in some of the tests. This is useful for extremely slow targets (we haven't seen any slow enough to justify modifying this one yet though. :)
* Added code to the macros which checked directive status to alsoJoel Sherrill1999-11-161-20/+44
| | | | | | | check that the _Thread_Dispatch_disable_level is set to the proper value (0 99% of the time). This automatic check significantly reduces the chance of mismatching disable/enable dispatch pairs while doing internal RTEMS work.
* Use the miniIMFS to reduce code space.Joel Sherrill1999-11-161-0/+2
|
* Added test cases for uname().Joel Sherrill1999-11-162-0/+25
|
* Patch rtems-rc-19991105-1.diff.gz from Ralf CorsepiusJoel Sherrill1999-11-162-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | <corsepiu@faw.uni-ulm.de> which does the following: This is the configuration cleanup patch: Main changes: * TARGET_ARCH removed * target.cfg.in moved to c/make/target.cfg.in (Only configured once for all BSPs of a target) * BARE_XXX variables appended to bsp.cfg.in * autogen renamed to bootstrap * removed stray variables from make/custom/*.cfg To apply: cd <source-tree> rm c/src/make/target.cfg.in cp autogen bootstrap mkdir c/make cp make/target.cfg.in c/make/target.cfg.in rm make/target.cfg.in rm autogen patch -p1 < rtems-rc-19991105-1.diff
* Modified file to match seen output.Jennifer Averett1999-11-161-92/+161
|
* Modified output file to match seen output. Added comment to all inoJennifer Averett1999-11-161-306/+282
| | | | values that they may change slightly on a processor basis.
* Removed compiler warning.Jennifer Averett1999-11-161-1/+1
|
* Changed asserts to tmmacros.Jennifer Averett1999-11-162-8/+7
|
* Updated scn file to match new output. Left out unemplementedJennifer Averett1999-11-161-17/+12
| | | | parts as a reminder to fix when these routines became implemented.
* + Changed ID to 1. ( Compilation error introduced by modifications. )Jennifer Averett1999-11-161-1/+1
|
* Modified scan file to match.Jennifer Averett1999-11-161-2/+2
|
* Added itron tests.Joel Sherrill1999-11-161-1/+1
|
* Changed to call tmmacros instead of assert.Jennifer Averett1999-11-161-141/+153
|
* Fixed verificaiton checks to call correct macro if dispatch is disabled.Jennifer Averett1999-11-151-7/+12
|
* + Added check that a task could be sent to a dormant stateJennifer Averett1999-11-154-12/+94
| | | | | | | | then sta_tsk used to restart the task to its initial state. + Added calls to ref_tsk to yellow paths for suspended and ready but not running tasks. + Fixed output file to correctly state test name + Added priority of preempt to the header file. Allows ref_tsk verification.
* + Changed preempt routine into two dummy tasks one that is in dormantJennifer Averett1999-11-154-20/+70
| | | | | | | | state and one that is in non-dormant state. + Increased the priority of the Init task to force the dummy tasks to run first. + Added calls to ref_tsk to verify the state of the dummy tasks and test ref_tsk.
* + Modified calls to use TSK_SLF for calls to self.Joel Sherrill1999-11-121-25/+24
| | | | + Modified calls to use the task id macro for calls to the PREEMPT task.
* + Added comments on paths tested.Joel Sherrill1999-11-122-1/+14
|
* + Added check for priority over 256.Joel Sherrill1999-11-121-1/+4
| | | | + Modified output to correctly state the error.
* Added comments for path's tested.Joel Sherrill1999-11-121-0/+3
|
* Test name changed to reflect placement after merger.Joel Sherrill1999-11-126-8/+9
|
* Test name changed to reflect placement after merger.Joel Sherrill1999-11-122-6/+11
| | | | Changed output to reflect what was actually being tested.
* Test name changed to reflect placement after merger.Joel Sherrill1999-11-124-5/+9
| | | | Increased stack space.
* Enabled after merging message buffer code.Joel Sherrill1999-11-121-6/+2
|
* Added comment block and removed include of deleted file.Joel Sherrill1999-11-121-1/+4
|
* Screen updated.Joel Sherrill1999-11-111-0/+2
|
* Added new test sp28 to test the task variable directives.Joel Sherrill1999-11-116-1/+180
|
* General cleanup. Test documentation improved. The message buffer testJoel Sherrill1999-11-1015-22/+81
| | | | | prints a message instead of actually testing since the message buffer implementation is not in yet.
* rtems_semaphore_flush test from Eric Norum <eric@cls.usask.ca>.Joel Sherrill1999-11-107-28/+186
|
* Combination of committing some new files which had been overlookedJoel Sherrill1999-11-1013-1/+463
| | | | and adding code which installed screens for itron tests.
* Committed modifications from ITRON Task and Task Dependendent SynchronizationJoel Sherrill1999-11-102-153/+1
| | | | Working Group. Included are tests.
* Added support for ITRON tests.Joel Sherrill1999-11-101-0/+2
|
* Added more tasking tests.Joel Sherrill1999-11-092-1/+5
|
* Merged tests from Task group.Joel Sherrill1999-11-0936-38/+2031
|