summaryrefslogtreecommitdiff
path: root/luni/src/test/java/libcore/android/system/OsTest.java
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
* 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