weston/tests
Kristian Høgsberg 1f4d8e9def keyboard-test: Use wl_display_roundtrip() instead of yield()
As for button-test, a wl_display_roundtrip is sufficient here.  The
yield() between wl_test_activate_surface() and wl_test_send_key() is
also not needed, since the two requests will arrive at the server in
order, and will activate the surface first, then send a key event.
2012-12-11 22:00:54 -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 keyboard-test: Use wl_display_roundtrip() instead of yield() 2012-12-11 22:00:54 -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