summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2013-01-14Initial commit.Dmitry Antipov
2012-12-14Refactor to avoid some duplicated code.Dmitry Antipov
Invert ashmem_pin_unpin() logic assuming the memory is pinned by default.
2012-12-13Add test case for ASHMEM_PURGE_ALL_CACHES ioctl.Dmitry Antipov
2012-12-12Add test cases for ASHMEM_GET_PROT_MASK and ASHMEM_SET_PROT_MASK ioctls.Dmitry Antipov
2012-12-11Fix a lot of things needed to pass the test with current ashmem driver.Dmitry Antipov
Note that it's still unclear why the memory is pinned by default; now we assume that it's correct.
2012-12-10Include Makefile and local copy of ashmem.h for out-of-tree build.Dmitry Antipov
Examine st_dev field of struct stat to check for device major number. Signed-off-by: Dmitry Antipov <dmitry.antipov@linaro.org>
2012-11-30Improve test status reporting.Dmitry Antipov
2012-11-30Add simple mmap() test.Dmitry Antipov
2012-11-29Fix include path.Dmitry Antipov
Signed-off-by: Zach Pfeffer <zach.pfeffer@linaro.org> Signed-off-by: Dmitry Antipov <dmitry.antipov@linaro.org>
2012-11-27Initial commit.Dmitry Antipov