summaryrefslogtreecommitdiff
path: root/luni/src/test/java/libcore/android/system
Commit message (Expand)AuthorAgeFilesLines
* Do not fail OsTest#test_VmSocket on EAFNOSUPPORTRoman Kiryanov2021-03-291-1/+2
* Add virtio-vsock support to libcoreRoman Kiryanov2021-03-251-0/+84
* Skip GRO sendmsg tests on pre-5.4 kernels.Lorenzo Colitti2021-03-241-1/+22
* Add GSO and GRO Support Via recvmsg and sendmsgTyler Wear2021-03-221-0/+238
* Relax test_socket_setSockoptTimeval_effective() on old kernels.Pete Bentley2021-02-031-92/+164
* Fix UDP GRO/GSO tests.Lorenzo Colitti2021-01-251-11/+11
* Add UDP_GRO and UDP_SEGMENT Socket OptionsTyler Wear2021-01-211-0/+46
* Allow socket timeout to expire slightly earlyHans Boehm2020-12-231-1/+3
* Fix StructTimeval roundingHans Boehm2020-12-211-0/+2
* Deflake OsTest.test_socket_setSockoptTimeval_effective.Pete Bentley2020-12-141-4/+9
* Updates OsTest to handle NETLINK_ROUTE restrictions.Bram Bonné2020-01-311-5/+9
* Fix capitalization in test methodBenedict Wong2020-01-061-3/+3
* Add fcntlInt to public APIBenedict Wong2019-12-191-0/+39
* Add memfd_create to android.system.OsChong Zhang2019-12-091-0/+68
* Add MAP_ANONYMOUS to OsConstantsJing Ji2019-11-011-0/+11
* API clean-up around PacketSocketAddressNeil Fuller2019-06-261-2/+57
* Remove some usages of IoUtil methodsNeil Fuller2019-04-041-4/+5
* OsTest: Only test sendfile() API, not separately the implementation method.Tobias Thierer2019-04-021-43/+10
* OsTest: Manually fix up formatting.Tobias Thierer2019-04-021-12/+10
* OsTest: Reformat according to 4-space indent "AndroidStyle 4".Tobias Thierer2019-04-021-1302/+1341
* Test android.system.Os instead of libcore.io.Libcore.osTobias Thierer2019-04-021-0/+1413
* Merge "ErrnoException: Add test coverage."Treehugger Robot2019-04-011-0/+89
|\
| * ErrnoException: Add test coverage.Tobias Thierer2019-04-011-0/+89
* | Add tests for sockoptTimeVal functionsNeil Fuller2019-04-011-0/+108
|/
* OsConstants: Add SOCK_CLOEXEC and SOCK_NONBLOCKNick Kralevich2018-12-141-0/+9
* Move libcore tests to non-libcore packages.Tobias Thierer2017-11-081-0/+53
* Add equals and hashcode to StructTimespecPhilip P. Moltmann2017-07-191-0/+144
* Expose TCP_USER_TIMEOUT as a settable socket option.Tobias Thierer2016-08-031-0/+5
* Fix package names for OsConstantsTest and SqlDateTest.Piotr Jastrzebski2015-11-111-1/+3
* Fix bogus define checks and a typo.Narayan Kamath2014-06-131-0/+31