Chung-yih Wang has uploaded a new change for review.
Change subject: Add touchscreen SYN_DROPPED test
......................................................................
Add touchscreen SYN_DROPPED test
The test bombards the evdev kernel driver to generate SYN_DROPPED event(s)
as the queue inside will be filled up quickly. Therefore, we should be able
to see the SYN_DROPPED event and process it inside xf86-input-evdev driver
by examining the log file Xorg.0.log.
BUG=chromium-os:35291
TEST=on device; follow the steps
1. Modify the line in /sbin/xstart.sh to change the nice level from -20 to 19.
exec nice -n 19 /usr/bin/X -noreset -nolisten tcp vt01 -auth $1 2> /dev/null
2. Execute the test script to genereate the SYN_DROPPED event and see if it passes the test.
cd /usr/local/autotest
bin/autotest tests/platform_TouchscreenSynDrop/control
3. Test if touchscreen still functions correctly.
Change-Id: I4e2d899ef5d5af5ad4cb8835b76c7f3d48af7715
---
A client/site_tests/platform_TouchscreenSynDrop/control
A client/site_tests/platform_TouchscreenSynDrop/gestures/bombard.dat
A client/site_tests/platform_TouchscreenSynDrop/platform_TouchscreenSynDrop.p y
3 files changed, 14,980 insertions(+), 0 deletions(-)
git pull ssh://gerrit.chromium.org:29418/chromiumos/third_party/autotest refs/changes/96/36896/1
--
To view, visit https://gerrit.chromium.org/gerrit/36896
To unsubscribe, visit https://gerrit.chromium.org/gerrit/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4e2d899ef5d5af5ad4cb8835b76c7f3d48af7715
Gerrit-PatchSet: 1
Gerrit-Project: chromiumos/third_party/autotest
Gerrit-Branch: master
Gerrit-Owner: Chung-yih Wang <cyw...@chromium.org>