weston/tests
Kristian Høgsberg 128ee2c342 test-client: Make sure we process pending eevents before we verify state
Since the send-button-state request comes in on one socket and the
wayland event we're looking for comes in on another socket, the order
that we process the two in is undefined.  Thus, button-test fails
intermittently, depending on which event we process first.

We change wl_display_flush() to wl_display_roundtrip(), to make sure that
we deal with all wayland events before handling test protocol requests.
2012-10-21 22:30:26 -04:00
..
.gitignore tests: Add unit test for text model 2012-08-29 15:02:21 -04:00
Makefile.am tests: add keyboard test 2012-10-04 11:40:57 -04:00
button-test.c tests: add button test 2012-10-04 11:40:04 -04:00
client-test.c tests: Explicitly define the test client to launch 2012-08-29 15:02:18 -04:00
event-test.c event-test: more aggressive event testing 2012-10-04 11:39:55 -04:00
keyboard-test.c tests: add keyboard test 2012-10-04 11:40:57 -04:00
matrix-test.c tests: Remove GLfloat usage. 2012-10-04 12:28:04 -04:00
setbacklight.c Remove some dead code. 2012-10-16 11:29:10 -04:00
surface-global-test.c tests: test surface to/from global functions 2012-10-04 11:39:59 -04:00
surface-test.c tests: Remove GLfloat usage. 2012-10-04 12:28:04 -04:00
test-client.c test-client: Make sure we process pending eevents before we verify state 2012-10-21 22:30:26 -04:00
test-runner.c event-test: more aggressive event testing 2012-10-04 11:39:55 -04:00
test-runner.h tests: Explicitly define the test client to launch 2012-08-29 15:02:18 -04:00
test-text-client.c tests: Update tests to new APIs 2012-10-11 10:07:31 -04:00
text-test.c compositor: Always assign an output when updating a surface transform 2012-09-14 13:43:08 -04:00
weston-test compositor: Generalize module loading 2012-09-12 12:21:03 -04:00