1
0
Fork 0
mutter-performance-source/clutter
Jonas Ådahl 9c0fa583f5 clutter/tests/conform: Fix actor-offscreen-redirect
The actor-offscreen-redirect didn't initialize its state properly, so
it could potentially end up with the "was_painted" state being TRUE
from the start, effectively skipping the whole test.

Fixing so that the test even run resulted in the test getting stuck in
a dead lock due to the verification that a frame was drawn was done
from a paint callback. A paint callback had the mutex held, so when the
test case tried to run the main loop, the next paint callback caller
path taken would try to re-lock the same mutex, thus dead lock.

https://bugzilla.gnome.org/show_bug.cgi?id=768976
2016-07-20 14:23:48 +08:00
..
build move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
clutter Don't use config.h in clutter and cogl 2016-07-20 14:23:48 +08:00
examples move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
tests clutter/tests/conform: Fix actor-offscreen-redirect 2016-07-20 14:23:48 +08:00
.gitignore Update .gitignore 2016-07-20 14:23:48 +08:00
configure.ac Don't use config.h in clutter and cogl 2016-07-20 14:23:48 +08:00
Makefile.am move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00