summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Ignore the common linux-gate.so warning in Gdb_Casemandyke@gmail.com2014-07-281-0/+1
* Really ignore userconf in Gdb_Casemandyke@gmail.com2014-07-281-9/+2
* Fix a bug where the BadLogFile_Case test was depending on gcc returningfergus.henderson@gmail.com2014-02-271-2/+2
* Don't assume that gcc returns exit status 1 for invalid options,fergus.henderson@gmail.com2014-02-271-2/+5
* Improve reliability of testsmandyke@gmail.com2013-05-272-54/+27
* Work-around for multiarch portability of SystemIncludeDirectories_Casemandyke@gmail.com2013-05-081-1/+5
* Fix issue 104 <http://code.google.com/p/distcc/issues/detail?id=104>:fergus.henderson@gmail.com2012-04-091-3/+9
* Apply patch from Ihor Kaharlichenko <madkinder> to fix issue 81fergus.henderson2011-06-281-2/+1
* Fix a syntax error in my last change.fergus.henderson2011-04-061-2/+2
* Fix some issues that caused the gdb-related tests to fail:fergus.henderson2011-04-061-5/+11
* Fix for <http://code.google.com/p/distcc/issues/detail?id=61>fergus.henderson2010-11-161-2/+13
* Fix failures of the Gdb_* test cases:fergus.henderson2010-09-101-7/+19
* Apply slightly cleaned up version of patch from perezdiez@gmail.comfergus.henderson2010-03-021-2/+3
* Apply patch from madkinder: use #include rather than #import in C++ test case.fergus.henderson2010-02-181-2/+2
* Change the PreprocessAsm_Case so that it reports NOTRUNfergus.henderson2010-02-181-1/+3
* Pass "-c" to gcc for the Dotd_Case tests.fergus.henderson2009-07-241-1/+1
* Define a GNU-compatible getline() implementation,fergus.henderson2009-07-241-0/+37
* Fix a distcc test that was failing on modern kernels:fergus.henderson2009-04-101-7/+10
* A fix for distcc issue 44 "Failed tests on make check (gentoo gcc-4.3.3)"fergus.henderson2009-04-101-1/+1
* Fix issue 35 <http://code.google.com/p/distcc/issues/detail?id=35>.fergus.henderson2009-01-301-0/+64
* Portability fix: the CPlusPlus_SystemIncludeDirectories_Casefergus.henderson2009-01-051-2/+6
* Provides a simple shell API to the include server:fergus.henderson2008-09-111-0/+52
* Add C++ version of the SystemIncludeDirectories test.fergus.henderson2008-08-021-32/+69
* Add a test of C++ compilation, and refactor the tests of Objective-Cfergus.henderson2008-08-021-30/+97
* 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