forked from cory/tildefriends
libuv 1.48.0.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4828 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
5
deps/libuv/test/test-tcp-writealot.c
vendored
5
deps/libuv/test/test-tcp-writealot.c
vendored
@ -149,8 +149,9 @@ TEST_IMPL(tcp_writealot) {
|
||||
uv_tcp_t client;
|
||||
int r;
|
||||
|
||||
#ifdef __TSAN__
|
||||
RETURN_SKIP("Test is too slow to run under ThreadSanitizer");
|
||||
#if defined(__MSAN__) || defined(__TSAN__)
|
||||
RETURN_SKIP("Test is too slow to run under "
|
||||
"MemorySanitizer or ThreadSanitizer");
|
||||
#endif
|
||||
|
||||
ASSERT_OK(uv_ip4_addr("127.0.0.1", TEST_PORT, &addr));
|
||||
|
Reference in New Issue
Block a user