summaryrefslogtreecommitdiff
path: root/evdevtest/juice_evtest.c
AgeCommit message (Collapse)Author
2015-10-06Remove Evdevtest as Android doesn't support modulesVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org> Change-Id: I0e136cab9f4b9056dbb9cb939cbee6c29855cb1b
2014-07-16Fix build on kernel headers that don't have EVIOC{G,S}SUSPENDBLOCKBernhard Rosenkränzer
EVIOCGSUSPENDBLOCK/EVIOCSSUSPENDBLOCK aren't part of the official kernel. Don't assume they're defined by Bionic's uapi headers. Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
2013-08-06Change the following test cases:Bintian Wang
(1) ioctl(fd, EVIOCGSUSPENDBLOCK) to ioctl(fd, EVIOCGSUSPENDBLOCK,NULL) (2) ioctl(fd, EVIOCGSUSPENDBLOCK) to ioctl(fd, EVIOCGSUSPENDBLOCK, NULL) (3) ioctl(fd, EVIOCSCLOCKID) to ioctl(fd, EVIOCSCLOCKID, NULL) Signed-off-by: Bintian Wang <bintian.wang@linaro.org>
2013-07-22Change the judgement of return value of posix functions(e.g. timer_gettime)Bintian Wang
from "-1 == ret" to "ret < 0" Signed-off-by: Bintian Wang <bintian.wang@linaro.org>
2013-07-20Update juice_evtest.c after John's code reviewBintian Wang
Signed-off-by: Bintian Wang <bintian.wang@linaro.org>
2013-07-18evdev-test: change the space in test case id ot underscoreYongqin Liu
when there space in the test case id, the patter will not match, and we can't get the result correctly Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2013-07-18evdevtest: change the result sytle to be identical with othersYongqin Liu
change the result output format from [EVDEV EVIOCGSUSPENDBLOCK READ TEST1] PASS to [EVDEV EVIOCGSUSPENDBLOCK READ TEST1]: test passed so that we can use the same linaro_android_kernel_test to do it on lava Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2013-07-17Add input evdev test casesBintian Wang
Signed-off-by: Bintian Wang <bintian.wang@linaro.org>