Commit ae1353cd authored by teravest@chromium.org's avatar teravest@chromium.org

Pepper: Move "Core" test to content_browsertests.

This test is currently disabled on Linux Aura because it was running too slowly
and caused flakes. I'm hoping that the test will run faster in
content_browsertests, so we won't need to disable the test in that case.

I'm making a commit that only moves this test so it can be easily reverted if
necessary.

BUG=371873
R=dmichael@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274331 0039d316-1c4b-4281-b951-d872f2087c98
parent 3a024a6f
...@@ -187,8 +187,6 @@ TEST_PPAPI_NACL(Console) ...@@ -187,8 +187,6 @@ TEST_PPAPI_NACL(Console)
#else #else
#define MAYBE_Core Core #define MAYBE_Core Core
#endif #endif
TEST_PPAPI_IN_PROCESS(MAYBE_Core)
TEST_PPAPI_OUT_OF_PROCESS(MAYBE_Core)
TEST_PPAPI_NACL(MAYBE_Core) TEST_PPAPI_NACL(MAYBE_Core)
// Non-NaCl TraceEvent tests are in content/test/ppapi/ppapi_browsertest.cc. // Non-NaCl TraceEvent tests are in content/test/ppapi/ppapi_browsertest.cc.
......
...@@ -45,6 +45,9 @@ TEST_PPAPI_OUT_OF_PROCESS(CharSet) ...@@ -45,6 +45,9 @@ TEST_PPAPI_OUT_OF_PROCESS(CharSet)
TEST_PPAPI_IN_PROCESS(Console) TEST_PPAPI_IN_PROCESS(Console)
TEST_PPAPI_OUT_OF_PROCESS(Console) TEST_PPAPI_OUT_OF_PROCESS(Console)
TEST_PPAPI_IN_PROCESS(Core)
TEST_PPAPI_OUT_OF_PROCESS(Core)
TEST_PPAPI_IN_PROCESS(Crypto) TEST_PPAPI_IN_PROCESS(Crypto)
TEST_PPAPI_OUT_OF_PROCESS(Crypto) TEST_PPAPI_OUT_OF_PROCESS(Crypto)
......
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