Commit 58e86264 authored by Fredrik Hubinette's avatar Fredrik Hubinette Committed by Commit Bot

enable some some video color tests on android

apparently nothing breaks

Bug: 649199
Change-Id: I728637ba8b7ffea50191014f07d9581d08eb33ed
Reviewed-on: https://chromium-review.googlesource.com/1162431Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
Commit-Queue: Fredrik Hubinette <hubbe@chromium.org>
Cr-Commit-Position: refs/heads/master@{#580650}
parent 49bb4c72
......@@ -49,13 +49,7 @@ IN_PROC_BROWSER_TEST_F(MediaColorTest, Yuv444pVp9) {
#if BUILDFLAG(USE_PROPRIETARY_CODECS)
// This fails on some Android devices: http://crbug.com/649199
#if defined(OS_ANDROID)
#define MAYBE_Yuv420pH264 DISABLED_Yuv420pH264
#else
#define MAYBE_Yuv420pH264 Yuv420pH264
#endif
IN_PROC_BROWSER_TEST_F(MediaColorTest, MAYBE_Yuv420pH264) {
IN_PROC_BROWSER_TEST_F(MediaColorTest, Yuv420pH264) {
RunColorTest("yuv420p.mp4");
}
......@@ -71,8 +65,7 @@ IN_PROC_BROWSER_TEST_F(MediaColorTest, MAYBE_Yuvj420pH264) {
}
// This fails on ChromeOS: http://crbug.com/647400,
// and Android: http://crbug.com/649199, http://crbug.com/649185.
#if defined(OS_CHROMEOS) || defined(OS_ANDROID)
#if defined(OS_CHROMEOS)
#define MAYBE_Yuv420pRec709H264 DISABLED_Yuv420pRec709H264
#else
#define MAYBE_Yuv420pRec709H264 Yuv420pRec709H264
......
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