Skip to content
Snippets Groups Projects
Commit 1e49cd9b authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-418: Disable more needlessly fragile memory consumption tests.

parent d1ab4705
No related branches found
No related tags found
No related merge requests found
...@@ -836,7 +836,7 @@ void HttpRequestTestObjectType::test<8>() ...@@ -836,7 +836,7 @@ void HttpRequestTestObjectType::test<8>()
ensure("Two handler calls on the way out", 2 == mHandlerCalls); ensure("Two handler calls on the way out", 2 == mHandlerCalls);
#if defined(WIN32) #if 0 // defined(WIN32)
// Can only do this memory test on Windows. On other platforms, // Can only do this memory test on Windows. On other platforms,
// the LL logging system holds on to memory and produces what looks // the LL logging system holds on to memory and produces what looks
// like memory leaks... // like memory leaks...
...@@ -947,7 +947,7 @@ void HttpRequestTestObjectType::test<9>() ...@@ -947,7 +947,7 @@ void HttpRequestTestObjectType::test<9>()
ensure("Two handler calls on the way out", 2 == mHandlerCalls); ensure("Two handler calls on the way out", 2 == mHandlerCalls);
#if defined(WIN32) #if 0 // defined(WIN32)
// Can only do this memory test on Windows. On other platforms, // Can only do this memory test on Windows. On other platforms,
// the LL logging system holds on to memory and produces what looks // the LL logging system holds on to memory and produces what looks
// like memory leaks... // like memory leaks...
...@@ -1183,7 +1183,7 @@ void HttpRequestTestObjectType::test<11>() ...@@ -1183,7 +1183,7 @@ void HttpRequestTestObjectType::test<11>()
ensure("Two handler calls on the way out", 2 == mHandlerCalls); ensure("Two handler calls on the way out", 2 == mHandlerCalls);
#if defined(WIN32) #if 0 // defined(WIN32)
// Can only do this memory test on Windows. On other platforms, // Can only do this memory test on Windows. On other platforms,
// the LL logging system holds on to memory and produces what looks // the LL logging system holds on to memory and produces what looks
// like memory leaks... // like memory leaks...
...@@ -1429,7 +1429,7 @@ void HttpRequestTestObjectType::test<13>() ...@@ -1429,7 +1429,7 @@ void HttpRequestTestObjectType::test<13>()
ensure("Two handler calls on the way out", 2 == mHandlerCalls); ensure("Two handler calls on the way out", 2 == mHandlerCalls);
#if defined(WIN32) #if 0 // defined(WIN32)
// Can only do this memory test on Windows. On other platforms, // Can only do this memory test on Windows. On other platforms,
// the LL logging system holds on to memory and produces what looks // the LL logging system holds on to memory and produces what looks
// like memory leaks... // like memory leaks...
...@@ -1663,7 +1663,7 @@ void HttpRequestTestObjectType::test<15>() ...@@ -1663,7 +1663,7 @@ void HttpRequestTestObjectType::test<15>()
ensure("Two handler calls on the way out", 2 == mHandlerCalls); ensure("Two handler calls on the way out", 2 == mHandlerCalls);
#if defined(WIN32) #if 0 // defined(WIN32)
// Can only do this memory test on Windows. On other platforms, // Can only do this memory test on Windows. On other platforms,
// the LL logging system holds on to memory and produces what looks // the LL logging system holds on to memory and produces what looks
// like memory leaks... // like memory leaks...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment