summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add a test case to test "-MT" and "-MF" without spaces after them.fergus.henderson2008-07-301-1/+22
* This is based on klarlund's original version of this patch (klarlund/d3b3):fergus.henderson2008-07-291-4/+24
* While testdistcc.py tries to use port 42000 to communicate, if itcsilvers2008-06-101-6/+6
* lsdistcc should print non-default port numbers.zhanglei2008-06-091-9/+14
* Tidy-up testing framework to overcome recently introduced bug.klarlund2008-05-312-51/+88
* Normalize the copyright text, to the latest version of the GPLv2 textcsilvers2008-05-232-24/+25
* Fix author lines. Also, add gpl text.csilvers2008-05-231-2/+17
* Disable the Gdb_Case test in non-pump mode when using gcc versionsfergus.henderson2008-05-211-2/+11
* Disable some tests that were failing if you don't have a C++ compilerfergus.henderson2008-05-211-8/+29
* Re-enable Objective C and Objective C++ support.fergus.henderson2008-05-201-6/+20
* Disable part of the DashWpMD_Case test, because it doesn't pass :-(fergus.henderson2008-05-201-1/+6
* Improve assert message.klarlund2008-05-201-1/+1
* Add 'DashWpMD_Case' to the list of test cases that actually get run.fergus.henderson2008-05-191-0/+1
* Fix a typo: s/ddc_/dcc_/fergus.henderson2008-05-171-3/+3
* Handle '-Wp,-MD,<dotdfile>' option.fergus.henderson2008-05-161-0/+15
* Modifications to the pump and test framework for cygwin.csilvers2008-05-151-36/+58
* The gdb tests was making two assumptions that the input was ELF, whichcsilvers2008-05-151-10/+58
* Replace an os.system calls ('rm -rf') with python (shutil.rmtree).csilvers2008-05-141-3/+2
* On some systems (FreeBSD), it looks like connect() can return EINVAL.csilvers2008-05-131-1/+2
* Two changes to robustify the unittests:csilvers2008-05-131-3/+25
* printenv doesn't exist on all systems. 'env' does, and does the samecsilvers2008-05-131-2/+2
* Handle gcc's "-MF" option in the include server.fergus.henderson2008-05-121-0/+1
* Annoyingly, different versions of gcc are inconsistent in how theycsilvers2008-05-111-12/+15
* Speed-up integration/systems tests.klarlund2008-05-091-5/+10
* The DaemonBadPort test case was not passing in --allow, which is a newcsilvers2008-05-071-1/+2
* Change Lsdistcc_Case to work on hosts for which 127.0.0.2 is not a loopback a...fergus.henderson2008-05-021-5/+20
* Fix EmptySource_Case test so that it passes with gcc 3.4.x.fergus.henderson2008-05-021-4/+8
* Remove .d test case for which gcc stumbles on Mac OS.klarlund2008-05-021-1/+4
* Four improvements to the test framework:csilvers2008-05-021-29/+47
* Rename directory testtmp to _testtmp in line with our current practice forklarlund2008-04-181-1/+1
* Fix-up test in regard to angle bracket includes of non-existent files in orderklarlund2008-04-181-1/+13
* The first step of moving everything in the distcc directory to the topcsilvers2008-04-113-0/+2198