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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/locales.gni") 7 import("//build/config/locales.gni")
8 import("//build/config/sanitizers/sanitizers.gni") 8 import("//build/config/sanitizers/sanitizers.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chromecast/build/tests/cast_test.gni") 10 import("//chromecast/build/tests/cast_test.gni")
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 # back to a green state. Re-enable once the tests have been fixed. 174 # back to a green state. Re-enable once the tests have been fixed.
175 # b/36238217, hotlist/461351 175 # b/36238217, hotlist/461351
176 gtest_excludes += [ "TCMallocTest.Realloc" ] 176 gtest_excludes += [ "TCMallocTest.Realloc" ]
177 } 177 }
178 } 178 }
179 } 179 }
180 filters += [ base_unittests_filter ] 180 filters += [ base_unittests_filter ]
181 181
182 content_unittests_filter = { 182 content_unittests_filter = {
183 test_name = "content_unittests" 183 test_name = "content_unittests"
184 gtest_excludes = [] 184
185 # IsSupportedVideoConfig_VP9TransferFunctions fails on all cast builds since
186 # the cast IsSupporedVideoConfigs ignore the transfer function parameter.
187 # (b/36984215).
188 gtest_excludes = [ "*.IsSupportedVideoConfig_VP9TransferFunctions" ]
185 if (target_os == "linux" && !is_cast_desktop_build) { 189 if (target_os == "linux" && !is_cast_desktop_build) {
186 # DesktopCaptureDeviceTest.*: No capture device on Eureka 190 # DesktopCaptureDeviceTest.*: No capture device on Eureka
187 # Disable PepperGamepadHostTest.WaitForReply (pepper not supported on Eure ka) 191 # Disable PepperGamepadHostTest.WaitForReply (pepper not supported on Eure ka)
188 # Disable GpuDataManagerImplPrivateTest.SetGLStrings and 192 # Disable GpuDataManagerImplPrivateTest.SetGLStrings and
189 # RenderWidgetHostTest.Background because we disable the blacklist to enab le WebGL (b/16142554) 193 # RenderWidgetHostTest.Background because we disable the blacklist to enab le WebGL (b/16142554)
190 gtest_excludes += [ 194 gtest_excludes += [
191 "DOMStorageDatabaseTest.TestCanOpenAndReadWebCoreDatabase", 195 "DOMStorageDatabaseTest.TestCanOpenAndReadWebCoreDatabase",
192 "DesktopCaptureDeviceTest.Capture", 196 "DesktopCaptureDeviceTest.Capture",
193 "GamepadProviderTest.PollingAccess", 197 "GamepadProviderTest.PollingAccess",
194 "GpuDataManagerImplPrivateTest.SetGLStrings", 198 "GpuDataManagerImplPrivateTest.SetGLStrings",
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 shared_libraries = [ "//chromecast/android:libcast_shell_android" ] 481 shared_libraries = [ "//chromecast/android:libcast_shell_android" ]
478 482
479 deps = [ 483 deps = [
480 ":cast_shell_apk_assets", 484 ":cast_shell_apk_assets",
481 "//base:base_java", 485 "//base:base_java",
482 "//chromecast/android:libcast_shell_android", 486 "//chromecast/android:libcast_shell_android",
483 "//chromecast/browser/android:cast_shell_java", 487 "//chromecast/browser/android:cast_shell_java",
484 ] 488 ]
485 } 489 }
486 } 490 }
OLDNEW
« 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