Comment 4 for bug 1194123

Revision history for this message
Sebastien Bacher (seb128) wrote :

Some details on how I test atm:

- apt-get source gtk+3.0
- cd gtk+-3.0-3.8.2
- debuild

That leads to a failing build on test

if you want to just run one of the failing tests:
- xvfb-run debian/build/share/tests/a11y/text

To test changes (e.g downgrading gcc or -O0):
- cd debian/build/share/gtk
- make clean
- (edit Makefile to change -O)
- make
- xvfb-run ../tests/a11y/text

-> gives a working test.

I'm trying to figure out what option exactly is breaking it, I didn't find yet what objects in gtk need to be rebuilt to trigger the problem or not though...