diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-25 20:44:17 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-25 20:44:17 +0000 |
commit | d0fe478040d70a386c8d43812e06b0396713cd9c (patch) | |
tree | c353338e11054c9bfc2ea401dafafa7531122388 /remoting/remoting_test.gypi | |
parent | d27f1e265ea0f14fce83cef776a65d9a1fac0653 (diff) | |
download | chromium_src-d0fe478040d70a386c8d43812e06b0396713cd9c.zip chromium_src-d0fe478040d70a386c8d43812e06b0396713cd9c.tar.gz chromium_src-d0fe478040d70a386c8d43812e06b0396713cd9c.tar.bz2 |
Revert of Add VideoFrameRecorder for use recording test frame sequences. (https://codereview.chromium.org/339073002/)
Reason for revert:
Brand new test fails in ASAN:
Direct leak of 112 byte(s) in 1 object(s) allocated from:
#0 0x462ccb in operator new(unsigned long) /usr/local/google/work/chromium/src/third_party/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:55
#1 0x7ee8f9 in CreateNextFrame remoting/host/video_frame_recorder_unittest.cc:96
#2 0x7ee8f9 in remoting::VideoFrameRecorderTest::CreateTestFrames() remoting/host/video_frame_recorder_unittest.cc:112
#3 0x7f1184 in remoting::VideoFrameRecorderTest_EncodeButDontRecord_Test::TestBody() remoting/host/video_frame_recorder_unittest.cc:269
#4 0xb3bf38 in HandleExceptionsInMethodIfSupported<testing::Test, void> testing/gtest/src/gtest.cc:2045
#5 0xb3bf38 in testing::Test::Run() testing/gtest/src/gtest.cc:2061
#6 0xb3e1c9 in testing::TestInfo::Run() testing/gtest/src/gtest.cc:2237
#7 0xb3ef56 in testing::TestCase::Run() testing/gtest/src/gtest.cc:2344
#8 0xb5206a in testing::internal::UnitTestImpl::RunAllTests() testing/gtest/src/gtest.cc:4065
#9 0xb516a0 in HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool> testing/gtest/src/gtest.cc:2045
#10 0xb516a0 in testing::UnitTest::Run() testing/gtest/src/gtest.cc:3697
#11 0xab66bc in RUN_ALL_TESTS testing/gtest/include/gtest/gtest.h:2231
#12 0xab66bc in base::TestSuite::Run() base/test/test_suite.cc:227
#13 0xaada32 in Run base/callback.h:401
#14 0xaada32 in base::(anonymous namespace)::LaunchUnitTestsInternal(base::Callback<int ()> const&, int, bool, base::Callback<void ()> const&) base/test/launcher/unit_test_launcher.cc:498
#15 0xaad3ad in base::LaunchUnitTests(int, char**, base::Callback<int ()> const&) base/test/launcher/unit_test_launcher.cc:553
#16 0x4e8067 in main chrome/test/base/run_all_remoting_unittests.cc:31
#17 0x7f1f660df76c in __libc_start_main /build/buildd/eglibc-2.15/csu/libc-start.c:226
Original issue's description:
> Add VideoFrameRecorder for use recording test frame sequences.
>
> This will be used to record representative frame sequences for performance evaluation of the new VP9 encoder.
>
> BUG=260879
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=279795
TBR=sergeyu@chromium.org,wez@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=260879
Review URL: https://codereview.chromium.org/350903003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279805 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r-- | remoting/remoting_test.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi index 35111b4..7fef1c3 100644 --- a/remoting/remoting_test.gypi +++ b/remoting/remoting_test.gypi @@ -114,7 +114,6 @@ 'host/setup/pin_validator_unittest.cc', 'host/shaped_screen_capturer_unittest.cc', 'host/token_validator_factory_impl_unittest.cc', - 'host/video_frame_recorder_unittest.cc', 'host/video_scheduler_unittest.cc', 'host/win/rdp_client_unittest.cc', 'host/win/worker_process_launcher.cc', |