summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-153-14/+94
| | | | | | | | 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-114-1/+98
|
* 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-104-1/+104
|
* Combination of committing some new files which had been overlookedJoel Sherrill1999-11-105-1/+95
| | | | and adding code which installed screens for itron tests.
* Added support for ITRON tests.Joel Sherrill1999-11-101-0/+2
|
* Added more tasking tests.Joel Sherrill1999-11-091-1/+2
|
* Merged tests from Task group.Joel Sherrill1999-11-0930-38/+1553
|
* Added nesting count for suspend/resume.Joel Sherrill1999-11-091-1/+1
|
* Changed B, H, and W variables to BVar, HVar, and WVar to avoid conflictsJoel Sherrill1999-11-091-35/+35
| | | | | with ITRON 3.0 data types regardless of how dumb it is to name types with a simple letter.
* Renamed classes to avoid single letter class names.Joel Sherrill1999-11-091-10/+10
|
* This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1999-11-0917-0/+1249
| | | | for RTEMS.
* New test for POSIX Message Queues added.Joel Sherrill1999-11-094-1/+88
|
* New files.Joel Sherrill1999-11-093-0/+222
|
* This is another pass at making sure that nothing outside the BSPJoel Sherrill1999-11-057-20/+9
| | | | | | | | | | | | unnecessarily uses any variables defined by the BSP. On this sweep, use of BSP_Configuration and Cpu_table was eliminated. A significant part of this modification was the addition of macros to access fields in the RTEMS configuration structures. This is necessary to strengthen the division between the BSP independent parts of RTEMS and the BSPs themselves. This started after comments and analysis by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
* The files in libcpu should not be directly dependent on any BSP. InJoel Sherrill1999-11-042-0/+4
| | | | | | | | | | | particular, using bsp.h, or getting information from the BSP which should properly be obtained from RTEMS is forbidden. This is necessary to strengthen the division between the BSP independent parts of RTEMS and the BSPs themselves. This started after comments and analysis by Ralf Corsepius <corsepiu@faw.uni-ulm.de>. The changes primarily eliminated the need to include bsp.h and peeking at BSP_Configuration. The use of Cpu_table in each BSP needs to be eliminated.
* Minor changes to make the screen match a bit better.Joel Sherrill1999-11-022-4/+4
|
* Minor fixes to make screen match a bit better.Joel Sherrill1999-11-022-11/+15
|
* Added more proper checking of F_GETFL and F_SETFL.Joel Sherrill1999-11-021-5/+17
| | | | | | Disabled test of F_DUPFD since it does not work. Added comment to indicate that seekdir(NULL) was being called.
* Backed out change that increased the minimum stack size since itJoel Sherrill1999-11-0231-31/+0
| | | | | was unnecessary. The real fix was an alignment error in the object extend memory allocation scheme.
* Modified to use minimum stack size and reserve the necessary amountJoel Sherrill1999-11-025-7/+13
| | | | of space in the workspace.
* Increased stack space for all initialization tasks in tmtests.Joel Sherrill1999-11-0131-0/+31
|
* Increased stack space of a task.Joel Sherrill1999-11-012-3/+5
|
* Increased stack space of task 2.Joel Sherrill1999-11-012-2/+2
|
* Increased stack space for a task.Joel Sherrill1999-11-012-1/+3
|
* Increased stack space for task 1.Joel Sherrill1999-11-012-2/+2
|
* New test added - psxcancel. This is just a shell for now.Joel Sherrill1999-10-283-1/+32
|
* Added sp26 which tests the rtems_task_is_suspended directive.Joel Sherrill1999-10-256-1/+250
|
* Modified to ease comparison of screen to target output.Joel Sherrill1999-10-254-1092/+1092
|
* Modified to reflect test change where reinitialize mutex test case wasJoel Sherrill1999-10-251-1/+1
| | | | removed.
* Removed reinitialize mutex test case to reflect earlier code change inJoel Sherrill1999-10-251-1/+8
| | | | the executive.
* Increased stack size of initialization thread.Joel Sherrill1999-10-211-0/+2
|
* Removed ifdef on go32.Joel Sherrill1999-10-051-1/+1
|