summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-09Fix up build system to use the googletest import buildgoogletest-mergePeter Hutterer9-61/+74
2012-10-09Import googletest's fused-src filesPeter Hutterer4-0/+28702
2012-10-09process: on termination, check if the process exited and set the error codePeter Hutterer1-4/+11
2012-10-09xserver: up the SIGUSR1 timeout to 3 secondsPeter Hutterer1-1/+1
2012-10-09test: add test-case for starting serversPeter Hutterer1-0/+16
2012-10-09xserver: don't throw exceptions on failed startupPeter Hutterer1-7/+11
2012-10-04Deprecate WaitForConnections()Daniel Martin3-32/+1
2012-10-04xserver: use SIGUSR1 to wait for XServer startupDaniel Martin1-0/+31
2012-10-03include: fix doxygen warningPeter Hutterer1-1/+1
2012-10-03Drop compat headersPeter Hutterer6-19/+1
2012-10-02xorg-gtest 0.5.0xorg-gtest-0.5.0Peter Hutterer1-1/+1
2012-09-27process: fix compiler warningPeter Hutterer1-1/+1
2012-09-27xserver: don't sleep for a second, 100us is enoughPeter Hutterer1-2/+2
2012-09-27process: return if waitpid() failsPeter Hutterer1-0/+2
2012-09-27process: reduce wait time for process terminationPeter Hutterer1-2/+2
2012-09-25Remove mention of "dummy" where it's not true anymorePeter Hutterer4-14/+12
2012-08-29device: use inotify to wait for the device to appearPeter Hutterer5-3/+141
2012-08-29device: if the device node is still empty when we need it, re-guessPeter Hutterer1-2/+5
2012-08-29device: If we can't open the device, it's not the one we wantPeter Hutterer1-0/+3
2012-08-29device: split device comparison into a helper functionPeter Hutterer1-15/+23
2012-08-29device: only strcmp if EVIOCGNAME succeedsPeter Hutterer1-2/+2
2012-08-29device: move "device not found error down"Peter Hutterer1-6/+4
2012-08-29test: add xserver-test to gitignorePeter Hutterer1-0/+1
2012-08-28aclocal: set the proper include path for the default source pathPeter Hutterer1-2/+2
2012-08-17test: add xserver test for logfile removalPeter Hutterer2-1/+67
2012-08-17process: terminate the child if the parent diesPeter Hutterer2-0/+50
2012-08-17test: add a self-check directoryPeter Hutterer5-1/+135
2012-08-17xserver: add RemoveLogFile()Peter Hutterer2-0/+18
2012-08-17process: add state enum and GetState()Peter Hutterer2-0/+59
2012-08-17process: require NULL as last argument to Start()Peter Hutterer2-9/+13
2012-08-17xserver: don't push the program name into the argument listPeter Hutterer1-1/+0
2012-08-17xserver: if the logfile was created by TestStartup, remove it againPeter Hutterer1-2/+12
2012-08-17xserver: use temporary variable for log file tooPeter Hutterer1-14/+7
2012-08-16process: add XORG_GTEST_CHILD_STDOUT environment variablePeter Hutterer2-2/+7
2012-08-16Add Red Hat copyright noticesPeter Hutterer8-0/+8
2012-08-14process: document that va_args for Start() must end with zero-length stringPeter Hutterer1-2/+4
2012-08-13Drop mentioning of uTouch-Evemu in comments, rename to evemuPeter Hutterer1-4/+4
2012-08-13xserver: add destructor to tear down the serverPeter Hutterer2-0/+7
2012-08-13xserver: add getters and setters for config and log filePeter Hutterer2-0/+24
2012-08-13Require gtest-source-path to be absolutePeter Hutterer2-5/+25
2012-08-08xserver: add GetVersion() to retrieve server versionPeter Hutterer2-0/+41
2012-08-08process: use fork(), not vfork()Peter Hutterer1-1/+1
2012-08-08aclocal: fill AS_IF with noop statementsPeter Hutterer1-2/+2
2012-07-27xserver: Pass given timeout valueOlivier Fourdan1-2/+2
2012-07-26Release version 0.4.0xorg-gtest-0.4.0Chase Douglas1-1/+1
2012-07-26Print the correct file when log file is not writeableChase Douglas1-1/+1
2012-07-26Separate string constants so xorg-gtest_main.cpp compiles againChase Douglas1-1/+1
2012-07-26Uninstall documentation tooChase Douglas1-0/+3
2012-07-26Disable man page documentation generation and installationChase Douglas2-5/+1
2012-07-26Disable PDF documentation generationChase Douglas1-1/+1