Re: [Intel-gfx] [PATCH i-g-t] tests/drv_hangman: remove check for other drm clients

2014-12-01 Thread Daniel Vetter
On Mon, Dec 01, 2014 at 02:42:37PM +, tim.g...@intel.com wrote: > From: Tim Gore > > This test will not run on Android as the coreu service > remains running even after the android system is stopped. > Coreu is a client of drm and when the test finds this it > fails an assert. > Coreu is star

[Intel-gfx] [PATCH i-g-t] tests/drv_hangman: remove check for other drm clients

2014-12-01 Thread tim . gore
From: Tim Gore This test will not run on Android as the coreu service remains running even after the android system is stopped. Coreu is a client of drm and when the test finds this it fails an assert. Coreu is started by the init process and there is no tidy, non invasive way to stop it (init ju