summaryrefslogtreecommitdiffstats
path: root/remoting/BUILD.gn
diff options
context:
space:
mode:
authorbenwells <benwells@chromium.org>2015-06-28 20:26:06 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-29 03:26:56 +0000
commitdafa9ae370cbf14a9612200bf9369a96f7e00e55 (patch)
tree3d1582017ab23cbdfb0d3b989f5e3cb2578ffaa9 /remoting/BUILD.gn
parentf2d1ea00bc13c6e742c9c3bffa78d4c009c63e7e (diff)
downloadchromium_src-dafa9ae370cbf14a9612200bf9369a96f7e00e55.zip
chromium_src-dafa9ae370cbf14a9612200bf9369a96f7e00e55.tar.gz
chromium_src-dafa9ae370cbf14a9612200bf9369a96f7e00e55.tar.bz2
Revert of Adding decoding capabilities to the TestVideoRenderer class (patchset #7 id:120001 of https://codereview.chromium.org/1190383007/)
Reason for revert: The new tests are failing on the DrMemory bots: see http://build.chromium.org/p/chromium.memory.fyi/builders/Windows%20Unit%20%28DrMemory%20full%29%20%283%29/builds/7009 for more details. An example of the failure: d:\src\chromium\src\remoting\test\test_video_renderer_unittest.cc(119): error: Expected: (error) < (error_limit), actual: 0.406962 vs 0.02 The problem is due to hard coded times in the test, at line 110. Tests shouldn't rely on waiting 'long enough' for something to happen, as 'long enough' is too variable / flaky. The test should ideally be rewritten to wait for a quit task to be posted instead. Original issue's description: > Updated Test Driver with video decoding capabilities so that when a video sample is received from remote host, it can be decoded and rendered to buffer in memory. > > BUG= > > Committed: https://crrev.com/497e9a05decbcd344d774e52c1b89cdece525d99 > Cr-Commit-Position: refs/heads/master@{#336445} TBR=joedow@chromium.org,liaoyuke@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/1219633002 Cr-Commit-Position: refs/heads/master@{#336526}
Diffstat (limited to 'remoting/BUILD.gn')
-rw-r--r--remoting/BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 314a484..899f9d8 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -150,7 +150,6 @@ if (!is_mac) {
"test/app_remoting_test_driver_environment_unittest.cc",
"test/remote_host_info_fetcher_unittest.cc",
"test/test_chromoting_client_unittest.cc",
- "test/test_video_renderer_unittest.cc",
]
configs += [