| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Approved by: re (kensmith)
Notes:
svn path=/head/; revision=172399
|
| |
|
|
|
|
|
|
|
|
|
| |
by forcing the creation of an object directory for the make regression
tests. Let make handle the tracking of the dependency and installation
of test_shell script.
Submitted by: ru
Notes:
svn path=/head/; revision=138515
|
| |
|
|
| |
Notes:
svn path=/head/; revision=138432
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that you create one of the object directories make knows (see make(1)).
This uses the -C flag, so add a test that checks that make actually accepts
-C. Also fix the test that selects csh via the .SHELL target to work for
tcsh users too.
This commit renames shell_test to shell_test.sh. There is no history
to preserve so go without a repo-copy.
Reviewed by: ru
Notes:
svn path=/head/; revision=138317
|
| |
|
|
|
|
|
|
| |
to the CVS-Meisters x-mode just happens to work, but is not guaranteed to
do so. Try to be on the safe side.
Notes:
svn path=/head/; revision=138227
|
| |
|
|
|
|
|
|
| |
output of shell_2j is actually correct - it just tests what make currently
does. Make should switch on echoing for the second line, shouldn't it?
Notes:
svn path=/head/; revision=138080
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
understood by Perl's Test::Harness module and prove(1) commands.
Update README to describe the new protocol. The work's broken down into
two main sets of changes.
First, update the existing test programs (shell scripts and C programs)
to produce output in the ok/not ok format, and to, where possible, also
produce a header describing the number of tests that are expected to be
run.
Second, provide the .t files that actually run the tests. In some cases
these are copies of, or very similar too, scripts that already existed.
I've kept the old scripts around so that it's possible to verify that
behaviour under this new system (in terms of whether or not a test fails)
is identical to the behaviour under the old system.
Add a TODO file.
Notes:
svn path=/head/; revision=137587
|
| |
|
|
| |
Notes:
svn path=/head/; revision=136842
|
| |
|
|
|
|
|
| |
in .MAKEFLAGS targets enable the regression test for this.
Notes:
svn path=/head/; revision=133593
|
| |
|
|
|
|
|
| |
Spotted by: ru
Notes:
svn path=/head/; revision=133165
|
| |
|
|
|
|
|
|
|
| |
they are not needed and will actually be printed.
Submitted by: ru
Notes:
svn path=/head/; revision=133164
|
| |
|
|
| |
Notes:
svn path=/head/; revision=133161
|
| |
|
|
|
|
|
| |
variable assignments via the MAKEFLAGS environment variable.
Notes:
svn path=/head/; revision=133109
|
| |
|
|
|
|
|
| |
of make/str.c.
Notes:
svn path=/head/; revision=125227
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125219
|
| |
|
|
|
|
|
|
|
| |
and "foo/.." when ".PATH: foo" was also given.
PR: bin/34062
Notes:
svn path=/head/; revision=120676
|
| |
|
|
|
|
|
|
| |
Reminded by: bde
In memory of: alane
Notes:
svn path=/head/; revision=117226
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
warning: duplicate script for target "double" ignored
The regression-tests do try to hide that message, but the message does
still appear when using -j (eg: 'make -j5 buildworld'). This changes the
regression-test so the expected warning message will not be seen even
when -j is specified.
Reviewed by: jmallett ru
Notes:
svn path=/head/; revision=110654
|
| |
|
|
|
|
|
|
|
| |
make/parse.c (allow embedded `:' and `!' in target names).
Approved by: re
Notes:
svn path=/head/; revision=107375
|
| |
|
|
|
|
|
|
|
|
| |
belong (src/tools/regression/usr.bin/make), and use the latter
to test if make(1) is adequate for building the world.
Approved by: re
Notes:
svn path=/head/; revision=107374
|
| |
|
|
|
|
|
| |
errors/warnings related to crud in said test block.
Notes:
svn path=/head/; revision=105907
|
| |
|
|
|
|
|
|
| |
this isn't just for the sake of testing behaviour, and that things really
do break if this regression occurs.
Notes:
svn path=/head/; revision=100794
|
| |
|
|
|
|
|
| |
the right thing in every case. Yuck.
Notes:
svn path=/head/; revision=98461
|
| |
|
|
|
|
|
|
|
| |
expansion of embedded variables in the left-hand-side of an assignment
expression, using the simplest case - hiding recursion using nil-expanded
variables.
Notes:
svn path=/head/; revision=98442
|
| |
|
|
|
|
|
| |
left-hand-side.
Notes:
svn path=/head/; revision=96070
|
| |
|
|
|
|
|
|
|
| |
the README.
This affects only the base-system regression tests, of course.
Notes:
svn path=/head/; revision=95538
|
| |
|
|
|
|
|
| |
not. A lot relies on this.
Notes:
svn path=/head/; revision=95167
|
|
|
of tests for it.
Notes:
svn path=/head/; revision=95158
|