Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-11-04mapfile_read_loop_redir isn't safeBryan Drewery
2022-09-16runtest: Prefer expected PATHS for efficiencyBryan Drewery
2022-09-14test aecho: Align actual output with expectedBryan Drewery
2022-07-13Add pkg_version tests.Bryan Drewery
2022-07-13Autoconf 2.71Bryan Drewery
2022-06-06autogen with 1.16.5Bryan Drewery
2022-05-25Raise test system versionsBryan Drewery
2021-11-25Add another IGNORE/listed listBryan Drewery
2021-11-25Add test for badly sorted FLAVORS where first is not defaultBryan Drewery
2021-11-24Add basic stripansi()Bryan Drewery
2021-11-18mapfile_write (from stdin): Fix writing newline when none is readBryan Drewery
2021-10-25tests/cache_pkgnames: Avoid some exists() from the host tainting depsBryan Drewery
2021-10-25tests/cache_pkgnames: Assert a PKGNAME is foundBryan Drewery
2021-10-25Fix empty dir checking for builder pid waitBryan Drewery
2021-09-29timespecsub: Support zero-padded nsecsBryan Drewery
2021-09-28timespec test: Fix test for negative valueBryan Drewery
2021-09-28timespec test: Ensure a value goes to assert even if blankBryan Drewery
2021-09-25relpath_var: Auto set _ABS to the absolute original pathBryan Drewery
2021-09-07test/read_blocking.sh: Skip test until /bin/sh is fixedBryan Drewery
2021-09-07Fix random bulk crashes due to sh read timeout bug.Bryan Drewery
2021-09-03locks don't need critical sections nowBryan Drewery
2021-09-03locks: Add test for a forked child taking a lock with itBryan Drewery
2021-09-03locks: Fix acquiring/releasing locks not owned by getpid()Bryan Drewery
2021-09-03assert_list: show LINENOBryan Drewery
2021-09-03tests: Improve test assert output with file:line and formattingBryan Drewery
2021-08-27Add mapfile_write for reading from stdinBryan Drewery
2021-08-27test/shash_basic.sh: Correct error output for shash_read_mapfileBryan Drewery
2021-08-23write_cmp: Rename to write_atomic_cmpBryan Drewery
2021-08-23Add getpid() builtinBryan Drewery
2021-08-23mapfile test: Close some leaked handlesBryan Drewery
2021-08-22Add shash_read/write for pipingBryan Drewery
2021-08-22Add some basic write_atomic testsBryan Drewery
2021-08-12include_poudriere_confs: Remove the crazy getopts hack.Bryan Drewery
2021-08-10read_file can mostly use mapfile_read_loopBryan Drewery
2021-08-10bulk -f: Do not process dependencies of IGNORED ports.Bryan Drewery
2021-07-27Rename MUTABLE_BASE to clearer IMMUTABLE_BASE.Bryan Drewery
2021-04-06runtest: Show time per line to help debug locked_mkdir on cirrusciBryan Drewery
2021-04-06timestamp test: Fix leftover filesBryan Drewery
2021-04-06Add decode_args_vars to avoid messy eval and fix path globbingBryan Drewery
2021-04-06mapfile_read needs to return 1 for EOF with output (no newline).Bryan Drewery
2021-04-06mapfile: Assume read -r behavior by defaultBryan Drewery
2021-04-06bulk tests: Fix per-test poudriere.conf not being includedBryan Drewery
2021-04-06runtest.sh: Fix syntax errorBryan Drewery
2021-04-06tests: Don't force colors for make checkBryan Drewery
2021-04-06bulk tests should finish in 15 minutes realisticallyBryan Drewery
2021-04-06bulk build tests: Use PKG_NOCOMPRESS speedup executionBryan Drewery
2021-04-06Avoid rm -rf / (function avoids it too)Bryan Drewery
2021-04-06port_var_fetch test: Newer make may return 2 here for missing dirBryan Drewery
2021-03-01Automake 1.16.3Bryan Drewery
2021-01-16tests: Avoid spying on system perlBryan Drewery