Commit Graph

13 Commits

Author SHA1 Message Date
pbos@webrtc.org
cdb48dbc23 Enable VideoAdapterTest.BlackOutput on DrMemory.
DrMemory r2061 fixes how the instruction psrlw's shadow is mirrored ->
this false positive is now gone.

R=kjellander@webrtc.org
BUG=3754

Review URL: https://webrtc-codereview.appspot.com/25399004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7080 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-09-05 09:46:34 +00:00
minyue@webrtc.org
d944a6887d Suppressing VideoAdapterTest.AdaptResolutionWide and VideoAdapterTest.AdaptResolutionNarrow on DrMemory
BUG=webrtc:3771
R=kjellander@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/18329004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7034 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-09-03 07:43:32 +00:00
pbos@webrtc.org
deaece6ac0 Disable VideoAdapterTest.BlackOutput on DrMemory.
Reports uninitialized-memory reads that seem to originate from when the
frame is copied. The test passes if we remove CPU optimizations from
libyuv, disabling test until we figure out whether it's an unsupported
instruction in DrMemory, bug in libyuv or bug in the test.

BUG=3754
R=aluebs@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/19149004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6995 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-08-28 09:55:34 +00:00
pbos@webrtc.org
956f281d2f Re-enable all VideoAdapterTests on DrMemory.
These bugs should've been resolved as of r6991.

BUG=3655,3671
R=henrike@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/22529004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6992 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-08-27 18:41:58 +00:00
marpan@webrtc.org
2e186386d3 Exlcude two tests in VideoAdapter for WinDrMemoryFull.
http://chromegw.corp.google.com/i/client.webrtc/builders/Win%20DrMemory%20Full/builds/793

BUG=3655
R=henrike@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/13169004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6904 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-08-14 16:25:38 +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
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
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
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
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
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
kjellander@webrtc.org
9f57404334 Excluding and suppressing Dr Memory test failures.
With these tests excluded and failures suppressed
we should be able to bring Dr Memory Full into a
green state in
http://build.chromium.org/p/client.webrtc.fyi/waterfall
so we can move the bots into the main waterfall.

BUG=3158, 3159
TEST=Ran successful runs of the tests that never completed
using the reproduction steps in the issues listed above on
a local Windows box. The tests that just failed weren't tried,
since they cannot have been blocking other possibly failing
tests in the same binary.

R=pbos@webrtc.org
TBR=pbos

Review URL: https://webrtc-codereview.appspot.com/11209004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5850 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-04-07 08:01:06 +00:00