Re: [PATCH weston] tests: make signal other than ABRT a hard failure

2013-01-24 Thread Pekka Paalanen
On Thu, 24 Jan 2013 16:24:14 -0500 Kristian Høgsberg wrote: > On Tue, Dec 18, 2012 at 05:30:16PM +0200, Pekka Paalanen wrote: > > We handle FAIL_TEST tests by simply inverting the success flag. The > > problem with this is, that if a FAIL_TEST fails by a SIGSEGV, it will be > > interpreted as pas

Re: [PATCH weston] tests: make signal other than ABRT a hard failure

2013-01-24 Thread Kristian Høgsberg
On Tue, Dec 18, 2012 at 05:30:16PM +0200, Pekka Paalanen wrote: > We handle FAIL_TEST tests by simply inverting the success flag. The > problem with this is, that if a FAIL_TEST fails by a SIGSEGV, it will be > interpreted as passed. However, no code should ever cause a SEGV, or any > other signal

Re: [PATCH weston] tests: make signal other than ABRT a hard failure

2012-12-18 Thread Pekka Paalanen
ehalf > >Of Pekka Paalanen > >Sent: Tuesday, December 18, 2012 7:30 AM > >To: wayland-devel@lists.freedesktop.org > >Cc: Pekka Paalanen > >Subject: [PATCH weston] tests: make signal other than ABRT a hard failure > > > >We handle FAIL_TEST tests by simply

RE: [PATCH weston] tests: make signal other than ABRT a hard failure

2012-12-18 Thread Eoff, Ullysses A
>To: wayland-devel@lists.freedesktop.org >Cc: Pekka Paalanen >Subject: [PATCH weston] tests: make signal other than ABRT a hard failure > >We handle FAIL_TEST tests by simply inverting the success flag. The >problem with this is, that if a FAIL_TEST fails by a SIGSEGV, it will be >interpreted as pas

[PATCH weston] tests: make signal other than ABRT a hard failure

2012-12-18 Thread Pekka Paalanen
We handle FAIL_TEST tests by simply inverting the success flag. The problem with this is, that if a FAIL_TEST fails by a SIGSEGV, it will be interpreted as passed. However, no code should ever cause a SEGV, or any other signal than ABRT. And even ABRT only in the case of an assert() that is meant t