Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-07 | Conditionally use GetAbsoluteTestTmpdir() rather than hard-code "/tmp" | Kevin Lindkvist | |
NewTempAbsPathInDir("/tmp") prevents the generated socket address from exceeding sizeof(addr.sun_path). However, existing systems that are built with the ANDROID configuration have their temp directory in a different location. This change allows those systems to run tests that depend on UniqueUnixAddr. PiperOrigin-RevId: 395336483 | |||
2021-07-22 | Move socket_test_util to //test/util | Ghanan Gowripalan | |
...and rename the library to socket_util. PiperOrigin-RevId: 386348306 |