summaryrefslogtreecommitdiff
path: root/ashmemtest-basic
AgeCommit message (Collapse)Author
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-03-20Add license file and copyright headersAxel Fagerstedt
2013-03-05If purge ioctl purged more pages than expected, treat this as warning but ↵dmitry pervushin
not error
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-01-15Add easy to parse error printsAxel Fagerstedt
Add failure printouts wit a syntax similar to success printouts to simplify lava parsing.
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