summaryrefslogtreecommitdiffstats
path: root/c/src/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-0922-0/+1426
| | | | for RTEMS.
* New test for POSIX Message Queues added.Joel Sherrill1999-11-096-1/+171
|
* New files.Joel Sherrill1999-11-094-0/+303
|
* 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-286-1/+170
|
* New ideas on test incorporated.Joel Sherrill1999-10-261-9/+17
|
* Added notes for new test.Joel Sherrill1999-10-251-0/+19
|
* Added sp26 which tests the rtems_task_is_suspended directive.Joel Sherrill1999-10-258-1/+332
|
* 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 aclocal.m4 generated from aclocal macrosJoel Sherrill1999-10-0610-7913/+0
|
* Removed configure generated from configure.inJoel Sherrill1999-10-0610-23138/+0
|
* Removed ifdef on go32.Joel Sherrill1999-10-051-1/+1
|
* Regenerated.Joel Sherrill1999-10-0520-2421/+3615
|
* Modifications necessary to support testing of exitting a pthread fromJoel Sherrill1999-10-047-66/+125
| | | | Charles-Antione Gauthier <charles.gauthier@iit.nrc.ca>.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill1999-10-0412-39/+39
| | | | where wrapup left pieces out of the librtemsall.a.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-10-043-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The patch below actuallly consists of two patches: 1) moving librpc to c/src/librpc similar to what has been done to librtems++ 2) reworked configure scripts, many safety and dependency checks added to aclocal/*.m4 macros + configuration fixes. To apply: mkdir c/src/librpc mkdir c/src/librpc/src cp c/src/lib/librpc/*.c c/src/librpc/src cp c/src/lib/librpc/Makefile.in c/src/librpc/src mkdir c/src/librpc/include mkdir c/src/librpc/include/rpc cp c/src/lib/include/rpc/* c/src/librpc/include/rpc patch -p1 < ../rtems-rc-19990820-7.diff rm -rf c/src/lib/librpc rm -rf c/src/lib/include/rpc ./autogen The additional checks in aclocal/*m4 macros add rather restrictive, sometimes unnecessarily restrictive constraints on the sequence of how macros can be used in a configure.in script. Adding them has let my problems with some more complicated configuration options vanish. Apparently some macros had not been in the required order . ---- Now I still get some linking errors for some cpus and bsps, esp when linking cdtest, but also at other locations: e.g. this happens for mips64orion/p4600: # make[5]: Entering directory `/lfs/poseidon/users/rtems/src/multi/build/mips64orion-rtems/c/p4600/tests/samples/hello' /opt/rtems/bin/mips64orion-rtems-gcc --pipe -B../../../../../../p4600/lib/ -specs bsp_specs -qrtems -DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -D__mips=3 -mcpu=4600 -G0 -I../../../../../../p4600/lib/include/networking -g -Wall -ansi -fasm -O4 -fomit-frame-pointer -o o-p4600/hello.exe o-p4600/init.o ../../../../../../p4600/lib/no-dpmem.rel ../../../../../../p4600/lib/no-event.rel ../../../../../../p4600/lib/no-msg.rel ../../../../../../p4600/lib/no-mp.rel ../../../../../../p4600/lib/no-part.rel ../../../../../../p4600/lib/no-signal.rel ../../../../../../p4600/lib/no-timer.rel ../../../../../../p4600/lib/no-rtmon.rel /opt/rtems/mips64orion-rtems/lib/libc.a(dtoa.o): In function `_dtoa_r': /opt/hermes/embedded/build/build-mips64orion-tools/mips64orion-rtems/newlib/libc/stdlib/../../../../../src/newlib/libc/stdlib/dtoa.c:348: relocation truncated to fit: R_MIPS_LITERAL no symbol /opt/hermes/embedded/build/build-mips64orion-tools/mips64orion-rtems/newlib/libc/stdlib/../../../../../src/newlib/libc/stdlib/dtoa.c:348: relocation truncated to fit: R_MIPS_LITERAL no symbol /opt/hermes/embedded/build/build-mips64orion-tools/mips64orion-rtems/newlib/libc/stdlib/../../../../../src/newlib/libc/stdlib/dtoa.c:348: relocation truncated to fit: R_MIPS_LITERAL no symbol collect2: ld returned 1 exit status # mips64orion-rtems-gcc -v Reading specs from /opt/rtems/lib/gcc-lib/mips64orion-rtems/2.95.1/specs gcc version 2.95.1 19990816 (release) # mips64orion-rtems-ld -v GNU ld version 2.9.5 (with BFD 2.9.5)
* Removed Makefile.in generated from Makefile.amJoel Sherrill1999-10-0412-4490/+0
|
* New test for getenv/putenv added by Joel.Joel Sherrill1999-10-044-1/+134
|
* Regenerated.Joel Sherrill1999-10-0432-486/+530
|