[cairo] *gl-surface-source: CRASH! Re: make check failed while all tests passed

darxus at chaosreigns.com darxus at chaosreigns.com
Sun Aug 14 21:35:44 UTC 2016


On 08/10, darxus at chaosreigns.com wrote:
> This is returning crashes:
> 
> darxus at dancer:~/source/cairo/test$ DISPLAY=:5 ./cairo-test-suite gl-surface-source
> 
> TESTING cairo-test-suite
> Compiled against cairo 1.15.2, running on 1.15.2.
> Compiled against pixman 0.33.6, running on 0.33.6.
> 
> TESTING gl-surface-source
...
> gl-surface-source: CRASH!
...

I copied and pasted this command which was giving me crashes, and now it's
not running any tests.  Git logs don't seem to show any relevant changes.

$ git clean -xfd
$ ./autogen.sh && make && echo worked
$ cd test
darxus at dancer:~/source/cairo/test$ DISPLAY=:5 ./cairo-test-suite gl-surface-source

TESTING cairo-test-suite
Compiled against cairo 1.15.2, running on 1.15.2.
Compiled against pixman 0.33.6, running on 0.33.6.
0 Passed, 0 Failed [0 crashed, 0 expected], 0 Skipped
darxus at dancer:~/source/cairo/test$ 


And I have this running (and killed and restarted after to verify it wasn't
in a weird state):  
while : ; do Xvfb -screen 0 1680x1024x24 -ac -nolisten tcp :5; done


cairo-test-suite without an argument does run stuff.  Running it with a
different argument works:

$ DISPLAY=:5 CAIRO_TEST_TARGET=xcb ./cairo-test-suite pthread-show-text

TESTING cairo-test-suite
Compiled against cairo 1.15.2, running on 1.15.2.
Compiled against pixman 0.33.6, running on 0.33.6.

TESTING pthread-show-text
pthread-show-text.xcb.argb32 [0x1]:	FAIL
...



More information about the cairo mailing list