ffd242432d
Exclude failing tests in libjingle tests and suppress failures in modules_unittests. Also exclude the following extremely slow tests to make it possible to get a reasonable execution time for the bot: * TestScaler.PointScaleTest (81573 ms) * TestScaler.BiLinearScaleTest (1111554 ms) * TestScaler.BoxScaleTest (1129625 ms) * TestVp8Impl.BaseUnitTest (762598 ms) * VideoProcessorIntegrationTest.ProcessNoLossChangeBitRate (342149 ms) TBR=phoglund@webrtc.org BUG=3158, 3183, 3184 TEST=Successful runs on local Windows box: tools\valgrind-webrtc\webrtc_tests.bat --build-dir out --target Debug --test libjingle_p2p_unittest --tool drmemory_full tools\valgrind-webrtc\webrtc_tests.bat --build-dir out --target Debug --test libjingle_peerconnection_unittest --tool drmemory_full tools\valgrind-webrtc\webrtc_tests.bat --build-dir out --target Debug --test modules_unittests --tool drmemory_full Review URL: https://webrtc-codereview.appspot.com/11819004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5888 4adac7df-926f-26a2-2b94-8c16560cd09d
6 lines
196 B
Plaintext
6 lines
196 B
Plaintext
# Flakily fails or crashes on Dr Memory Full.
|
|
# https://code.google.com/p/webrtc/issues/detail?id=3158
|
|
JsepPeerConnectionP2PTestClient.*
|
|
PeerConnectionEndToEndTest.*
|
|
PeerConnectionInterfaceTest.*
|