wayland/tests
Jonas Ådahl cb73bffed5 client: Invoke new_id closure arguments as pointers instead of integers
This commit adds a flags parameter to wl_closure_invoke(). The so far
added flags are ment to specify if the invokation is client side or
server side. When on the server side, closure arguments of type 'new_id'
should be invoked as a integer id while on the client side they should
be invoked as a pointer to a proxy object.

This fixes a bug happening when the address of a client side 'new_id'
proxy object did not fit in a 32 bit integer.

krh: Squashed test suite compile fix from Jason Ekstrand.

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2013-03-17 16:39:48 -04:00
..
.gitignore gitignore: add test-suite files 2013-01-24 16:14:52 -05:00
array-test.c tests: fix make check for out-of-tree builds 2012-06-30 19:58:37 +00:00
client-test.c tests: Include wayland-private.h for container_of 2012-10-21 10:04:17 -04:00
connection-test.c client: Invoke new_id closure arguments as pointers instead of integers 2013-03-17 16:39:48 -04:00
display-test.c Added a destroy signal to the wl_display object. 2013-01-11 15:52:39 -05:00
event-loop-test.c Add a destroy signal to the wl_event_loop object 2013-01-15 14:05:27 -05:00
exec-fd-leak-checker.c tests: support testing fd inheritance over exec 2012-04-20 15:06:27 +03:00
fixed-benchmark.c tests: fix make check for out-of-tree builds 2012-06-30 19:58:37 +00:00
fixed-test.c tests: fix make check for out-of-tree builds 2012-06-30 19:58:37 +00:00
list-test.c tests: fix make check for out-of-tree builds 2012-06-30 19:58:37 +00:00
Makefile.am Added a destroy signal to the wl_display object. 2013-01-11 15:52:39 -05:00
map-test.c tests: fix make check for out-of-tree builds 2012-06-30 19:58:37 +00:00
os-wrappers-test.c client: Invoke new_id closure arguments as pointers instead of integers 2013-03-17 16:39:48 -04:00
queue-test.c queue-test: WEXITSTATUS() is undefined if WIFEXITED() is false 2013-02-08 11:38:59 -05:00
sanity-test.c tests: ensure sanity leak check tests pass when leak checks are disabled. 2012-08-29 14:10:24 -04:00
socket-test.c tests: Quiet warning 2012-08-29 14:12:11 -04:00
test-helpers.c tests: support testing fd inheritance over exec 2012-04-20 15:06:27 +03:00
test-runner.c tests: Add a help message for the test runner 2013-02-11 13:58:39 -05:00
test-runner.h tests: support testing fd inheritance over exec 2012-04-20 15:06:27 +03:00