Commit 60ad6c85 authored by ricea@chromium.org's avatar ricea@chromium.org

Test SSLUITest.TestWSSInvalidCertAndClose no longer leaks

Remove the suppression of this test with LEAK_SANITIZER as it does not
leak any more.

BUG=317363
TEST=browser_tests + lsan

Review URL: https://codereview.chromium.org/404693002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284891 0039d316-1c4b-4281-b951-d872f2087c98
parent 671f646e
...@@ -641,8 +641,7 @@ IN_PROC_BROWSER_TEST_F(SSLUITest, TestHTTPSExpiredCertAndGoForward) { ...@@ -641,8 +641,7 @@ IN_PROC_BROWSER_TEST_F(SSLUITest, TestHTTPSExpiredCertAndGoForward) {
// certificate. Close the page while WSS connection waits for SSLManager's // certificate. Close the page while WSS connection waits for SSLManager's
// response from UI thread. // response from UI thread.
// Disabled on Windows because it was flaking on XP Tests (1). crbug.com/165258 // Disabled on Windows because it was flaking on XP Tests (1). crbug.com/165258
// Disabled under LeakSanitizer due to memory leaks. http://crbug.com/317363 #if defined(OS_WIN)
#if defined(OS_WIN) || defined(LEAK_SANITIZER)
#define MAYBE_TestWSSInvalidCertAndClose DISABLED_TestWSSInvalidCertAndClose #define MAYBE_TestWSSInvalidCertAndClose DISABLED_TestWSSInvalidCertAndClose
#else #else
#define MAYBE_TestWSSInvalidCertAndClose TestWSSInvalidCertAndClose #define MAYBE_TestWSSInvalidCertAndClose TestWSSInvalidCertAndClose
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment