Home | History | Annotate | Download | only in unit-tests
History log of /src/usr.bin/make/unit-tests/depsrc-optional.exp
RevisionDateAuthorComments
 1.7  18-Dec-2020  rillig make(1): spell nonexistent consistently
 1.6  18-Dec-2020  rillig make(1): use symbolic time for 0 in Make_Recheck

This makes the test depsrc-optional independent from the current time
zone.
 1.5  08-Nov-2020  rillig make(1): inline MakeAddChild into ExamineLater

This gets rid of a few void pointers and unspecific variable names like
"l" for the list that should have rather been called "examine" all the
time.

Add quotes around placeholders in debug messages. Especially for targets
like "all" the message had been syntactically misleading.
 1.4  08-Nov-2020  rillig make(1): fix debug output in out-of-date for cohorts (since 2003-11-14)

Before, a wrong cause for being out-of-date was printed in the debug log,
for optional cohorts. This was caused by having the same conditions
duplicated in the code, instead of putting them in a separate function.

Now the optional cohort is correctly identified as using the '::'
dependency operator.
 1.3  08-Nov-2020  rillig make(1): add test for wrong debug message in GNode_IsOODate
 1.2  05-Sep-2020  rillig make(1): add tests for some of the special sources
 1.1  16-Aug-2020  rillig make(1): add dummies for fine-grained tests, one per single feature

The test names have been derived from the current manual page.

All these tests are dummies right now, and the code from the existing
tests will be moved into the new tests step by step.

This is done to prevent modmisc, escape, varmod-edge and varmisc from
growing without any bounds, and to reduce the side-effects of one test
to the others.

RSS XML Feed