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

Unified Diff: webrtc/test/call_test.h

Issue 2760623002: Probing EndToEndTests. (Closed)
Patch Set: Correctly disabled tests on memcheck bot. Created 3 years, 9 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 | « tools-webrtc/valgrind/gtest_exclude/video_engine_tests.gtest-memcheck.txt ('k') | webrtc/test/call_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/call_test.h
diff --git a/webrtc/test/call_test.h b/webrtc/test/call_test.h
index b2ffe7fb1ec6b49f5dfb5360092c73868904d849..f1540bf8993141ca8b00b40c1165c98252faf9cf 100644
--- a/webrtc/test/call_test.h
+++ b/webrtc/test/call_test.h
@@ -150,6 +150,7 @@ class CallTest : public ::testing::Test {
class BaseTest : public RtpRtcpObserver {
public:
+ BaseTest();
explicit BaseTest(unsigned int timeout_ms);
virtual ~BaseTest();
@@ -205,6 +206,7 @@ class SendTest : public BaseTest {
class EndToEndTest : public BaseTest {
public:
+ EndToEndTest();
explicit EndToEndTest(unsigned int timeout_ms);
bool ShouldCreateReceivers() const override;
« no previous file with comments | « tools-webrtc/valgrind/gtest_exclude/video_engine_tests.gtest-memcheck.txt ('k') | webrtc/test/call_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698