- 26 Jul, 2016 1 commit
-
-
Yong Bakos authored
Some headers and source files have been using types such as uint32_t without explicitly including stdint.h. Explicitly include stdint.h where appropriate. Signed-off-by:
Yong Bakos <ybakos@humanoriented.com> Reviewed-by:
Eric Engestrom <eric.engestrom@imgtec.com>
-
- 29 Apr, 2016 1 commit
-
-
Jonas Ådahl authored
Test that doing wl_display.sync on a wrapped proxy with a special queue works as expected. Test that creating a wrapper on a destroyed but not freed proxy fails. Signed-off-by:
Jonas Ådahl <jadahl@gmail.com> Reviewed-by:
Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-
- 16 Jan, 2016 1 commit
-
-
Jonas Ådahl authored
Change the API to pass an "void *" argument to the client main function, allowing the caller to call the same main function with different input. A helper (client_create_noarg) is added for when no argument is passed, and the existing test cases are changed to use this function instead. Signed-off-by:
Jonas Ådahl <jadahl@gmail.com> Reviewed-by:
Daniel Stone <daniels@collabora.com>
-
- 12 Jun, 2015 1 commit
-
-
Bryce Harrington authored
Signed-off-by:
Bryce Harrington <bryce@osg.samsung.com> Reviewed-by:
Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-
- 01 Dec, 2014 1 commit
-
-
Marek Chalupa authored
All the test-cases are in one test atm. It doesn't matter for the outcome, but when it is split to more tests, the debugging and reading the output is simpler. Signed-off-by:
Marek Chalupa <mchqwerty@gmail.com> Acked-by:
Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-
- 17 Nov, 2014 1 commit
-
-
Marek Chalupa authored
In 93e65406 we removed call to alarm() that served as timeout in this test. Now when we have test_set_timeout() func, return the timeout back. Signed-off-by:
Marek Chalupa <mchqwerty@gmail.com> Reviewed-by:
Giulio Camuffo <giuliocamuffo@gmail.com>
-
- 05 Nov, 2014 1 commit
-
-
Philip Withnall authored
Ensure that the round trip succeeds. Signed-off-by: Philip Withnall <philip at tecnocode.co.uk> Signed-off-by: Karsten Otto <ottoka at posteo.de> Reviewed-by:
Marek Chalupa <mchqwerty@gmail.com> Reviewed-by:
Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-
- 22 Aug, 2014 1 commit
-
-
Marek Chalupa authored
Most of the code of the queue-test is covered by the test compositor, so we can save few lines and use the test compositor instead. I think it's also more readable. This patch removes timeout from the test. We plan to add timeout to all tests later, though. v2. rebased to master Signed-off-by:
Marek Chalupa <mchqwerty@gmail.com> Reviewed-by:
Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-
- 21 Aug, 2014 3 commits
-
-
Marek Chalupa authored
Earlier, the wl_display_dispatch_pending were setting number of thread that can dispatch events. This behaviour was removed later, so now these lines are redundant. Related commits: 385fe30e 78cfa967 3c7e8bfbSigned-off-by:
Marek Chalupa <mchqwerty@gmail.com> Acked-by:
Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-
Marek Chalupa authored
Destroy all objects that we have created Signed-off-by:
Marek Chalupa <mchqwerty@gmail.com> Reviewed-by:
Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-
Giulio Camuffo authored
[Pekka Paalanen: moved variable declarations to before code. Added some comments, and added the re-arm to additionally test the opposite case.] Signed-off-by:
Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-
- 15 Jan, 2014 1 commit
-
-
U. Artie Eoff authored
Signed-off-by:
U. Artie Eoff <ullysses.a.eoff@intel.com>
-
- 09 Jul, 2013 1 commit
-
-
Kristian Høgsberg authored
-
- 08 Feb, 2013 1 commit
-
-
Kristian Høgsberg authored
If a child process dies from a signal, WIFEXITED() returns false and WEXITSTATUS() isn't well-defined. In this case, if the client segfaults, the status is 134 and WEXITSTATUS(134) is EXIT_SUCCESS, so we mask the error.
-
- 07 Nov, 2012 2 commits
-
-
Jonas Ådahl authored
Verify that when receiving the first of two synchronization callback events, destroying the second one doesn't cause any errors even if the delete_id event is handled out of order. Signed-off-by:
Jonas Ådahl <jadahl@gmail.com>
-
Jonas Ådahl authored
Using signals in the previous way could potentially lead to dead locks if the SIGCONT was signalled before a listener was registered. Signed-off-by:
Jonas Ådahl <jadahl@gmail.com>
-
- 05 Nov, 2012 1 commit
-
-
Jonas Ådahl authored
Check that after a callback removes a proxy that most likely will have several events queued up with the same target proxy, no more callbacks are invoked. Signed-off-by:
Jonas Ådahl <jadahl@gmail.com>
-