History log of /system/extras/tests/timetest/rtc_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2b2efb53fa6b0f8cb3e41d13c665d88181a5cd4e 12-Feb-2016 Mark Salyzyn <salyzyn@google.com> rtc_time: test agent timeouts

(cherry pick from commit 9258225ece5d6816ddf9a45e45fb694142c32761)

Break the test up into four, keeping each well below the 60 second
timeout for the test agents. Overhead for the splitting up is an
additional 10 seconds in order to complete all four of the tests
instead of one. typical single test completion is 22.5 seconds.

Change-Id: If8e9a6c7dfd505a9fbc73e9248be4eb2b61521e5
/system/extras/tests/timetest/rtc_test.cpp
de9b37d793554343026636455e60b63400ca339e 26-Jan-2016 Mark Salyzyn <salyzyn@google.com> rtc_test: EACCES acceptable for write

If we can not write to /dev/rtc0, then accept result

Requires /dev/rtc0 to be something like mode 440.

Bug: 26792522
Change-Id: Ief2ac5cd1bac4b0272ef9d9bf096ed4000163244
/system/extras/tests/timetest/rtc_test.cpp
f1ec6990593a8db655746f415619e1da7093a168 14-Jan-2016 Mark Salyzyn <salyzyn@google.com> Add time rtc ioctl tests

- test read validity
- test year setting from 1970 to 2037 (2015+ critical)
- test year rollover operation (68 seconds to run test)

Bug: 26346842
Change-Id: I225ca2a25c291b9d05d75f5f39de2c6c753fcba1
/system/extras/tests/timetest/rtc_test.cpp