weston/tests
Kristian Høgsberg f63fab7241 button-test: Use wl_display_roundtrip instead of yield()
A round trip is sufficient here.  We need to make sure that the server
has received the wl_test request and that we've received the event
that the request triggers.  The wl_display_roundtrip() helper does
exactly that: it sends a wl_display.sync request, which will hit the
server after the wl_test requests and thus the wl_callback.done event
will come back after the server has seen all the previous requests and
after we've handled all preceeding event.
2012-12-11 21:58:22 -05:00
..
.gitignore tests: Convert button-test to new test extension 2012-12-11 15:30:40 -05:00
button-test.c button-test: Use wl_display_roundtrip instead of yield() 2012-12-11 21:58:22 -05:00
client-test.c tests: Explicitly define the test client to launch 2012-08-29 15:02:18 -04:00
event-test.c tests: Convert event-test to new test extension 2012-12-11 15:30:33 -05:00
keyboard-test.c tests: Convert keyboard-test to new test extension 2012-12-11 15:30:25 -05:00
Makefile.am tests: Convert button-test to new test extension 2012-12-11 15:30:40 -05:00
matrix-test.c Move matrix.[ch] to shared 2012-12-06 15:53:03 -05:00
setbacklight.c Remove some dead code. 2012-10-16 11:29:10 -04:00
surface-global-test.c tests: Remove last GLfloat use 2012-11-14 14:42:51 -05: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-client-helper.c weston-test-client-helper: Use a frame callback to flush surface geometry 2012-12-11 21:50:14 -05:00
weston-test-client-helper.h tests: Convert keyboard-test to new test extension 2012-12-11 15:30:25 -05:00
weston-test-runner.c tests: Convert keyboard-test to new test extension 2012-12-11 15:30:25 -05:00
weston-test-runner.h tests: Convert keyboard-test to new test extension 2012-12-11 15:30:25 -05:00
weston-test.c tests: Define and implement a test protocol extension. 2012-12-11 15:29:52 -05:00
weston-tests-env tests: Allow weston-tests-env to process different test types 2012-12-11 15:30:05 -05:00