commit | 2ff78c54b8af49ce42e40a3afa2ad91974c0a57f | [log] [tgz] |
---|---|---|
author | Pete Bentley <prb@google.com> | Thu Jan 20 16:09:29 2022 +0000 |
committer | Pete Bentley <prb@google.com> | Tue Feb 01 21:31:17 2022 +0000 |
tree | 8c753bb0c63e80e7ae66c58aef6fcacbff579a3f | |
parent | bea8710c6f494a4bfee7ec90efe2c657416f28b0 [diff] |
Add API tests for FileStore. FileStore itself is an abstract class, with currently no API test coverage. To test it this CL pulls in the OpenJDK11 implementation of UnixFileStore which contains the new API we need to test. Testing is then via the existing LinuxFileSystemTest, and is fairly mimimal as the API surface is small and simple. Fixes: 203426354 Test: atest CtsLibcoreTestCases:libcore.java.nio.file.LinuxFileSystemTest Change-Id: Ic5ff758c3775154185b904a1b96470a6a0fa613f