Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-05 | ...and this one too | Marc Espie | |
2010-01-05 | regress checks tend to work better when you don't forget the output... | Marc Espie | |
2010-01-04 | add a script that I use before ever release to check that our | Theo de Raadt | |
edge conditions for disklabel -A are going to be acceptable ok krw | |||
2010-01-03 | ouch, bad loop | Marc Espie | |
2010-01-03 | Use CHECKx macro and enable setsockopt tests. | Federico G. Schwindt | |
2010-01-02 | Check that end of .It does not restore .Sm state | Ingo Schwarze | |
to the value it had before entering .It; fixed by kristaps@ in release 1.9.15. | |||
2010-01-01 | When a .Fl macro without an argument is followed by text, | Ingo Schwarze | |
the space after the dash appears to be missing. Needs fixing. Test triggered in a discussion with kristaps@. | |||
2010-01-01 | check for most update situations | Marc Espie | |
2010-01-01 | make sure there's a MAINTAINER in there | Marc Espie | |
2010-01-01 | don't use -c | Marc Espie | |
2009-12-31 | and yet another library check error | Marc Espie | |
2009-12-31 | remove all noise, have myadd display a simplified version of what it's doing | Marc Espie | |
2009-12-31 | add some lib report checks where the error messages are currently very bad. | Marc Espie | |
2009-12-31 | simplify and rationalize names | Marc Espie | |
2009-12-31 | check for infinite loops in case of install problems | Marc Espie | |
2009-12-26 | Add tests to check timeout on sockets under different situations. kurt@ ok. | Federico G. Schwindt | |
2009-12-25 | Regression test for .Pa below .Bl in the FILES section; | Ingo Schwarze | |
still broken in mandoc 1.9.14, fix being sent to kristaps@. Path names (.Pa) are usually underlined, except below .Bl -inset, -hang, -ohang, -tag or -column in the FILES section (yuck). Note that .Bl -bullet is subtly broken in an urelated way: That will need fixing as well before this test can fully succeed. | |||
2009-12-24 | Regression test for .Bl -column; | Ingo Schwarze | |
mandoc 1.9.14 still fails this one, patch being sent to kristaps@. The groff .Bl -column spacing we are trying to follow is weird: with less than 5 columns, groff puts 4 blanks between columns; with exactly 5 columns, groff puts 3 blanks between columns; with more than 5 columns, and also with more than 78 characters per line, groff usually falls over and bites the dust - though the exact failures look rather different in various cases, and a few cases even work... No use trying to test anything for more than 5 columns, though. | |||
2009-12-24 | activate mdoc/Fl tests (duh.) | Ingo Schwarze | |
2009-12-24 | Regression test for .Fl with multiple arguments. | Ingo Schwarze | |
Still broken in 1.9.14, fix being sent to kristaps@. | |||
2009-12-23 | regression test for non-breaking space (\~); | Ingo Schwarze | |
fails with 1.9.13, succeeds with 1.9.14 | |||
2009-12-14 | Add a test for sleep(3), to verify that it both (a) returns zero when it | Philip Guenthe | |
completes, and (b) returns the unslept time in seconds when interrupted | |||
2009-12-12 | test case for the gamin/fam scenario | Marc Espie | |
2009-12-12 | more complex testcase: let q1-q4 have dependencies with outside q5,q6. | Marc Espie | |
2009-12-11 | sample case we fail (kili/edd): if updatesets contain "self" dependencies, | Marc Espie | |
they should install/uninstall in the correct order to be able to handle any @exec activity... | |||
2009-12-11 | simplify building of libs | Marc Espie | |
2009-12-03 | split-update test with shared libraries, twice the fun. | Marc Espie | |
2009-12-02 | and check result | Marc Espie | |
2009-12-02 | splitted update: a -> a + b with inter-dependencies | Marc Espie | |
2009-11-22 | and so, check the other case as well (this one does work by accident) | Marc Espie | |
2009-11-22 | new test, modeled after some old kde update. | Marc Espie | |
When a file moves between packages, one new package will conflict with two old packages, in which case pkg_add should update both (and it does not, not yet). We distinguish from the case where a new package is an update for two packages by the absence of a @pkgpath annotation. | |||
2009-11-22 | partial updates ought to update only their dep tree | Marc Espie | |
2009-11-21 | Add a (hopefully) comprehensive regression test of how stdio functions | Philip Guenthe | |
affect stream orientation | |||
2009-11-19 | Add regression tests for stdio threading. Originally by blambert with | Philip Guenthe | |
some further hacking by me | |||
2009-11-16 | verify that fuzzy list stuff works | Marc Espie | |
2009-11-15 | tweak | Marc Espie | |
2009-11-15 | add check for always-update | Marc Espie | |
2009-11-15 | repair things if dependencies exist | Marc Espie | |
2009-11-14 | more tests | Marc Espie | |
2009-11-14 | more half-baked regress-targets | Marc Espie | |
2009-11-14 | forgot | Marc Espie | |
2009-11-14 | add a collision-check, don't activate yet, need to understand what | Marc Espie | |
pkg_add should output, and fix it. | |||
2009-11-14 | variables for concision | Marc Espie | |
2009-11-14 | add a somewhat icky test that will check that packages can represent fairly | Marc Espie | |
long file (and link) names correctly. | |||
2009-11-14 | fix regress test (needs -F downgrade to be able to go back) | Marc Espie | |
Introduce two scripts to make it easier to write a "full" scaffolding for further tests, to be used soonish... | |||
2009-11-12 | respect the block size returned by the driver | Jacob Meuser | |
2009-11-11 | Regress for skipping evaluation of else-type conditional if previous | Federico G. Schwindt | |
corresponding one evaluted to true. espie@ ok. | |||
2009-11-09 | add regression test for ssh-keygen pubkey conversions | Darren Tucker | |
2009-11-03 | actual fixed tests. | Marc Espie | |
2009-11-03 | Add some (currently failing) version number comparison tests. | Stuart Henderson | |
ok espie@ |