[Bug 1398088] Re: ClientLibraryErrorsDeathTest is dumping core, causing spurious problem reports (like this one)

2016-02-18 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1342092 *** https://bugs.launchpad.net/bugs/1342092 We need a general solution for this. I'll put it in with bug 1342092 ** This bug has been marked a duplicate of bug 1342092 mir_acceptance_tests dumps core files (even when everything passes) -- You

[Bug 1398088] Re: ClientLibraryErrorsDeathTest is dumping core, causing spurious problem reports (like this one)

2014-12-02 Thread Alan Griffiths
The abort in this (and related) tests is correct: it is the behaviour being tested for. The error is in such tests being reported by Ubuntu Error Tracker - is there any way to flag executables as do not error track? -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1398088] Re: ClientLibraryErrorsDeathTest is dumping core, causing spurious problem reports (like this one)

2014-12-02 Thread Daniel van Vugt
Yes, just catch SIGABRT in the test and/or drop it completely [signal(SIGABRT, SIG_IGN)] -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1398088 Title: ClientLibraryErrorsDeathTest is dumping core,