Does not use shell script wrappers as v1 did. Fixes protocol-xgetselectedevents crash by cancelling wraps.
configure.ac | 2 - test/.gitignore | 12 +-- test/Makefile.am | 157 +++++++++++++++++++++---------- test/fixes.c | 4 +- test/hashtabletest.c | 4 +- test/input.c | 4 +- test/list.c | 4 +- test/misc.c | 4 +- test/signal-logging.c | 4 +- test/string.c | 3 +- test/tests-common.c | 33 +++++++ test/tests-common.h | 11 +++ test/tests.c | 41 ++++++++ test/tests.h | 38 ++++++++ test/touch.c | 6 +- test/xfree86.c | 4 +- test/xi1/.gitignore | 1 - test/xi1/Makefile.am | 34 ------- test/xi1/protocol-xchangedevicecontrol.c | 3 +- test/xi2/.gitignore | 11 --- test/xi2/Makefile.am | 70 -------------- test/xi2/protocol-common.c | 41 ++++++++ test/xi2/protocol-common.h | 2 + test/xi2/protocol-eventconvert.c | 4 +- test/xi2/protocol-xigetclientpointer.c | 19 +--- test/xi2/protocol-xigetselectedevents.c | 24 +---- test/xi2/protocol-xipassivegrabdevice.c | 25 ++--- test/xi2/protocol-xiquerydevice.c | 4 +- test/xi2/protocol-xiquerypointer.c | 23 +---- test/xi2/protocol-xiqueryversion.c | 4 +- test/xi2/protocol-xiselectevents.c | 31 ++---- test/xi2/protocol-xisetclientpointer.c | 19 +--- test/xi2/protocol-xiwarppointer.c | 22 +---- test/xi2/xi2.c | 6 +- test/xkb.c | 4 +- test/xtest.c | 4 +- 36 files changed, 354 insertions(+), 328 deletions(-) _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
