test: cond-skip tcp_writealot
Too slow to run under ThreadSanitizer. Refs: https://github.com/libuv/libuv/issues/3681
This commit is contained in:
parent
bcbaf671a9
commit
a3b7dfcfca
@ -149,6 +149,10 @@ TEST_IMPL(tcp_writealot) {
|
|||||||
uv_tcp_t client;
|
uv_tcp_t client;
|
||||||
int r;
|
int r;
|
||||||
|
|
||||||
|
#ifdef __TSAN__
|
||||||
|
RETURN_SKIP("Test is too slow to run under ThreadSanitizer");
|
||||||
|
#endif
|
||||||
|
|
||||||
ASSERT(0 == uv_ip4_addr("127.0.0.1", TEST_PORT, &addr));
|
ASSERT(0 == uv_ip4_addr("127.0.0.1", TEST_PORT, &addr));
|
||||||
|
|
||||||
send_buffer = calloc(1, TOTAL_BYTES);
|
send_buffer = calloc(1, TOTAL_BYTES);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user