History log of /system/core/libsync/tests/sync_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a7c7bce252a6bce1539e9caa84420de3698029e7 05-Nov-2015 Tom Cherry <tomcherry@google.com> Fix isValid() condition for libsync tests

Upstream modifications in K3.12 to the sw_sync driver set O_CLOEXEC on
the fd's returned by the SW_SYNC_IOC_CREATE_FENCE ioctl, therefore we
check the return of fcntl() for a non-negative value instead of strictly 0.

Change-Id: If4c82750fcc0aa3a57f243fa2a94691e3150e4a4
/system/core/libsync/tests/sync_test.cpp
9e55879f43b685d07c3c499c21cfee9a2fcd8f33 06-Jun-2014 Riley Andrews <riandrews@google.com> Add gtest conformance tests for libsync. Not complete yet, but substantially more comprehensive than the interactive test that was there before.
Change-Id: I9019b0a8babbc91f78aa850e0e288bbf05f93500
/system/core/libsync/tests/sync_test.cpp