[asan] Re-enable test/asan/TestCases/Linux/recvfrom.cc testcase.
authorMaxim Ostapenko <m.ostapenko@partner.samsung.com>
Mon, 29 Feb 2016 07:47:35 +0000 (07:47 +0000)
committerMaxim Ostapenko <m.ostapenko@partner.samsung.com>
Mon, 29 Feb 2016 07:47:35 +0000 (07:47 +0000)
commit8d8f919cf51d1b6c269d603d559b58ba17858adf
treeef55a052fc2836373f715dc6fb4f12952a44955a
parent0865e775bf6e9e2ceff264ccb7891bc91df933b7
[asan] Re-enable test/asan/TestCases/Linux/recvfrom.cc testcase.

This testcase failed on sanitizer-x86_64-linux buildbot in large parallel build due to race on
port 1234 between AddressSanitizer-i386-linux and AddressSanitizer-x86_64-linux instances of recvfrom.cc.
This patch tries to resolve the issue by relying on kernel to choose available port instead of hardcoding
its number in testcase.

Differential Revision: http://reviews.llvm.org/D17639

llvm-svn: 262204
compiler-rt/test/asan/TestCases/Linux/recvfrom.cc