diff options
author | Keith Packard <keithp@keithp.com> | 2016-05-27 01:56:39 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-05-29 18:35:29 -0700 |
commit | 1338bfa81c6eddc66f07c15225c3feff062182ce (patch) | |
tree | 4335579f8a41babfdfad9b0e2fb904e0ff1e7873 /configure.ac | |
parent | 8b9b4387e8473810f6174519ee76818fcaae725d (diff) |
test: Make touch test reflect new ability to realloc touch array [v2]
Threaded input allows the input code to call malloc while processing
events. In this case, that's in the middle of processing touch events
and needing to resize the touch buffer.
This test was expecting the old behaviour where touch points would get
dropped if the buffer was full. The fix is to check for the new
behaviour instead.
[v2]
* make sure two finding two equivalent touches return the same touch
object
* check to make sure the queue resizes by the expected amount
Changes provided by Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions