Re: [PATCH wayland] tests: Test creating a shm pool with 0 size

2016-02-26 Thread Pekka Paalanen
On Tue, 23 Feb 2016 08:25:23 +0800 Jonas Ådahl wrote: > On Mon, Feb 22, 2016 at 02:35:42PM -0800, Bryce Harrington wrote: > > On Mon, Feb 22, 2016 at 03:03:11PM +0100, Marek Chalupa wrote: > > > Hi > > > > > > On 02/22/16 06:52, Jonas Ådahl wrote: > > > >Add a test case that tests the server

Re: [PATCH wayland] tests: Test creating a shm pool with 0 size

2016-02-22 Thread Jonas Ådahl
On Mon, Feb 22, 2016 at 02:35:42PM -0800, Bryce Harrington wrote: > On Mon, Feb 22, 2016 at 03:03:11PM +0100, Marek Chalupa wrote: > > Hi > > > > On 02/22/16 06:52, Jonas Ådahl wrote: > > >Add a test case that tests the servers behaviour when creating a pool > > >of size 0. The test suite will do

Re: [PATCH wayland] tests: Test creating a shm pool with 0 size

2016-02-22 Thread Bryce Harrington
On Mon, Feb 22, 2016 at 03:03:11PM +0100, Marek Chalupa wrote: > Hi > > On 02/22/16 06:52, Jonas Ådahl wrote: > >Add a test case that tests the servers behaviour when creating a pool > >of size 0. The test suite will do the memory and fd leak check for us, > >so the test case is only a triggerer.

Re: [PATCH wayland] tests: Test creating a shm pool with 0 size

2016-02-22 Thread Marek Chalupa
Hi On 02/22/16 06:52, Jonas Ådahl wrote: Add a test case that tests the servers behaviour when creating a pool of size 0. The test suite will do the memory and fd leak check for us, so the test case is only a triggerer. Signed-off-by: Jonas Ådahl --- Makefile.am | 5 ++- tests/shm-te

[PATCH wayland] tests: Test creating a shm pool with 0 size

2016-02-21 Thread Jonas Ådahl
Add a test case that tests the servers behaviour when creating a pool of size 0. The test suite will do the memory and fd leak check for us, so the test case is only a triggerer. Signed-off-by: Jonas Ådahl --- Makefile.am | 5 ++- tests/shm-test.c | 108 +++