Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(530)

Unified Diff: media/base/android/sdk_media_codec_bridge_unittest.cc

Issue 1982683002: Disable MediaCodecBrdigeTest on unsupported devices (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unnecessary skip Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/sdk_media_codec_bridge_unittest.cc
diff --git a/media/base/android/sdk_media_codec_bridge_unittest.cc b/media/base/android/sdk_media_codec_bridge_unittest.cc
index 181ded6bd90d6d048aba7d56b6565330505ad363..df79d8c22447b3a846825d9c54f369449af15993 100644
--- a/media/base/android/sdk_media_codec_bridge_unittest.cc
+++ b/media/base/android/sdk_media_codec_bridge_unittest.cc
@@ -272,7 +272,7 @@ TEST(SdkMediaCodecBridgeTest, InvalidOpusHeader) {
}
TEST(SdkMediaCodecBridgeTest, PresentationTimestampsDoNotDecrease) {
- SKIP_TEST_IF_MEDIA_CODEC_BRIDGE_IS_NOT_AVAILABLE();
+ SKIP_TEST_IF_VP8_DECODER_IS_NOT_SUPPORTED();
std::unique_ptr<VideoCodecBridge> media_codec(VideoCodecBridge::CreateDecoder(
kCodecVP8, false, gfx::Size(320, 240), nullptr, nullptr));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698