Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-03-08 | Added a testcase for offsetof. Reorganized the rest. | rillig | 6 | -18/+54 | |
2007-03-07 | Added a regression test for the SUBST framework, especially the newly | rillig | 3 | -1/+38 | |
introduced SUBST_VARS. | |||||
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -3/+3 | |
Patch provided by Sergey Svishchev in private mail. | |||||
2007-02-22 | pkglint cleanup; update HOMEPAGE/MASTER_SITES. | wiz | 1 | -2/+2 | |
From Sergey Svishchev in private mail. | |||||
2006-11-09 | Added a test new case for /bin/sh. | rillig | 2 | -4/+45 | |
2006-10-22 | Added tests for macro definitions on the command line. | rillig | 3 | -5/+27 | |
2006-09-20 | Added a testsuite for sed(1) to make sure it can handle character | rillig | 2 | -3/+42 | |
classes. | |||||
2006-09-06 | Add make-env-phases. | ben | 1 | -1/+2 | |
2006-09-06 | Initial import of a test that checks whether MAKE_ENV changes between | ben | 2 | -0/+42 | |
build and install phase. MAKE_ENV needs to remain the same for packages that use scons. Otherwise, in the install step, scons will take the new MAKE_ENV to mean that the build action changed, and it will rebuild the package with the wrong configuration and install that. | |||||
2006-07-11 | Added a testcase for the pkgsrc compilers. | rillig | 3 | -1/+48 | |
2006-07-10 | Completely nuke the concept of PKG_PHASE from pkgsrc except for the | jlam | 1 | -3/+1 | |
purposes of caching MAKEVARS within bsd.pkg.mk and bsd.makevars.mk. | |||||
2006-07-10 | Added a test for the new pkgsrc barriers. It currently fails, but should | rillig | 3 | -1/+46 | |
not. | |||||
2006-06-29 | The regression tests that are actually run are selected based on the | rillig | 1 | -3/+33 | |
platform and the bmake version, since some of the bugs have been fixed since. | |||||
2006-06-29 | Added a testcase for a bug in the :Q operator in bmake. | rillig | 4 | -4/+19 | |
2006-06-25 | Added a test for the "sort" tool. Fixed pkglint warnings. | rillig | 2 | -6/+47 | |
2006-05-31 | Double the length of the command line argument after each iteration. | rillig | 1 | -1/+2 | |
2006-05-11 | Changed the test so that it also works by running "make && make clean" | rillig | 2 | -3/+8 | |
in this directory. Currently the test fails because the wrapped echo(1) is broken. | |||||
2006-05-10 | Corrected the expected output for Make version netbsd-2005*. | rillig | 1 | -2/+4 | |
2005-12-17 | Change my MAINTAINER email address to the one I've been using for | jlam | 4 | -8/+8 | |
pkgsrc work. | |||||
2005-11-24 | Added more tests for tr(1), including one that feeds 65536 bytes through | rillig | 1 | -1/+20 | |
tr(1). Let's see if there's an implementation with bounded line lengths. | |||||
2005-11-24 | Added testsuite for tr(1). | rillig | 2 | -3/+40 | |
2005-11-24 | Oops. I had put the awk-specific functions into test.subr. Moved back. | rillig | 2 | -19/+27 | |
2005-11-24 | Factored out the generally useable shell functions into tests.subr, as they | rillig | 2 | -31/+36 | |
will be used by almost all test cases. | |||||
2005-11-19 | Don't require too much from a simple awk. 6144 bytes per line must be | rillig | 1 | -3/+6 | |
enough. At least for Solaris. | |||||
2005-11-19 | Print the name of the test case when starting it. This helps in detecting | rillig | 2 | -3/+10 | |
which test case fails. | |||||
2005-11-19 | Make sure that awk can handle strings of length 4096 on the command line | rillig | 1 | -14/+45 | |
and of length 2^20 when copying from stdin to stdout. | |||||
2005-11-19 | Added comments. | rillig | 1 | -1/+4 | |
2005-11-19 | Added a regression test for the TOOLS framework. | rillig | 1 | -1/+2 | |
2005-11-19 | Regression test for the capabilities of the TOOLS. Most of them have | rillig | 3 | -0/+53 | |
many different implementations and are by no way easy to use. This test collects some assumptions about what the tools must be able to handle. It is also meant as a guide on using these tools correctly and reliably. | |||||
2005-09-28 | Removed trailing white-space. | rillig | 1 | -3/+3 | |
2005-08-06 | Converted the Makefiles to the "category normal form", as required by | rillig | 1 | -1/+2 | |
pkglint. | |||||
2005-08-01 | Simplified the testcase. | rillig | 2 | -9/+4 | |
2005-08-01 | Found a new bug in make(1). | rillig | 3 | -3/+29 | |
2005-07-26 | Test that PKG_FAIL_REASON is empty. | dillo | 10 | -5/+15 | |
2005-07-26 | Add support for sets of options where at least one option from each | dillo | 3 | -2/+24 | |
set must be selected, requested and reviewed by wiz: PKG_OPTIONS_NONEMPTY_SETS This is a list of names of sets of options. At least one option from each set must be selected. The options in each set are listed in PKG_OPTIONS_SET.<setname>. Options from the sets will be automatically added to PKG_SUPPORTED_OPTIONS. | |||||
2005-07-19 | also test unsupported and unused legacy options | dillo | 1 | -2/+4 | |
2005-06-09 | Fix test to that it's possible to check correctness when | jlam | 1 | -2/+2 | |
COMPILER_RPATH_FLAG is "-Wl,-rpath,". | |||||
2005-06-08 | Add two new tests for rpath argument merging and splitting. | jlam | 3 | -1/+33 | |
2005-06-02 | Fix typo. | wiz | 1 | -2/+2 | |
2005-06-02 | add tests for groups of mutually exclusive options | dillo | 5 | -2/+47 | |
2005-06-02 | adapt to quoting fixes | dillo | 1 | -1/+1 | |
2005-06-01 | test legacy var with `-' in option name | dillo | 2 | -6/+6 | |
2005-05-31 | fix comments describing test cases | dillo | 6 | -12/+14 | |
2005-05-31 | To ease cleanup of the options namespace, add code to support legacy | dillo | 3 | -2/+20 | |
option names: PKG_OPTIONS_LEGACY_OPTS+= old:new If PKG_DEFAULT_OPTIONS or PKG_OPTIONS.foo contains option old (or -old) it is rewritten to new (or -new) and a warning is issued by the supported-options-message target. | |||||
2005-05-28 | two new test cases: | dillo | 5 | -2/+47 | |
- all: test overrides and PKG_LEGACY_VARS - unsupported: test that unsupported option in PKG_OPTIONS.xxx causes failure | |||||
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-05-19 | Simplified how the testcases are invoked. | rillig | 2 | -8/+4 | |
2005-05-19 | Added the pkg-options regression test. | rillig | 1 | -1/+2 | |
2005-05-16 | Added the ``order'' testcase, which works since bsd.options.mk, revision | rillig | 1 | -2/+2 | |
1.22. | |||||
2005-05-16 | Imported testsuite for the bsd.options.mk framework. | rillig | 6 | -0/+65 | |