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

Unified Diff: chromecast/BUILD.gn

Issue 2803803002: [Chromecast] Disable VP9TransferFucntion test. (Closed)
Patch Set: Created 3 years, 8 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: chromecast/BUILD.gn
diff --git a/chromecast/BUILD.gn b/chromecast/BUILD.gn
index 98f93589239eedfafb505b7d2f788e14623bfe60..4f9e83e6b0a8d764117622dff7feed757dbc4810 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -181,7 +181,11 @@ cast_test_group("cast_tests") {
content_unittests_filter = {
test_name = "content_unittests"
- gtest_excludes = []
+
+ # IsSupportedVideoConfig_VP9TransferFunctions fails on all cast builds since
+ # the cast IsSupporedVideoConfigs ignore the transfer function parameter.
+ # (b/36984215).
+ gtest_excludes = [ "*.IsSupportedVideoConfig_VP9TransferFunctions" ]
if (target_os == "linux" && !is_cast_desktop_build) {
# DesktopCaptureDeviceTest.*: No capture device on Eureka
# Disable PepperGamepadHostTest.WaitForReply (pepper not supported on Eureka)
« 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