Commit edaeb3f9 authored by shadi@chromium.org's avatar shadi@chromium.org

Disable EME CDM_Crash* browser tests.

BUG=386657
NOTRY=true
NOTREECHECKS=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278434 0039d316-1c4b-4281-b951-d872f2087c98
parent 419a9a64
...@@ -626,13 +626,15 @@ IN_PROC_BROWSER_TEST_F(ECKEncryptedMediaTest, InitializeCDMFail) { ...@@ -626,13 +626,15 @@ IN_PROC_BROWSER_TEST_F(ECKEncryptedMediaTest, InitializeCDMFail) {
} }
// When CDM crashes, we should still get a decode error. // When CDM crashes, we should still get a decode error.
IN_PROC_BROWSER_TEST_F(ECKEncryptedMediaTest, CDMCrashDuringDecode) { // crbug.com/386657
IN_PROC_BROWSER_TEST_F(ECKEncryptedMediaTest, DISABLED_CDMCrashDuringDecode) {
IgnorePluginCrash(); IgnorePluginCrash();
TestNonPlaybackCases(kExternalClearKeyCrashKeySystem, kError); TestNonPlaybackCases(kExternalClearKeyCrashKeySystem, kError);
} }
// Testing that the media browser test does fail on plugin crash. // Testing that the media browser test does fail on plugin crash.
IN_PROC_BROWSER_TEST_F(ECKEncryptedMediaTest, CDMExpectedCrash) { // crbug.com/386657
IN_PROC_BROWSER_TEST_F(ECKEncryptedMediaTest, DISABLED_CDMExpectedCrash) {
// Plugin crash is not ignored by default, the test is expected to fail. // Plugin crash is not ignored by default, the test is expected to fail.
EXPECT_NONFATAL_FAILURE( EXPECT_NONFATAL_FAILURE(
TestNonPlaybackCases(kExternalClearKeyCrashKeySystem, kError), TestNonPlaybackCases(kExternalClearKeyCrashKeySystem, kError),
......
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