mutter/clutter/tests/conform
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
..
scripts
actor-anchors.c
actor-destroy.c
actor-graph.c
actor-invariants.c
actor-iter.c
actor-layout.c
actor-meta.c
actor-offscreen-limit-max-size.c
actor-offscreen-redirect.c clutter/tests/conform: Fix actor-offscreen-redirect 2016-07-20 14:23:48 +08:00
actor-paint-opacity.c
actor-pick.c
actor-shader-effect.c
actor-size.c
animator.c
behaviours.c
binding-pool.c
cairo-texture.c
cally-text.c
color.c
events-touch.c
group.c
interval.c
Makefile.am build: Namespace installed tests of private libraries 2016-04-29 14:49:03 +02:00
model.c
path.c
rectangle.c
score.c
script-parser.c
state.c
text-cache.c
text.c
texture-fbo.c
texture.c
timeline-interpolate.c
timeline-progress.c
timeline-rewind.c
timeline.c
units.c