Commit 31c6035d authored by Emircan Uysaler's avatar Emircan Uysaler Committed by Commit Bot

Reenable VP9p2 tests that paint <video> on <canvas>

Since crbug.com/922198 is fixed, we can reenable them.

Bug: 921003
Change-Id: I5208c773b8a47ae38858c2f7a2f620fe8f965d97
Reviewed-on: https://chromium-review.googlesource.com/c/1450419Reviewed-by: default avatarMiguel Casas <mcasas@chromium.org>
Reviewed-by: default avatarWeiyong Yao <braveyao@chromium.org>
Commit-Queue: Emircan Uysaler <emircan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#628480}
parent df126e0e
...@@ -247,17 +247,9 @@ IN_PROC_BROWSER_TEST_F( ...@@ -247,17 +247,9 @@ IN_PROC_BROWSER_TEST_F(
RunsAudioVideoCall60SecsAndLogsInternalMetrics("VP9"); RunsAudioVideoCall60SecsAndLogsInternalMetrics("VP9");
} }
// See https://crbug.com/922198.
#if defined(OS_MACOSX)
#define MAYBE_MANUAL_RunsAudioVideoCall60SecsAndLogsInternalMetricsVp9Profile2 \
DISABLED_MANUAL_RunsAudioVideoCall60SecsAndLogsInternalMetricsVp9Profile2
#else
#define MAYBE_MANUAL_RunsAudioVideoCall60SecsAndLogsInternalMetricsVp9Profile2 \
MANUAL_RunsAudioVideoCall60SecsAndLogsInternalMetricsVp9Profile2
#endif // defined(OS_MACOSX)
IN_PROC_BROWSER_TEST_F( IN_PROC_BROWSER_TEST_F(
WebRtcInternalsPerfBrowserTest, WebRtcInternalsPerfBrowserTest,
MAYBE_MANUAL_RunsAudioVideoCall60SecsAndLogsInternalMetricsVp9Profile2) { MANUAL_RunsAudioVideoCall60SecsAndLogsInternalMetricsVp9Profile2) {
base::ScopedAllowBlockingForTesting allow_blocking; base::ScopedAllowBlockingForTesting allow_blocking;
RunsAudioVideoCall60SecsAndLogsInternalMetrics( RunsAudioVideoCall60SecsAndLogsInternalMetrics(
"VP9", true /* prefer_hw_video_codec */, "VP9", true /* prefer_hw_video_codec */,
......
...@@ -309,17 +309,9 @@ IN_PROC_BROWSER_TEST_F( ...@@ -309,17 +309,9 @@ IN_PROC_BROWSER_TEST_F(
RunsAudioAndVideoCallCollectingMetricsWithVideoCodec("VP9"); RunsAudioAndVideoCallCollectingMetricsWithVideoCodec("VP9");
} }
// See https://crbug.com/922198.
#if defined(OS_MACOSX)
#define MAYBE_MANUAL_RunsAudioAndVideoCallCollectingMetrics_VideoCodec_VP9Profile2 \
DISABLED_MANUAL_RunsAudioAndVideoCallCollectingMetrics_VideoCodec_VP9Profile2
#else
#define MAYBE_MANUAL_RunsAudioAndVideoCallCollectingMetrics_VideoCodec_VP9Profile2 \
MANUAL_RunsAudioAndVideoCallCollectingMetrics_VideoCodec_VP9Profile2
#endif // defined(OS_MACOSX)
IN_PROC_BROWSER_TEST_F( IN_PROC_BROWSER_TEST_F(
WebRtcStatsPerfBrowserTest, WebRtcStatsPerfBrowserTest,
MAYBE_MANUAL_RunsAudioAndVideoCallCollectingMetrics_VideoCodec_VP9Profile2) { MANUAL_RunsAudioAndVideoCallCollectingMetrics_VideoCodec_VP9Profile2) {
base::ScopedAllowBlockingForTesting allow_blocking; base::ScopedAllowBlockingForTesting allow_blocking;
RunsAudioAndVideoCallCollectingMetricsWithVideoCodec( RunsAudioAndVideoCallCollectingMetricsWithVideoCodec(
"VP9", true /* prefer_hw_video_codec */, "VP9", true /* prefer_hw_video_codec */,
......
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