xserver-multidpi/test/xi2
Keith Packard e7df42ab68 test/xi2: Fix infinite loop in test_convert_XITouchOwnershipEvent
The touchid test was using a loop like:

	for(i = 1; i < 0xffffffff; i <<= 1)

When 'i' is a 32-bit variable, this infinite loops as it goes from
0x80000000 to 0. 'i' is declared as 'long', which is 32-bit in 32-bit mode.

Signed-off-by: Keith Packard <keithp@keithp.com>
2011-12-22 09:35:51 -08:00
..
.gitignore Update .gitignore as new tests have been added 2011-06-22 10:45:25 -07:00
Makefile.am Add a new XI2Mask struct and a few helper functions. 2011-12-09 14:56:23 +10:00
protocol-common.c test: fix two more failing FP3232 tests 2011-10-27 08:41:08 +10:00
protocol-common.h test/xi2: remove duplicated include 2011-04-25 10:45:34 -07:00
protocol-eventconvert.c test/xi2: Fix infinite loop in test_convert_XITouchOwnershipEvent 2011-12-22 09:35:51 -08:00
protocol-xigetclientpointer.c Use internal temp variable for swap macros 2011-09-21 17:12:04 -04:00
protocol-xigetselectedevents.c Use internal temp variable for swap macros 2011-09-21 17:12:04 -04:00
protocol-xipassivegrabdevice.c tests: update for touch support 2011-12-16 11:18:47 +10:00
protocol-xiquerydevice.c test: fix two more failing FP3232 tests 2011-10-27 08:41:08 +10:00
protocol-xiquerypointer.c Use internal temp variable for swap macros 2011-09-21 17:12:04 -04:00
protocol-xiqueryversion.c Use internal temp variable for swap macros 2011-09-21 17:12:04 -04:00
protocol-xiselectevents.c tests: update for touch support 2011-12-16 11:18:47 +10:00
protocol-xisetclientpointer.c Use internal temp variable for swap macros 2011-09-21 17:12:04 -04:00
protocol-xiwarppointer.c Use internal temp variable for swap macros 2011-09-21 17:12:04 -04:00
xi2.c Add a new XI2Mask struct and a few helper functions. 2011-12-09 14:56:23 +10:00