summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-01-06Update copyright years for 2014Allan McRae
2014-01-06Add the unit tests for -Qk and -Qkk that are possible now.Jeremy Heiner
2013-12-21Use the 'configure'd PYTHON to run pactest.Jeremy Heiner
2013-12-19trans_prepare: always sort trans->remove by depsAndrew Gregory
2013-12-15Fix pactest READMEAllan McRae
2013-11-15Replace "echo" command with "printf" in human_to_size_test.shJason St. John
2013-11-15Fix whitespace and other formatting issuesJason St. John
2013-11-15Makefile.am: fix typo in LOG_DRIVER variableAndrew Gregory
2013-10-31pacman -Si/-Qi: Autodetect best fitting file size unitFlorian Pritz
2013-10-31sortbydeps: include local pkgs in dep graphAndrew Gregory
2013-10-14Add parens around tuples in Python list comprehensions.Jeremy Heiner
2013-10-14Use Python's "range" instead of deprecated "xrange".Jeremy Heiner
2013-10-14Use dict iteration methods common to both Python 2 and 3.Jeremy Heiner
2013-10-14Use Python's "0o#" octal literal instead of deprecated "0#".Jeremy Heiner
2013-10-14Use "exec" instead of "execfile" (deprecated in Python 3).Jeremy Heiner
2013-10-14Bail early with a clear error message if Python runtime isn't 2.7+.Jeremy Heiner
2013-10-14Jettison the truncation of the display of pmrules.Jeremy Heiner
2013-10-14Add make target for TESTSAndrew Gregory
2013-09-19TESTS: add missing testsAndrew Gregory
2013-09-19Fix make distcheckAndrew Gregory
2013-09-04libalpm: introduce a usage level for reposDave Reisner
2013-08-21conflict.c: fix directory ownership checkAndrew Gregory
2013-08-21pactest: remove results summaryAndrew Gregory
2013-08-21integrate tests with automakeAndrew Gregory
2013-08-21pactest: accept test names without a switchAndrew Gregory
2013-08-21provide default values for test scriptsAndrew Gregory
2013-08-21convert pactest to TAP outputAndrew Gregory
2013-08-21pactest: treat unknown rules as failuresAndrew Gregory
2013-08-21convert test scripts to tap outputAndrew Gregory
2013-08-21query006: only set expectfailure on 32-bit systemsAndrew Gregory
2013-07-30Remove setlocale usage from the backendAllan McRae
2013-06-26deps.c: check for indirect deps when orderingAndrew Gregory
2013-06-03improve dir->file transition conflict resolutionAndrew Gregory
2013-06-03extract_single_file: consolidate symlink casesAndrew Gregory
2013-06-03conflict.c: check for file -> dir replacementsAndrew Gregory
2013-06-03conflict.c: exclude trailing slash from file pathAndrew Gregory
2013-06-03conflict.c: do not ignore symlink<->dir conflictsAndrew Gregory
2013-06-03alpm_filelist: remove resolved_pathAndrew Gregory
2013-06-03update tests for symlink support removalAndrew Gregory
2013-05-29pmtest: set LC_ALL=C in subprocess.callAndrew Gregory
2013-05-07Merge branch 'maint'Allan McRae
2013-04-30Add --noprepare option to makepkgEric BĂ©langer
2013-04-24Remove ALPM_QUESTION_LOCAL_NEWERConnor Behan
2013-04-18Fix spelling errors using 'codespell' toolAnatol Pomozov
2013-04-15util.py: replace file() with open()Andrew Gregory
2013-04-15pmpkg: default mode 0755 for dirs in sync packagesAndrew Gregory
2013-03-10pmpkg: add missing directories to test packagesAndrew Gregory
2013-03-07libalpm: Search for replacers before literalsOlivier Brunel
2013-03-07libalpm: Fix installing update of a replaced packageOlivier Brunel
2013-03-07fix typos in pacman testsAndrew Gregory