marpan@webrtc.org
c6273b53dd
DrMemory suppresssions, likely from r6811.
...
BUG=3655
R=henrike@webrtc.org
TBR=pthatcher@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/13149004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6877 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-08-12 21:29:06 +00:00
kjellander@webrtc.org
e415864a32
GN: Add PRESUBMIT.py check for GN changes + default bots.
...
Add the GN trybots to the default set and also set them
to be the only bots to run if a CL contains only BUILD.gn
changes.
Update Python exclusions in general and fix a few of the lint
warnings.
The ones in python_charts needs to be disabled since those variables
are actually used when passed via vars() to the template.
BUG=None
TEST=git cl presubmit with the following cases:
A CL with two .gyp changes.
A CL with no changes in .gyp* files.
R=niklas.enbom@webrtc.org , phoglund@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/18719004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6834 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-08-06 09:11:18 +00:00
henrike@webrtc.org
c9b507253f
DrMemory suppression due to r6811.
...
BUG=3655
TBR=pthatcher@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/16209004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6820 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-08-04 16:48:24 +00:00
henrike@webrtc.org
ee135f78b7
Memcheck suppression. Re-suppress 3478 suppression after namespace change from talk_base to rtc.
...
BUG=3478
TBR=kjellander@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/15079004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6819 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-08-04 15:35:14 +00:00
pbos@webrtc.org
ba92c52570
Disable GetStats on DrMemory.
...
Flakes/fails on DrMemory Full just like the implementation in
webrtcvideoengine.cc.
BUG=3482
R=sprang@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/20009004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6731 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-07-18 13:33:48 +00:00
pbos@webrtc.org
336e8e8f50
Fixing memcheck leak suppressions for XMPPClient tests.
...
BUG=
R=stefan@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/16049004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6665 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-07-11 13:44:45 +00:00
henrike@webrtc.org
ba93f9a986
drmemory flaky: EndToEndTest.RestartingSendStreamPreservesRtpState[WithRtx] suppressed on drMemory.
...
BUG=3552
TBR=pbos@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/17899004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6614 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-07-07 16:52:19 +00:00
kjellander@webrtc.org
b25b08b302
Remove tools/resources
...
The script to update the resources before we used the .sha1 files
was moved out in r4277 and later deleted in r5099.
This dir serves no purpose, so let's remove it.
BUG=
R=phoglund@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/17849004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6585 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-07-02 15:48:29 +00:00
pbos@webrtc.org
2be53a3b00
Disable CanSwitchToUseAllSsrcs on DrMemory.
...
Test times out.
R=mflodman@webrtc.org
BUG=3159
Review URL: https://webrtc-codereview.appspot.com/13799004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6566 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-06-30 15:53:07 +00:00
aluebs@webrtc.org
f4d6d7c27e
Add DrMemory suppression for AsyncWriteTest
...
BUG=webrtc:3490
R=henrike@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/13779004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6553 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-06-27 13:55:36 +00:00
kjellander@webrtc.org
767d98ebff
TSan: Move suppressions to source file.
...
Chromium has deprecated text-file based suppressions for
TSan (v2) and is about to remove the support for it in the
test toolchain in https://codereview.chromium.org/357673002/
This CL moves our suppressions to a source file (based on the
Chromium copy).
It also moves the sanitizer_options.gyp into webrtc/build.
BUG=chromium:302040
TEST=Locally executing all the standalone tests under TSan v2.
R=niklas.enbom@webrtc.org , pbos@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/14759004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6552 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-06-27 09:18:51 +00:00
pbos@webrtc.org
994d0b7229
Refactor Call-based tests.
...
Greatly reduces duplication of constants and setup code for tests based
on the new webrtc::Call APIs. It also makes it significantly easier to
convert sender-only to end-to-end tests as they share more code.
BUG=3035
R=kjellander@webrtc.org , stefan@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/17789004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6551 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-06-27 08:47:52 +00:00
henrike@webrtc.org
1da152d7f6
talk/base and webrtc/base suppression had the same names for their suppressions which is not allowed. Renamed the talk/base ones as they are going away.
...
BUG=3379
R=andrew@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/13759004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6532 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-06-24 14:24:37 +00:00
aluebs@webrtc.org
05f1464df3
Exclude AsyncWriteTest.TestWrite from Win DrMemory Full bot and suppress the reported errors
...
BUG=webrtc:3490
R=kjellander@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/18569004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6530 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-06-24 11:08:51 +00:00
kjellander@webrtc.org
a36a259858
TSan v2 deadlock suppressions.
...
After rolling chromium_revision in r6516 it seems
TSan v2 turned on deadlock detection by default.
This caused a collection of tests to start failing.
This CL suppresses these failures awaiting further
investigation.
TBR=pbos@webrtc.org
BUG=3509
TEST=Tests passing local execution on Linux using the
reproduction steps in the bug.
Review URL: https://webrtc-codereview.appspot.com/18609004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6519 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-06-22 08:01:42 +00:00
kjellander@webrtc.org
a97f6f34b2
Exclude flaky libjingle_peerconnection_unittest test for Memcheck.
...
The PeerConnectionEndToEndTest.DataChannelIdAssignment test fails
flakily like this:
[----------] 1 test from PeerConnectionEndToEndTest
[ RUN ] PeerConnectionEndToEndTest.DataChannelIdAssignment
WARNING: no real random source present!
../../talk/app/webrtc/test/peerconnectiontestwrapper.cc:216: Failure
Value of: CheckForConnection()
Actual: false
Expected: true
[ FAILED ] PeerConnectionEndToEndTest.DataChannelIdAssignment (13215 ms)
[----------] 1 test from PeerConnectionEndToEndTest (13223 ms total)
TBR=wu@webrtc.org
BUG=
Review URL: https://webrtc-codereview.appspot.com/20759004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6518 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-06-22 07:11:44 +00:00
jiayl@webrtc.org
6ce1d58613
Exclude flaky test PeerConnectionEndToEndTest.CreateDataChannelAfterNegotiate on memcheck.
...
TBR=wu@webrtc.org
BUG=
Review URL: https://webrtc-codereview.appspot.com/17739004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6487 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-06-19 00:06:36 +00:00
jiayl@webrtc.org
85b19a1a12
Exclude SctpDataMediaChannelTest on Win DrMemory for third_party/usrsctp issues.
...
TBR=wu@webrtc.org
BUG=3492
Review URL: https://webrtc-codereview.appspot.com/14719004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6485 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-06-18 23:34:18 +00:00
jiayl@webrtc.org
f8063d34de
Properly shut down the SCTP stack.
...
TBR phoglund@webrtc.org for the tsan_v2/suppressions.txt change.
R=ldixon@webrtc.org , pthatcher@webrtc.org
TBR=phoglund@webrtc.org
BUG=2749
Review URL: https://webrtc-codereview.appspot.com/12739004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6484 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-06-18 21:30:40 +00:00
asapersson@webrtc.org
249211eec6
Disable flaky test (WebRtcVideoMediaChannelTest.GetStats) on DrMemory Full.
...
BUG=3482
R=kjellander@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/20649004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6440 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-06-16 07:56:17 +00:00
jiayl@webrtc.org
1a6c6281ca
Revert r6420 'Revert r6390 "Adds end to end DataChannel tests." Flaky on linux_memcheck'
...
Failing tests are disabled for memcheck.
TBR=wu@webrtc.org
BUG=2626
Review URL: https://webrtc-codereview.appspot.com/13699004
Review URL: https://webrtc-codereview.appspot.com/13699004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6422 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-06-12 21:59:29 +00:00
xians@webrtc.org
4cb012858f
Fixed GetStats when local and remote track are using the same ssrc.
...
R=hta@chromium.org , kjellander@webrtc.org , tommi@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/20589004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6414 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-06-12 14:57:05 +00:00
pbos@webrtc.org
276637b107
Disable flaky test on DrMemory Full.
...
VideoSendStreamTest.RetransmitsNackOverRtxWithPacing fails
often on DrMemory Full.
BUG=3471
R=xians@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/15729004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6409 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-06-12 08:46:21 +00:00
henrik.lundin@webrtc.org
c578962006
Disable a test in libjingle_peerconnection_unittest for DrMemory
...
BUG=3453
R=kjellander@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/12689004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6334 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-06-05 07:38:31 +00:00
henrik.lundin@webrtc.org
d3dcebf6b4
Disable P2PTransportChannelMultihomedTest.TestFailover under Memcheck
...
BUG=3447
R=kjellander@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/15689004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6327 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-06-04 13:23:07 +00:00
henrik.lundin@webrtc.org
2bdd3994e3
Suppress memcheck error in VideoProcessorIntegrationTest
...
BUG=3446
R=kjellander@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/19629005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6323 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-06-04 08:47:29 +00:00
kjellander@webrtc.org
2f7c7ce020
Remove old perf_expectations no longer used.
...
This has been replaced with the Chromium Perf
Dashboard web application a long time ago.
BUG=
R=phoglund@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/21569004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6303 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-06-02 15:03:21 +00:00
andrew@webrtc.org
222d8d3b1f
Add a TSAN suppression for a benign TRACE_EVENT race.
...
TBR=hclam
BUG=3409
Review URL: https://webrtc-codereview.appspot.com/15639004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6293 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-30 23:14:00 +00:00
pbos@webrtc.org
6e98ef4b35
Fix deadlock in RegisterPreDecodeImageCallback.
...
Fixes lock-order inversion between ViEChannel::callback_cs_ and
VideoReceiver::_receiveCritSect detected on DrMemory Full which
exhibited different timing behavior.
Also removes most of the suppressions on DrMemory Full as they're able
to run again without deadlocking.
BUG=3336,3375
TEST=Run DrMemory Full trybots.
R=mflodman@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/20499004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6228 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-23 09:41:07 +00:00
stefan@webrtc.org
b60bfe4759
Suppress webrtc trace races detected by tsan.
...
BUG=3372
R=kjellander@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/17579004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6226 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-23 07:29:37 +00:00
stefan@webrtc.org
83599cba77
Reenable WebRtcVideoEngineTestFake.SendReceiveBitratesStats under DrMemory.
...
The uninitialized read has been fixed. Suppressing CL: https://code.google.com/p/webrtc/source/detail?r=6073
BUG=11288120
R=kjellander@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/14529005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6199 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-20 13:16:35 +00:00
kjellander@webrtc.org
3147b97f8c
LSan suppressions for libjingle tests (fix)
...
Apparently wildcards are needed for templates
in the call stack for matching suppressions.
TBR=wu@webrtc.org
BUG=2528, 3345
TEST=None, since I cannot reproduce the leaks on the bot
in my local environment (and we don't have a trybot for this yet).
Review URL: https://webrtc-codereview.appspot.com/18459004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6156 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-14 18:05:15 +00:00
kjellander@webrtc.org
7c0f6e1b47
LSan suppressions for libjingle tests (more)
...
Additional suppressions after a new test run was completed
after https://webrtc-codereview.appspot.com/18429006 was
submitted.
TBR=wu@webrtc.org
BUG=2528, 3345
TEST=None, since I cannot reproduce the leaks on the bot
in my local environment (and we don't have a trybot for this yet).
Review URL: https://webrtc-codereview.appspot.com/14509004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6155 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-14 17:46:23 +00:00
kjellander@webrtc.org
a70dff4427
LSan suppressions for libjingle tests.
...
Adding a few more suppressions to make the tests pass
LSan as it's about to be enabled in the main waterfall
at the ASan bot.
TBR=wu@webrtc.org
BUG=2528, 3345
TEST=None, since I cannot reproduce the leaks on the bot
in my local environment (and we don't have a trybot for this yet).
Review URL: https://webrtc-codereview.appspot.com/18429006
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6153 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-14 17:12:01 +00:00
kjellander@webrtc.org
01edf2e2af
Updating LSan third party suppressions.
...
Several new third party suppressions have been updated in
Chromium's suppressions file:
https://code.google.com/p/chromium/codesearch#chromium/src/tools/lsan/suppressions.txt
These will solve some of the errors we're seeing at
http://build.chromium.org/p/client.webrtc.fyi/builders/Linux%20LSan%20%28and%20ASan%29/
which needs to be resolved before switching our
ASan bot to recipes (since the recipe ASan configuration
has LSan enabled by default).
BUG=2527,2528,3345,3346
TEST=Successfully ran the following tests under ASan+LSan locally:
libjingle_media_unittest
libjingle_p2p_unittest
libjingle_peerconnection_unittest
libjingle_unittest
R=pbos@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/14489005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6148 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-14 12:28:38 +00:00
henrike@webrtc.org
f048872e91
Adds a modified copy of talk/base to webrtc/base. It is the first step in
...
migrating talk/base to webrtc/base.
BUG=N/A
R=niklas.enbom@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/17479005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6129 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-13 18:00:26 +00:00
henrike@webrtc.org
c156174da8
Suppressing all tests for WebRtcVideoEngine2 for Win DrMemory Full.
...
BUG=3336
TBR=pbos@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/20469004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6124 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-13 16:47:32 +00:00
perkj@webrtc.org
e9a604accd
Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..."
...
This breaks Chromium FYI builds and prevent roll of webrtc/libjingle to Chrome.
http://chromegw.corp.google.com/i/chromium.webrtc.fyi/builders/Win%20Builder/builds/457
> Adds a modified copy of talk/base to webrtc/base. It is the first step in migrating talk/base to webrtc/base.
>
> BUG=N/A
> R=andrew@webrtc.org , wu@webrtc.org
>
> Review URL: https://webrtc-codereview.appspot.com/12199004
TBR=henrike@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/14479004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6116 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-13 08:15:48 +00:00
henrike@webrtc.org
2c7d1b39b9
Adds a modified copy of talk/base to webrtc/base. It is the first step in migrating talk/base to webrtc/base.
...
BUG=N/A
R=andrew@webrtc.org , wu@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/12199004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6107 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-12 18:03:09 +00:00
henrike@webrtc.org
f3a5e6afc4
Suppression for WebRtcVideoChannel2BaseTest.SetSendSsrc.
...
BUG=3336
R=mallinath@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/15479005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6106 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-12 17:58:21 +00:00
henrike@webrtc.org
d886e4aaf7
Suppression for test failing on dr memory (in waterfall).
...
BUG=3336
R=pbos@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/15479004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6105 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-12 16:31:21 +00:00
pbos@webrtc.org
d266a2020f
Initial wiring of new webrtc API in libjingle.
...
BUG=1788
R=pthatcher@google.com , pthatcher@webrtc.org
TBR=juberti@webrtc.org , mflodman@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/8549005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6104 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-12 14:32:01 +00:00
kjellander@webrtc.org
9e230eae82
DrMemory: Removing suppression as Dr Memory was fixed.
...
According to
https://code.google.com/p/webrtc/issues/detail?id=3275
the issue is now fixed in the drmemory.DEPS of r267732.
Since we don't roll this DEPS (it's automatically updated
as it's a separate solution in the checkout for these bots)
we already have this update.
BUG=3275
TEST=Passing trybot: git try --bot=win_drmemory_light
R=pbos@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/20429004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6077 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-08 12:24:17 +00:00
henrike@webrtc.org
25a344edc6
WebRtcVideoEngineTestFake.SendReceiveBitratesStats suppressed for "Win DrMemory Full"
...
BUG=11288120
R=mikhal@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/15439004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6073 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-07 16:41:02 +00:00
jiayl@webrtc.org
4220434d37
Implement the Windows screen capturer using the Magnification API.
...
The original ScreenCapturerWin is renamed ScreenCapturerWinGdi.
BUG=2789
TESTED=full desktop cast and single monitor cast works on win7 and win8 desktop mode. Have to use GDI capturer on win8 metro mode. Changing display configuration work on the fly.
R=sergeyu@chromium.org , wez@chromium.org
Committed: https://code.google.com/p/webrtc/source/detail?r=6048
Review URL: https://webrtc-codereview.appspot.com/12149004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6053 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-05 16:08:47 +00:00
pbos@webrtc.org
f5433753b8
Suppress DrMemory allocator mismatch errors.
...
Bot is flooded with these errors, suppressing them to get back to a
normal state, contacting DrMemory team.
R=kjellander@webrtc.org
BUG=3275
TEST=git try -b win_drmemory_light -r 6012
Review URL: https://webrtc-codereview.appspot.com/13419004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6013 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-04-29 12:24:45 +00:00
andrew@webrtc.org
db144429b2
Exclude the new AudioProcessingTest from some sanitizer bots.
...
It takes too long.
TBR=kjellander
Review URL: https://webrtc-codereview.appspot.com/12359004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5963 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-04-23 04:16:24 +00:00
kjellander@webrtc.org
0a035c8924
Disable tests in common_video_unittests for Dr Memory.
...
These tests takes about 1000 seconds to execute under
Dr Memory Full, causing them to be killed if taking more
than 1200 seconds.
* TestScaler.BiLinearScaleTest
* TestScaler.BoxScaleTest
BUG=3247
TBR=zhaoqin@google.com
Review URL: https://webrtc-codereview.appspot.com/12289004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5951 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-04-22 08:07:03 +00:00
kjellander@webrtc.org
940894d207
DrMemory: Excluding failing tests for Dr Memory Full
...
PortAllocatorTest.TestEnableSharedSocketWithNat
fails in libjingle_p2p_unittest.
Example:
http://build.chromium.org/p/client.webrtc/builders/Win%20DrMemory%20Full/builds/2/steps/memory%20test%3A%20libjingle_p2p_unittest/logs/stdio
Previous experience tells me that disabling only this test
case will make another one in the same test suite fail,
so I'm blanked disabling the whole test.
TBR=phoglund
BUG=3158
Review URL: https://webrtc-codereview.appspot.com/11909004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5893 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-04-13 11:45:43 +00:00
kjellander@webrtc.org
ef79fd7965
DrMemory: Excluding failing tests for Dr Memory Full
...
BUG=3158
TEST=None
TBR=kjellander,phoglund
Review URL: https://webrtc-codereview.appspot.com/11899004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5892 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-04-13 08:31:42 +00:00