[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
Loading
Please sign in to comment