summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2014-12-18remove.c: honor inverted patterns in noupgradeAndrew Gregory2-0/+20
2014-11-20pacsort: parse inputs up front into control structDave Reisner1-1/+10
2014-11-04add pacman-db-upgrade-v9.py to check_SCRIPTSAndrew Gregory1-0/+1
2014-11-04tests/pacman-db-upgrade-v9: set additional pathsAndrew Gregory1-1/+5
2014-11-04pmtest: make test paths easily available to testsAndrew Gregory1-4/+16
2014-10-13add pacman-db-upgrade testAndrew Gregory1-0/+21
2014-10-13pmtest: allow tests to specify test binaryAndrew Gregory4-18/+29
2014-10-13pacman: add --confirm optionAndrew Gregory1-3/+3
2014-10-13pmtest: allow tests to specify db versionAndrew Gregory1-2/+3
2014-10-13pmrule: make backup file test more robustAndrew Gregory1-6/+4
2014-10-13pmdb: include directories in package file listsAndrew Gregory1-1/+1
2014-09-30Add --assume-installed optionFlorian Pritz4-0/+47
2014-09-23Check the version of the local database during validationAllan McRae1-1/+1
2014-09-23Add version file to empty local databaseAllan McRae1-0/+3
2014-09-23Add version file when creating local database directoryAllan McRae1-0/+2
2014-08-04pactest: delay test object creationAndrew Gregory1-3/+3
2014-08-04pactest: only snapshot needed filesAndrew Gregory2-6/+17
2014-08-03check_pkg_fast: check file typeAndrew Gregory1-2/+0
2014-08-03add test for file type check with -QkAndrew Gregory2-0/+15
2014-08-03pactest: check for tests before environment setupAndrew Gregory1-5/+4
2014-08-03pactest: check for pacman binary before runningAndrew Gregory1-1/+5
2014-08-03pactest: parse options before environment setupAndrew Gregory1-3/+5
2014-06-10Add test case for the perl 5.20 dependency breakageFlorian Pritz2-0/+24
2014-05-07remove.c: downgrade TRANS_DUP_TARGET to warningAndrew Gregory1-2/+2
2014-05-04pactest: treat arguments as files instead of globsAndrew Gregory1-7/+8
2014-05-04pmdb.py: change siglevel name to RequiredAndrew Gregory2-2/+2
2014-03-03pactest: add prefix to temporary directoryAndrew Gregory1-1/+1
2014-03-03pmpkg.py: remove unused importsAndrew Gregory1-4/+0
2014-02-04pmtest: add memory check to tests with valgrindAndrew Gregory2-0/+6
2014-02-04pmrule: add FILE_EMPTY ruleAndrew Gregory2-0/+5
2014-01-30pacman: use exit status 0 for --help and --versionAndrew Gregory3-3/+3
2014-01-28pmtest: use valgrind --child-silent-after-forkAndrew Gregory1-0/+1
2014-01-28pmtest: use --gen-suppression=all with valgrindAndrew Gregory1-0/+1
2014-01-28pmtest: send valgrind output to var/log/valgrindAndrew Gregory1-1/+2
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz4-4/+4
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