[PATCH 1/2] Fix test/signal-logging to work on Solaris

2014-02-09 Thread Alan Coopersmith
For some reason, Solaris libc sprintf() doesn't add "0x" to the %p output as glibc does, causing the test to fail for not matching the exact output. Since the 0x is desirable, we add it ourselves to the test string. Signed-off-by: Alan Coopersmith --- test/signal-logging.c |4 1 file ch

Re: [PATCH 1/2] Fix test/signal-logging to work on Solaris

2014-02-10 Thread Peter Hutterer
On Sun, Feb 09, 2014 at 11:13:50PM -0800, Alan Coopersmith wrote: > For some reason, Solaris libc sprintf() doesn't add "0x" to the %p output > as glibc does, causing the test to fail for not matching the exact output. > Since the 0x is desirable, we add it ourselves to the test string. > > Signed

Re: [PATCH 1/2] Fix test/signal-logging to work on Solaris

2014-02-24 Thread Keith Packard
Peter Hutterer writes: > On Sun, Feb 09, 2014 at 11:13:50PM -0800, Alan Coopersmith wrote: >> For some reason, Solaris libc sprintf() doesn't add "0x" to the %p output >> as glibc does, causing the test to fail for not matching the exact output. >> Since the 0x is desirable, we add it ourselves t