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

Unified Diff: webrtc/api/peerconnection_unittest.cc

Issue 1808643005: Truly disable tests. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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 | webrtc/api/peerconnectioninterface_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/peerconnection_unittest.cc
diff --git a/webrtc/api/peerconnection_unittest.cc b/webrtc/api/peerconnection_unittest.cc
index dcffd1330f11cd483b1fc19d33f9775dc18d0a96..b30fd06cf160cb60a0f8524dfde184154e9343dd 100644
--- a/webrtc/api/peerconnection_unittest.cc
+++ b/webrtc/api/peerconnection_unittest.cc
@@ -1779,7 +1779,7 @@ TEST_F(P2PTestConductor, AddDataChannelAfterRenegotiation) {
// negotiation is completed without error.
#ifdef HAVE_SCTP
// Disabled on Win dbg: https://bugs.chromium.org/p/webrtc/issues/detail?id=5659
-#if defined(WIN) && defined(_DEBUG)
+#if defined(WIN) && !defined(NDEBUG)
kjellander_webrtc 2016/03/17 20:52:34 Why inverse the NDEBUG check instead of _DEBUG? B
kjellander_webrtc 2016/03/17 20:52:34 Use WEBRTC_WIN instead of WIN. Applies to whole CL
stefan-webrtc 2016/03/17 21:07:15 The previous CL didn't work, as The previous CL di
kjellander_webrtc 2016/03/18 04:49:10 I'm sorry you had to waste so much time on this. I
stefan-webrtc 2016/03/18 08:07:36 Going for WEBRTC_WIN and _DEBUG.
#define MAYBE_CreateOfferWithSctpDataChannel \
DISABLED_CreateOfferWithSctpDataChannel
#else
« no previous file with comments | « no previous file | webrtc/api/peerconnectioninterface_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698