[PATCH xorg-gtest 1/8] xserver: don't throw exceptions on failed startup

2012-10-09 Thread Peter Hutterer
Startup failure can be a valid test-case, avoid throwing exceptions around. Instead, update the process state on SIGCHLD, otherwise continue quietly after the timeout. A test that needs the server to be running, will figure out that it isn't once XOpenDisplay() fails. If the signal handling fails,

Re: [PATCH xorg-gtest 1/8] xserver: don't throw exceptions on failed startup

2012-10-10 Thread Chase Douglas
On Tue, Oct 9, 2012 at 10:14 PM, Peter Hutterer wrote: > Startup failure can be a valid test-case, avoid throwing exceptions around. > Instead, update the process state on SIGCHLD, otherwise continue quietly > after the timeout. > A test that needs the server to be running, will figure out that it