summaryrefslogtreecommitdiffstats
path: root/c/src/tests (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-17New shell of a test for ITRON Mailbox Manager.Joel Sherrill7-1/+154
1999-11-16Fixed screen.Joel Sherrill1-1/+1
1999-11-16Added proper nesting level for dispatch disable check.Joel Sherrill3-3/+3
1999-11-16Added code so if dispatching level is specified to be -1, then noJoel Sherrill1-1/+1
check is performed. This is needed in some timer service routines since they are called from multiple disable levels.
1999-11-16Corrected nesting level on dispatching verification.Joel Sherrill1-1/+1
1999-11-16Corrected disable dispatch nesting count checks.Joel Sherrill1-7/+7
1999-11-16Fixed typo.Joel Sherrill1-1/+1
1999-11-16Inserted output from the erc32 run into the output file.Jennifer Averett1-3/+71
1999-11-16Use miniIMFS like hello from samples.Joel Sherrill1-0/+2
1999-11-16Increased stack space because message buffers are on the stack.Joel Sherrill1-0/+1
1999-11-16Removed leading space from output.Jennifer Averett2-4/+4
1999-11-16Added comment indicating that dup is known to be broken.Jennifer Averett1-1/+1
1999-11-16Added data to the log file so it matches the real output.Jennifer Averett1-3/+61
1999-11-16Added comment to log file indicating that task order is notJennifer Averett1-1/+3
critical.
1999-11-16Added test case of rsm_tsk and frsm_tsk on a task not suspended.Jennifer Averett2-3/+14
This should result in nothing happening, but an E_OK result.
1999-11-16Added BSP_MAXIMUM_OPERATION_COUNT and BSP_ITERATION_COUNTJoel Sherrill1-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. :)
1999-11-16Added code to the macros which checked directive status to alsoJoel Sherrill1-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.
1999-11-16Use the miniIMFS to reduce code space.Joel Sherrill1-0/+2
1999-11-16Added test cases for uname().Joel Sherrill2-0/+25
1999-11-16Patch rtems-rc-19991105-1.diff.gz from Ralf CorsepiusJoel Sherrill2-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
1999-11-16Modified file to match seen output.Jennifer Averett1-92/+161
1999-11-16Modified output file to match seen output. Added comment to all inoJennifer Averett1-306/+282
values that they may change slightly on a processor basis.
1999-11-16Removed compiler warning.Jennifer Averett1-1/+1
1999-11-16Changed asserts to tmmacros.Jennifer Averett2-8/+7
1999-11-16Updated scn file to match new output. Left out unemplementedJennifer Averett1-17/+12
parts as a reminder to fix when these routines became implemented.
1999-11-16+ Changed ID to 1. ( Compilation error introduced by modifications. )Jennifer Averett1-1/+1
1999-11-16Modified scan file to match.Jennifer Averett1-2/+2
1999-11-16Added itron tests.Joel Sherrill1-1/+1
1999-11-16Changed to call tmmacros instead of assert.Jennifer Averett1-141/+153
1999-11-15Fixed verificaiton checks to call correct macro if dispatch is disabled.Jennifer Averett1-7/+12
1999-11-15+ Added check that a task could be sent to a dormant stateJennifer Averett4-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.
1999-11-15+ Changed preempt routine into two dummy tasks one that is in dormantJennifer Averett4-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.
1999-11-12+ Modified calls to use TSK_SLF for calls to self.Joel Sherrill1-25/+24
+ Modified calls to use the task id macro for calls to the PREEMPT task.
1999-11-12+ Added comments on paths tested.Joel Sherrill2-1/+14
1999-11-12+ Added check for priority over 256.Joel Sherrill1-1/+4
+ Modified output to correctly state the error.
1999-11-12Added comments for path's tested.Joel Sherrill1-0/+3
1999-11-12Test name changed to reflect placement after merger.Joel Sherrill6-8/+9
1999-11-12Test name changed to reflect placement after merger.Joel Sherrill2-6/+11
Changed output to reflect what was actually being tested.
1999-11-12Test name changed to reflect placement after merger.Joel Sherrill4-5/+9
Increased stack space.
1999-11-12Enabled after merging message buffer code.Joel Sherrill1-6/+2
1999-11-12Added comment block and removed include of deleted file.Joel Sherrill1-1/+4
1999-11-11Screen updated.Joel Sherrill1-0/+2
1999-11-11Added new test sp28 to test the task variable directives.Joel Sherrill6-1/+180
1999-11-10General cleanup. Test documentation improved. The message buffer testJoel Sherrill15-22/+81
prints a message instead of actually testing since the message buffer implementation is not in yet.
1999-11-10rtems_semaphore_flush test from Eric Norum <eric@cls.usask.ca>.Joel Sherrill7-28/+186
1999-11-10Combination of committing some new files which had been overlookedJoel Sherrill13-1/+463
and adding code which installed screens for itron tests.
1999-11-10Committed modifications from ITRON Task and Task Dependendent SynchronizationJoel Sherrill2-153/+1
Working Group. Included are tests.
1999-11-10Added support for ITRON tests.Joel Sherrill1-0/+2
1999-11-09Added more tasking tests.Joel Sherrill2-1/+5
1999-11-09Merged tests from Task group.Joel Sherrill36-38/+2031