aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* meson: do not use meson.source_root() and meson.build_root()Allan McRae2022-03-061-1/+1
* Update copyright yearsAllan McRae2022-01-0211-11/+11
* Update mailing list urlmorganamilo2021-11-2011-11/+11
* pactest: add tests for downloading packages from a cdnmorganamilo2021-09-041-1/+22
* pactest: add test case for servers returning 404 with bodymorganamilo2021-06-072-0/+25
* fix downloading multiple urls with XferCommandAndrew Gregory2021-05-012-0/+28
* pmserve: allow serving byte objects directlyAndrew Gregory2021-05-011-0/+2
* pmpkg: add makepkg_bytesAndrew Gregory2021-05-011-4/+10
* Add support for multiple 'Architecture' valuesDan McGee2021-04-223-0/+32
* test: update mailing list urlJelle van der Waa2021-04-081-1/+1
* ensure tests are parsed as TAP since they are, in fact, TAPEli Schwartz2021-04-072-0/+2
* Update copyright yearAllan McRae2021-03-0111-11/+11
* add --upgrade download testsAndrew Gregory2021-01-214-0/+137
* pmtest: add ability to spawn simple http serversAndrew Gregory2021-01-213-0/+135
* pmdb: add option to skip populating file:// serverAndrew Gregory2021-01-213-8/+9
* add CACHE_FEXISTS and CACHE_FCONTENTS test rulesAndrew Gregory2021-01-211-0/+10
* pactest.py: read options from PACTEST_OPTSAndrew Gregory2021-01-211-1/+2
* Remove autotools supportAllan McRae2020-06-014-45/+0
* meson: handle XFAIL tests outside of TAPDave Reisner2020-05-052-2/+20
* build-aux/update-copyright 2019 2020Allan McRae2020-02-1010-10/+10
* Increase meson test timeoutAllan McRae2020-01-271-0/+1
* tests: Fix typo in test descriptionAllan McRae2020-01-271-1/+1
* pactest: add environment option to run tests with valgrindEli Schwartz2019-11-261-1/+1
* pactest: set package tar format to GNU_FORMATAllan McRae2019-11-121-1/+1
* scripts/library: remove human_to_sizeEli Schwartz2019-11-063-58/+1
* libmakepkg: fix empty arguments in parseoptsEthan Sommer2019-11-051-1/+4
* libmakepkg: add optional argument support to parseoptsEthan Sommer2019-11-041-3/+9
* Update copyright yearsAllan McRae2019-10-2310-10/+10
* run XferCommand via execAndrew Gregory2019-10-122-2/+2
* autotools: distribute meson filesEli Schwartz2019-10-043-0/+3
* meson: remove tap-driver.py, use meson's TAP protocolDave Reisner2019-08-123-346/+335
* hooks: rename type File to PathAndrew Gregory2019-06-065-5/+5
* allow tests for disabled features to be skippedAndrew Gregory2019-01-045-19/+53
* tap.py: add skip_all functionAndrew Gregory2019-01-041-0/+5
* remove unused test summary codeAndrew Gregory2019-01-042-8/+0
* check localdb before upgrading packageAndrew Gregory2018-12-103-0/+29
* add missing tests to meson.buildAndrew Gregory2018-11-281-0/+2
* Add meson.build files to build with mesonDave Reisner2018-11-023-0/+378
* handle EINTR while polling scripts/hooksAndrew Gregory2018-10-212-0/+16
* reset signal handlers before running scripts/hooksAndrew Gregory2018-10-212-0/+12
* Port pactest to python3Dave Reisner2018-10-184-8/+9
* Remove the last traces of the pacman --force optionAllan McRae2018-08-106-102/+0
* Remove all modelines from the projectEli Schwartz2018-05-1416-32/+0
* Update coyrights for 2018Allan McRae2018-03-1410-10/+10
* hooks: Complain if hook parameters are overwritten. Fixed 2 space leaks.Stefan Klinger2018-03-145-0/+93
* test/pacman: fix spelling of distribution name and another typoMichael Straube2017-07-112-4/+4
* conflict: include owner for filesystem conflictsAndrew Gregory2017-04-162-0/+18
* unlink_file: strip trailing slashesAndrew Gregory2017-04-162-0/+17
* add --overwrite option to ignore file conflictsAndrew Gregory2017-04-124-0/+42
* pactest: add --review optionAndrew Gregory2017-04-041-1/+40