summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Collapse)AuthorFilesLines
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 Averett3-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.
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 Sherrill4-1/+98
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 Sherrill4-1/+104
1999-11-10Combination of committing some new files which had been overlookedJoel Sherrill5-1/+95
and adding code which installed screens for itron tests.
1999-11-10Added support for ITRON tests.Joel Sherrill1-0/+2
1999-11-09Added more tasking tests.Joel Sherrill1-1/+2
1999-11-09Merged tests from Task group.Joel Sherrill30-38/+1553
1999-11-09Added nesting count for suspend/resume.Joel Sherrill1-1/+1
1999-11-09Changed B, H, and W variables to BVar, HVar, and WVar to avoid conflictsJoel Sherrill1-35/+35
with ITRON 3.0 data types regardless of how dumb it is to name types with a simple letter.
1999-11-09Renamed classes to avoid single letter class names.Joel Sherrill1-10/+10
1999-11-09This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill17-0/+1249
for RTEMS.
1999-11-09New test for POSIX Message Queues added.Joel Sherrill4-1/+88
1999-11-09New files.Joel Sherrill3-0/+222
1999-11-05This is another pass at making sure that nothing outside the BSPJoel Sherrill7-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>.
1999-11-04The files in libcpu should not be directly dependent on any BSP. InJoel Sherrill2-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.
1999-11-02Minor changes to make the screen match a bit better.Joel Sherrill2-4/+4
1999-11-02Minor fixes to make screen match a bit better.Joel Sherrill2-11/+15
1999-11-02Added more proper checking of F_GETFL and F_SETFL.Joel Sherrill1-5/+17
Disabled test of F_DUPFD since it does not work. Added comment to indicate that seekdir(NULL) was being called.
1999-11-02Backed out change that increased the minimum stack size since itJoel Sherrill31-31/+0
was unnecessary. The real fix was an alignment error in the object extend memory allocation scheme.
1999-11-02Modified to use minimum stack size and reserve the necessary amountJoel Sherrill5-7/+13
of space in the workspace.
1999-11-01Increased stack space for all initialization tasks in tmtests.Joel Sherrill31-0/+31
1999-11-01Increased stack space of a task.Joel Sherrill2-3/+5
1999-11-01Increased stack space of task 2.Joel Sherrill2-2/+2
1999-11-01Increased stack space for a task.Joel Sherrill2-1/+3
1999-11-01Increased stack space for task 1.Joel Sherrill2-2/+2
1999-10-28New test added - psxcancel. This is just a shell for now.Joel Sherrill3-1/+32
1999-10-25Added sp26 which tests the rtems_task_is_suspended directive.Joel Sherrill6-1/+250
1999-10-25Modified to ease comparison of screen to target output.Joel Sherrill4-1092/+1092
1999-10-25Modified to reflect test change where reinitialize mutex test case wasJoel Sherrill1-1/+1
removed.
1999-10-25Removed reinitialize mutex test case to reflect earlier code change inJoel Sherrill1-1/+8
the executive.
1999-10-21Increased stack size of initialization thread.Joel Sherrill1-0/+2
1999-10-05Removed ifdef on go32.Joel Sherrill1-1/+1