Commit 8e66338e authored by dhollowa@chromium.org's avatar dhollowa@chromium.org

Revert 110814 - ASAN timeout on OutOfProcessPPAPITest.Crypto

Disables OutOfProcessPPAPITest.Crypto test on ASAN.

BUG=104832
TEST=ASAN bot runs green
TBR=dmichael@chromium.org, noelallen@chromium.org

Review URL: http://codereview.chromium.org/8550004

TBR=dhollowa@chromium.org
Review URL: http://codereview.chromium.org/8656003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111230 0039d316-1c4b-4281-b951-d872f2087c98
parent 947bcafc
......@@ -291,16 +291,7 @@ TEST_PPAPI_IN_PROCESS(CharSet)
TEST_PPAPI_OUT_OF_PROCESS(CharSet)
TEST_PPAPI_IN_PROCESS(Crypto)
#if defined(OS_POSIX)
#define MAYBE_Crypto DISABLED_Crypto
#else
#define MAYBE_Crypto Crypto
#endif
// http://crbug.com/104832 fails on ASAN, so this is an overly broad disable.
// But ASAN currently doesn't have a way to disable specific tests.
TEST_F(OutOfProcessPPAPITest, Crypto) {
RunTest("Crypto");
}
TEST_PPAPI_OUT_OF_PROCESS(Crypto)
TEST_PPAPI_IN_PROCESS(Var)
// http://crbug.com/89961
......
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