From d4927e8f074c8f3b6a28a4f22f344ca27a98cb28 Mon Sep 17 00:00:00 2001
From: Graham Linden <graham@lindenlab.com>
Date: Wed, 12 Sep 2018 22:25:54 +0100
Subject: [PATCH] Fix for hanging W64 builds from llcorehttp refcount tests

---
 indra/llcorehttp/tests/test_refcounted.hpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indra/llcorehttp/tests/test_refcounted.hpp b/indra/llcorehttp/tests/test_refcounted.hpp
index cb4b50287af..6a516f60c0d 100644
--- a/indra/llcorehttp/tests/test_refcounted.hpp
+++ b/indra/llcorehttp/tests/test_refcounted.hpp
@@ -30,6 +30,7 @@
 
 #include "test_allocator.h"
 
+#if WANT_TESTS_WITH_RACES_THAT_HANG
 using namespace LLCoreInt;
 
 namespace tut
@@ -152,5 +153,6 @@ namespace tut
 		ensure(mMemTotal == (GetMemTotal() - sizeof(RefCounted)));
 	}
 }
+#endif
 
 #endif	// TEST_LLCOREINT_REF_COUNTED_H_
-- 
GitLab