summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-06disable references to evdevtestHEADmasterVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org> Change-Id: I2c1793fd15b32bc8ff796d30852a1fbf9c4b6ec1
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-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
2013-02-28Fix hanging expanded ashmemtestAxel Fagerstedt
2013-02-25Add logger test caseAxel Fagerstedt
2013-02-14Update PRODUCT_COPY_FILESAxel Fagerstedt
linaro-android-kernel-test.sh is now copied to /system/bin ashmemtest-expanded-runner.sh is no longer copied
2013-02-14Sync-up with the latest juice-aosp kernel (as of build 121).Dmitry Antipov
Since frameworks/native/include/utils/ashmem.h is a subject to removal, do not rely on this header and use the same header as bionic. Adjust ioctl names to match ones in kernel header.
2013-02-14Add linaro-android-kernel-tests.shAxel Fagerstedt
Add a wrapper script to run all tests.
2013-02-01Inital commit for the alarm-dev testAxel Fagerstedt
2013-01-31Add wrapper to run all ashmemtest-expanded testcasesAxel Fagerstedt
ashmemtest-expanded-runner.sh will run all input scenarios in /data/linaro-android-kernel-test/ashmemtest-expanded, compare the output to the corresponding out file and report a test passed/failed status.
2013-01-31Initial commit of the sync framework test.Dmitry Antipov
2013-01-29 Add 4 expanded test scenarios.Dmitry Antipov
2013-01-29Add product.mk to be included from product configAxel Fagerstedt
product.mk sets up PRODUCT_PACKAGES and PRODUCT_COPY_FILES for linaro-android-kernel-tests
2013-01-28Merge remote-tracking branch 'expanded/master'Axel Fagerstedt
2013-01-23For the sake of automated testing, add files with an outputDmitry Antipov
expected from running the matched scenarios.
2013-01-21Enforce the kernel to run cache shrinker via /proc/sys/vm/drop_caches.Dmitry Antipov
Delete sample input file and add two simple test cases for purge status.
2013-01-15Add easy to parse error printsAxel Fagerstedt
Add failure printouts wit a syntax similar to success printouts to simplify lava parsing.