summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Modified to reflect change in calling sequence of mount().Joel Sherrill1999-07-011-1/+1
|
* Test modified to reflect change in calling sequence of mount().Joel Sherrill1999-07-011-10/+10
|
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-04-1924-24/+24
| | | | | | | | | | | | | | This one is an enhancement to acpolish. It replaces some Makefile variables by others variable in Makefile.ins (tries to use unique name for some variables). It therefore eases parsing Makefile.ins for further automatic Makefile.in conversions in future. To apply: cd <rtems-source-tree> sh <path-to>/rtems-rc-19990407-8.sh ./autogen
* Corrections by Jennifer.Joel Sherrill1999-04-061-41/+57
|
* Added prints for calls into the file system. Added O_EXCL for an open thatJennifer Averett1999-03-311-5/+28
| | | | tested that the same file could not be created twice.
* Modified file to match output.Jennifer Averett1999-03-311-11/+38
|
* Correctd name length to account for new IMFS max name length of 32.Jennifer Averett1999-03-291-1/+3
|
* Fixed expected return status from lseek to look for not failure (-1).Jennifer Averett1999-03-292-2/+2
|
* Changed expected status lseek to look for not failure (-1).Jennifer Averett1999-03-291-1/+1
|
* Towards automake XI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-03-1924-72/+285
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch is the most scary of all proposals I've been mailing to you this week until now. It consists of 3 parts: 1. a patch 2. a perl script (acpolish) 3. a shell script wrapper to invoke the perl-script. The perl-script reads in each Makefile.in and modifies them ("polishes/beautifies" them :-). These modifications are not easy to describe: Basically, it hard-codes some automake Makefile-variables and rules into RTEMS autoconf-Makefile.ins (Note: autoconf vs. automake!!) and converts some settings/variables to configure scripts' requirements (Yes, plural). E.g. it adds the automake standard variables $top_builddir and $subdir, adds dependency rules for automatic re-generation of Makefiles from Makefile.in, adds support variables for relative paths to multiple configure scripts etc. The patch is a one-line patch to enable the support of the new features added by acpolish. The shell script is a wrapper which pokes around inside of the source tree for Makefile.ins and invokes acpolish on all autoconf-Makefile.ins. acpolish is designed to be able to run several times on the same Makefile.in and may once become a more general tool to convert RTEMS Makefile.in to automake. Therefore, I'd like to keep it inside of source tree. (e.g. as contrib/acpolish or c/update-tools/acpolish). However, it doesn't make sense to export it outside of RTEMS. To apply this: cd <source-tree> patch -p1 -E < <path-to-patch>/rtems-rc-19990318-1.diff tar xzvf <path-to>/rtems-rc-polish.tar.gz ./rtems-polish.sh ./autogen Note: The path contrib/acpolish is hard-coded into rtems-polish.sh, if you decide to put it in an alternative place, please modify rtems-polish.sh to reflect this change. Later: cvs rm make/rtems.cfg (It isn't used anymore) cvs add contrib cvs add contrib/acpolish cvs commit I've tested this intensively, but naturally I can't exclude bugs. Ralf. PS.: Most probably, this is the last "Towards automake" patch. The next one probably will be a real automake patch.
* Commented out test case that no long works since addition of POSIX timers.Joel Sherrill1999-03-161-5/+10
|
* Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-02-1824-22/+70
| | | | | | | | | | | | | | | | > 5) rtems-rc-19990202-1.diff/reorg-install.sh > > reorg-install.sh fixes a Makefile variable name clash of RTEMS > configuration files and automake/autoconf standards. > Until now, RTEMS used $(INSTALL) for install-if-change. Automake and > autoconf use $(INSTALL) for a bsd-compatible install. As > install-if-change and bsd-install are not compatible, I renamed all > references to install-if-changed to $(INSTALL_CHANGED) and used > $(INSTALL) for bsd-install (==automake/autoconf standard). When > automake will be introduced install-if-change will probably be replaced > by $(INSTALL) and therefore will slowly vanish. For the moment, this > patch fixes a very nasty problem which prevents adding any automake file > until now (There are still more).
* Changed file name.Joel Sherrill1999-02-101-2/+2
|
* New test from Juan Zamorano Flores <jzamora@avellano.datsi.fi.upm.es>Joel Sherrill1999-02-031-1/+1
| | | | that is part of the addition of POSIX timers.
* New files from Juan Zamorano Flores <jzamora@avellano.datsi.fi.upm.es>Joel Sherrill1999-02-034-0/+508
| | | | that are part of the addition of POSIX timers.
* Removed unneeded include of libio_.h.Joel Sherrill1999-01-311-2/+0
|
* Removed spaces.Joel Sherrill1998-12-033-14/+0
|
* Changed to account for ownership only being tracked when a priorityJoel Sherrill1998-12-031-0/+8
| | | | blocking protocol is used.
* Removed all ^M from the file.Jennifer Averett1998-12-031-156/+156
|
* Added psx to the front of all test names.Jennifer Averett1998-12-031-1/+1
|
* Removed all ^M from the scn file.Jennifer Averett1998-12-031-1253/+1253
|
* Cleaned up test.Jennifer Averett1998-12-037-320/+480
| | | | Updated scn files to match present expected test output.
* Added Comment that a result is valid at 4 or 5 seconds.Jennifer Averett1998-12-031-13/+1
|
* Updated scn files to match present expected test output.Jennifer Averett1998-12-034-11/+267
|
* Renamed all directories to start with psx.Jennifer Averett1998-12-034-4/+4
|
* Added a posix time test.Jennifer Averett1998-12-031-2/+2
| | | | Renamed all directories to start with psx.
* Added new tests in support of the file system infrastructure.Joel Sherrill1998-11-234-0/+218
|
* Added tests in support of the file system infrastructure.Joel Sherrill1998-11-2328-1/+5240
|
* Fixed comment block at the beginning of the file for a copyright dateJoel Sherrill1998-06-09135-271/+270
| | | | problem and an English problem.
* Fixed screen to match actual output.Joel Sherrill1998-04-271-3/+2
|
* Reset the pthread attributes structure so the proper error would beJoel Sherrill1998-04-271-1/+5
| | | | generated.
* updated copyright to 1998Joel Sherrill1998-02-17178-178/+178
|
* Big patch form Ralf Corsepius described in this email:Joel Sherrill1998-01-3016-64/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Here is the result of my nightly work to get RTEMS_ROOT=$srcdir working with different shells and relative/absolute paths. What I did is relatively simple in principle: Instead of setting RTEMS_ROOT in configure.in and then let configure substitute @RTEMS_ROOT@ inside the Makefiles, I now let each Makefile set RTEMS_ROOT from each Makefile's @top_srcdir@ value. The difference is subtile, but with enormous side effects: - If RTEMS_ROOT is set in configure, then the same single value will be propagated to all Makefiles. This breaks using relative paths, as the relative path to the root of the source tree is used inside of all subdirectory Makefiles. - Now each Makefile.in sets RTEMS_ROOT = @top_srcdir@. top_srcdir is computed individually by configure for each single Makefile.in, hereby receiving the correct value, no matter if relative or absolute paths are used. To get this working, I needed to remove setting RTEMS_ROOT from target.cfg.in, because this overrides the value of RTEMS_ROOT from each individual Makefile. Furthermore, I removed RTEMS_CUSTOM from the Makefiles and replaced all "include $(RTEMS_CUSTOM)" directives with"include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP)". Perhaps you don't like this, but I think, to have one variable less is clearer and easier to understand than having several variables refering to the next one. I enclose a small patch to this mail, which - fixes the config.h problem (to finally clearify misunderstands) - removes assignment/subsitution of RTEMS_ROOT from configure.in - contains a workaround for the application Makefile's RTEMS_ROOT problem (reported by Eric) - removes some unused lines from the toplevel Makefile.in - removes assignment of RTEMS_ROOT from make/target.cfg.in
* Removed CONFIG_DIR and PROJECT_HOME directories.Joel Sherrill1998-01-2016-16/+16
|
* Modified a lot of files to take a first cut at supporting building fromJoel Sherrill1997-12-1016-16/+64
| | | | | any directory in the build tree. The only variable which must be set before the command "gmake" is invoked is RTEMS_BSP (e.g. RTEMS_BSP=erc32).
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-08178-356/+356
|
* Removed include directory at "build" point and the link of this directoryJoel Sherrill1997-10-081-2/+2
| | | | | | to lib/include. Went to using a PROJECT_INCLUDE variable.
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-22178-890/+890
| | | | of switching to the modified GNU GPL.
* Modified to reflect change from 255 posix priority levels to 254.Joel Sherrill1997-04-183-6/+6
|
* Added line to install test screens so difftest does not have to haveJoel Sherrill1997-04-1512-0/+24
| | | | | | a path back into the source tree. This would be better for binary distributions as well since you now have the correct output at the install point.
* corrected printf specifications and added casts as necessary to eliminateJoel Sherrill1997-04-073-3/+3
| | | | warnings.
* corrected printf format to avoid warningJoel Sherrill1997-04-024-4/+4
|
* initialized variables or removed unused variables to remove warningsJoel Sherrill1997-04-023-4/+3
|
* This set of changes is the build of what was required to convert toJoel Sherrill1997-04-0116-0/+842
| | | | | | | | | | | | | | | | | | | | GNU autoconf. This is the first large step in allowing an RTEMS user to perform a one-tree build (per crossgcc FAQ) including RTEMS in the build process. With this change RTEMS is configured in built in the same style as the GNU tools, yet retains the basic structure of its traditional Makefiles (ala Tony Bennett). Jiri Gaisler (jgais@wd.estec.esa.nl) deserves (and received) a big thank you for doing this. There are still issues to be resolved but as of this commit, all target which can be built on a linux host have been using a modified version of the source Jiri submitted. This source was merged and most targets built in the tree before this commit. There are some issues which remain to be resolved but they are primarily related to host OS dependencies, script issues, the use of gawk for hack_specs, and the dependence on gcc snapshots. These will be resolved.
* new filesJoel Sherrill1996-09-183-0/+205
|
* Fixed test to match change to pthread_cond_timedwait which now takes a wallMark Johannes1996-09-121-26/+32
| | | | | | | time. Commented out calls to pthread_cond_wait and pthread_cond_timedwait without the mutex locked before calling.
* modified test to take into account change in default value ofJoel Sherrill1996-09-061-0/+5
| | | | | inheritsched pthread attribute from implicit to explicit scheduling parameters.
* added printf of status when not successfulJoel Sherrill1996-09-051-1/+3
|
* nanosleep no longer consider a negative value of tv_sec to be an error.Joel Sherrill1996-09-051-6/+7
| | | | Instead it is an indication of a request for a small delay.
* Changed all EFAULTS to EINVALsMark Johannes1996-08-231-14/+20
|