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

Unified Diff: webrtc/ortc/ortcfactory_integrationtest.cc

Issue 2767123002: Disable the ORTC integration tests on TSan. (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/ortc/ortcfactory_integrationtest.cc
diff --git a/webrtc/ortc/ortcfactory_integrationtest.cc b/webrtc/ortc/ortcfactory_integrationtest.cc
index 0f782b2b32f838a24c24876cf4cf12664bc1dc22..37c787fdd4c49944a21f98c8b010161bc6340992 100644
--- a/webrtc/ortc/ortcfactory_integrationtest.cc
+++ b/webrtc/ortc/ortcfactory_integrationtest.cc
@@ -346,6 +346,10 @@ class OrtcFactoryIntegrationTest : public testing::Test {
int rendered_video_frames2_ = 0;
};
+// Disable for TSan v2, see
+// https://bugs.chromium.org/p/webrtc/issues/detail?id=7366 for details.
+#if !defined(THREAD_SANITIZER)
+
// Very basic end-to-end test with a single pair of audio RTP sender and
// receiver.
//
@@ -675,4 +679,6 @@ TEST_F(OrtcFactoryIntegrationTest,
// TODO(deadbeef): End-to-end test for simulcast, once that's supported by this
// API.
+#endif // if !defined(THREAD_SANITIZER)
+
} // namespace webrtc
« 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