summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-05Fix CFLAGS to find correct header filesKeith Packard3-9/+11
2012-11-09xserver: install default X error handlerPeter Hutterer3-0/+130
2012-11-07gtest: add gtest-spi.h headerPeter Hutterer2-1/+233
2012-11-07test: conf paths must be absolutePeter Hutterer1-2/+2
2012-11-07test: change USB mouse recordings file to dist_noinst_DATAPeter Hutterer1-1/+1
2012-11-07examples: add test examples for manual XServer controlPeter Hutterer2-1/+111
2012-11-07examples: rename xorg-gtest-example to indicate it's an Environment examplePeter Hutterer3-11/+93
2012-11-07xserver: ignore SIGUSR1 in the parent after server startupPeter Hutterer1-0/+4
2012-11-07Make default log path configurablePeter Hutterer5-10/+65
2012-11-07Move default log/config setting back to environmentPeter Hutterer4-11/+20
2012-11-07xserver: add RemoveOptionPeter Hutterer6-1/+51
2012-11-07xserver: make second arg to SetOption() default to ""Peter Hutterer2-1/+1
2012-11-07xserver: change Start() to be virtualPeter Hutterer1-1/+1
2012-11-07test: exit(0) the xserver test after forkingPeter Hutterer1-1/+1
2012-11-07examples: use abs_top_srcdir to link to the config filePeter Hutterer1-1/+1
2012-11-07Drop .gz tarballs, bz2 is enoughPeter Hutterer1-1/+1
2012-11-06Expand on the default 'failed to open connection to display' errorPeter Hutterer1-2/+9
2012-10-29xorg-gtest-main: fix trailing whitespacePeter Hutterer1-1/+1
2012-10-29test: add process-test-helper to gitignorePeter Hutterer1-0/+1
2012-10-29xserver: shut up compiler warningPeter Hutterer1-0/+1
2012-10-29xserver: add XORG_GTEST_XSERVER_KEEPALIVE environment variablePeter Hutterer3-0/+82
2012-10-29xserver: use new fork handling for signal masksPeter Hutterer1-28/+46
2012-10-29process: split Fork() and Start() into (optionally) two callsPeter Hutterer3-3/+76
2012-10-29xserver: increase timout to 3 secondsPeter Hutterer1-1/+1
2012-10-25xorg-gtest 0.6.0xorg-gtest-0.6.0Peter Hutterer1-1/+1
2012-10-23Merge branch 'xlib-io-error-handler2'Peter Hutterer3-0/+67
2012-10-23Merge branch 'wait-for-device-fix'Peter Hutterer2-4/+225
2012-10-17xserver: add default X IO error handlerPeter Hutterer3-0/+68
2012-10-17include: add inclusion guards to xorg-gtest.hPeter Hutterer1-0/+5
2012-10-17include: add XORG_TESTCASE() macro for standardised printing of descriptionsPeter Hutterer4-17/+23
2012-10-17tests: drop gtest.h include, xorg-gtest.h pulls it in anywayPeter Hutterer1-1/+0
2012-10-17examples: fix compiler warningPeter Hutterer1-1/+1
2012-10-16examples: fix compiler warningPeter Hutterer1-1/+1
2012-10-16xserver: query device list before waitingPeter Hutterer1-0/+9
2012-10-16xserver: set the hierarchy mask before WaitForDevicePeter Hutterer2-4/+216
2012-10-16include: add inclusion guards to xorg-gtest.hPeter Hutterer1-0/+5
2012-10-16include: add XORG_TESTCASE() macro for standardised printing of descriptionsPeter Hutterer4-17/+23
2012-10-11tests: drop gtest.h include, xorg-gtest.h pulls it in anywayPeter Hutterer1-1/+0
2012-10-10xserver: use a default timout for 1s for Terminate() and Kill()Peter Hutterer1-2/+2
2012-10-10test/process-test: prefix TESTCASE with newline in debugging outputPeter Hutterer1-8/+8
2012-10-10test/process-test: add test for starting the same process object multiple timesPeter Hutterer1-0/+86
2012-10-10test: add test for termination exit statusPeter Hutterer1-0/+10
2012-10-10process: wait for SIGCHLD instead of busy loopingPeter Hutterer1-16/+31
2012-10-10process: on termination, check if the process exited and set the error codePeter Hutterer2-6/+16
2012-10-10test: add test-case for starting serversPeter Hutterer1-0/+16
2012-10-10xserver: don't throw exceptions on failed startupPeter Hutterer1-7/+11
2012-10-10test: add helper program for process termination issuePeter Hutterer3-2/+44
2012-10-10test: rename two process testsPeter Hutterer1-2/+2
2012-10-10process: if termination fails, the state must not be TERMINATEDPeter Hutterer1-4/+7
2012-10-10Fix up build system to use the googletest import buildPeter Hutterer9-61/+74