summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-06disable references to evdevtestlinaro-juice-master-20140514Vishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org> Change-Id: Iad7e92560464a4835075cb7e062481112dbfa29b
2015-10-06Remove Evdevtest as Android doesn't support modulesVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org> Change-Id: I9ccbdc3dd644bf06db00458e76055fbafccc2d20
2015-09-17delete logger and alarmdev test for 3.18 kernelYongqin Liu
since the logger and alarmdev are deleted from 3.18 kernel Change-Id: I195aa76b7333bd2e4b583603e364725605608bd4 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-09-14evdevtest: fix failure for evdevtestYongqin Liu
change to use getevent to find the input device added. but leave one question here: why the number is different between /devices/virtual/input/inputN and /dev/input/eventsN Change-Id: If9ce07e7365e580e971309ad53349a48c78b1f34 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-09-10vfat-volid: fix the call of ioctl on VFAT_IOCTL_GET_VOLUME_ID with 3.18 kernelYongqin Liu
In kernel 3.18, VFAT_IOCTL_GET_VOLUME_ID is defined as 0x13, and the valued is set to the variable passed to ioctl call instead of the return value Change-Id: I0c9a57145bba60ec73e188c412dd5a477bc41045 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-04-13evdevtest: set permission for __ATTR to 0775Yongqin Liu
this change will make the evdevtest can be compiled with newer kernel which has strict check on the permission mode for __ATTR Change-Id: Iadbea08a307696d9dee3e12f7c9767b26bf4786f Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-03-06Add missing #includesBernhard Rosenkränzer
Needed to build with Bionic from AOSP master -- some headers are no longer being included implicitly by other headers. Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
2014-11-20Added swp-swpb testAmit Khare
Change-Id: I115a57017ef83a37066d62844cca752e9b961cba Signed-off-by: Amit Khare <amit.khare@linaro.org>
2014-09-24product.mk: add file for binderAddIntsYongqin Liu
make binderAddInts integrated even when build with the user mode Change-Id: Ibf6ad6d65bf90c149a640e130f20aa4b38d841b7 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-09-24ashmemtest and vfat-volid: change to use temporary under /data/local/tmpYongqin Liu
when selinux enabled, it's not possible to create or access directory under /data/ or root (/), so change to use deirectory under /data/local/tmp Change-Id: I5e41f18c53c85a0d4d49d91eb119d8a5ab3f2843 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-07-29evdevtest: fix error and rename test namesYongqin Liu
chanage accorfing to cards: https://cards.linaro.org/browse/JUICE-443 1. fix value get by ioctl comparison problem 2. rename test case names Change-Id: Ic061d4630cb1b112ad342cc858b7d75ffc0964e8 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-07-29vfat test: delete test case pattern for volume ID 0xFFFFFDFDYongqin Liu
according to card: https://cards.linaro.org/browse/JUICE-441 bug link: https://bugs.linaro.org/show_bug.cgi?id=271 Change-Id: Id90d348b8b868fcb6a6cb6fb375f83f0ae316cd4 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
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>
2014-05-28evtest: do not build kernel module for real this timeAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-05-20evtest: do not build kernel module if using prebuilt kernelAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-05-17evdev and logger: fix compiling errorsYongqin Liu
fix compiling errors when use LSK and latest AOSP master branch Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2013-11-06logger: update logger.h include pathAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@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-19Update evdev test script and add error handlerBintian 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-17set juice_evtest.sh executableBintian Wang
Signed-off-by: Bintian Wang <bintian.wang@linaro.org>
2013-07-17Add input evdev test casesBintian Wang
Signed-off-by: Bintian Wang <bintian.wang@linaro.org>
2013-07-10add mkfs.vfat test into the buildsAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2013-07-03update vfat test outputAmit Pundir
update vfat test script to print result in LAVA friendly format. Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2013-07-03add vfat testAmit Pundir
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2013-06-27Modify vfat test case based on kernel modificationBintian Wang
Remove VFAT_IOCTL_GET_VOLUME_ID_SAFE from kernel so we also need to remove it from here Signed-off-by: Bintian Wang <bintian.wang@linaro.org>
2013-04-30VFAT ioctl testdmitry pervushin
vfat-volid: the simple application that can retrieve fat volume id using ioctl test.sh: the test script
2013-04-30dosfstools: manipulating fat partitionsdmitry pervushin
Android.mk in this directory was not shipped with original dosfstools. It is intended only to generate mkfs.vfat
2013-04-24Merge branch 'master' of ↵dmitry pervushin
ssh://linaro-private.git.linaro.org/srv/linaro-private.git.linaro.org/android/linaro-android-kernel-test
2013-04-24Added license headerdmitry pervushin
2013-04-24netfilter: idletimer testingdmitry pervushin
2013-04-12Stop services before running alarmdev testAxel Fagerstedt
And then resume them again.
2013-04-02Merge branch 'master' of ↵dmitry pervushin
ssh://linaro-private.git.linaro.org/srv/linaro-private.git.linaro.org/android/linaro-android-kernel-test into alarmdev
2013-04-02alarmdevtest: let the test passdmitry pervushin
The history is explained here: https://bugs.launchpad.net/linaro-android/+bug/1160633/ * Add error reporting (perror instead of printing ioctl return code) * Fix handling of positive ioctl return codes (alarm bitmasks) * Treat EBUSY on alarm_set_and_wait as non-fatal error and skip the test for this alarm type
2013-04-02Add input argumentsAxel Fagerstedt
Script now supports running specific tests.
2013-03-22Update logging to improve lava presentationAxel Fagerstedt
2013-03-20Add license file and copyright headersAxel Fagerstedt
2013-03-19Fix whitespace in logger testAxel Fagerstedt
2013-03-19Removed coloringdmitry pervushin
2013-03-15Merge branch 'master' of ↵dmitry pervushin
ssh://linaro-private.git.linaro.org/srv/linaro-private.git.linaro.org/android/linaro-android-kernel-test
2013-03-15Renamed 1st test, added some colorsdmitry pervushin
2013-03-05Add sync-basic to linaro-android-kernel-test.shAxel Fagerstedt
2013-03-05Add Makefile for building all testsAxel Fagerstedt
2013-03-05Merge branch 'ashmemtest-basic-fix'dmitry pervushin
2013-03-05If purge ioctl purged more pages than expected, treat this as warning but ↵dmitry pervushin
not error
2013-02-28Update loggertest printsAxel Fagerstedt
2013-02-28Add binder testAxel Fagerstedt