summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2014-01-06Push down testing .gitignore entriesDan McGee1-0/+2
2014-01-06Update copyright years for 2014Allan McRae11-10/+11
2014-01-06Add the unit tests for -Qk and -Qkk that are possible now.Jeremy Heiner3-0/+32
2013-12-21Use the 'configure'd PYTHON to run pactest.Jeremy Heiner7-14/+0
2013-12-19trans_prepare: always sort trans->remove by depsAndrew Gregory2-0/+30
2013-12-15Fix pactest READMEAllan McRae1-3/+2
2013-11-15Replace "echo" command with "printf" in human_to_size_test.shJason St. John1-1/+1
2013-11-15Fix whitespace and other formatting issuesJason St. John2-56/+56
2013-11-15Makefile.am: fix typo in LOG_DRIVER variableAndrew Gregory4-5/+5
2013-10-31pacman -Si/-Qi: Autodetect best fitting file size unitFlorian Pritz1-1/+1
2013-10-31sortbydeps: include local pkgs in dep graphAndrew Gregory1-0/+2
2013-10-14Add parens around tuples in Python list comprehensions.Jeremy Heiner34-34/+34
2013-10-14Use Python's "range" instead of deprecated "xrange".Jeremy Heiner3-5/+5
2013-10-14Use dict iteration methods common to both Python 2 and 3.Jeremy Heiner4-9/+9
2013-10-14Use Python's "0o#" octal literal instead of deprecated "0#".Jeremy Heiner3-5/+5
2013-10-14Use "exec" instead of "execfile" (deprecated in Python 3).Jeremy Heiner1-1/+2
2013-10-14Bail early with a clear error message if Python runtime isn't 2.7+.Jeremy Heiner1-0/+6
2013-10-14Jettison the truncation of the display of pmrules.Jeremy Heiner1-3/+1
2013-10-14Add make target for TESTSAndrew Gregory1-292/+291
2013-09-19TESTS: add missing testsAndrew Gregory1-0/+4
2013-09-19Fix make distcheckAndrew Gregory1-0/+1
2013-09-04libalpm: introduce a usage level for reposDave Reisner2-0/+31
2013-08-21conflict.c: fix directory ownership checkAndrew Gregory2-0/+33
2013-08-21pactest: remove results summaryAndrew Gregory2-71/+1
2013-08-21integrate tests with automakeAndrew Gregory1-0/+288
2013-08-21pactest: accept test names without a switchAndrew Gregory1-17/+4
2013-08-21provide default values for test scriptsAndrew Gregory4-24/+21
2013-08-21convert pactest to TAP outputAndrew Gregory7-59/+121
2013-08-21pactest: treat unknown rules as failuresAndrew Gregory2-6/+3
2013-08-21convert test scripts to tap outputAndrew Gregory4-46/+58
2013-08-21query006: only set expectfailure on 32-bit systemsAndrew Gregory1-1/+4
2013-07-30Remove setlocale usage from the backendAllan McRae2-7/+1
2013-06-26deps.c: check for indirect deps when orderingAndrew Gregory2-2/+44
2013-06-03improve dir->file transition conflict resolutionAndrew Gregory1-0/+17
2013-06-03extract_single_file: consolidate symlink casesAndrew Gregory1-1/+2
2013-06-03conflict.c: check for file -> dir replacementsAndrew Gregory2-2/+20
2013-06-03conflict.c: exclude trailing slash from file pathAndrew Gregory2-4/+0
2013-06-03conflict.c: do not ignore symlink<->dir conflictsAndrew Gregory7-10/+4
2013-06-03alpm_filelist: remove resolved_pathAndrew Gregory7-6/+8
2013-06-03update tests for symlink support removalAndrew Gregory9-31/+40
2013-05-29pmtest: set LC_ALL=C in subprocess.callAndrew Gregory1-1/+1
2013-05-07Merge branch 'maint'Allan McRae1-1/+1
2013-04-30Add --noprepare option to makepkgEric BĂ©langer1-1/+1
2013-04-24Remove ALPM_QUESTION_LOCAL_NEWERConnor Behan5-5/+5
2013-04-18Fix spelling errors using 'codespell' toolAnatol Pomozov1-1/+1
2013-04-15util.py: replace file() with open()Andrew Gregory1-1/+1
2013-04-15pmpkg: default mode 0755 for dirs in sync packagesAndrew Gregory1-0/+2
2013-03-10pmpkg: add missing directories to test packagesAndrew Gregory3-22/+37
2013-03-07libalpm: Search for replacers before literalsOlivier Brunel3-4/+19
2013-03-07libalpm: Fix installing update of a replaced packageOlivier Brunel1-0/+18