1. 4e4fe4f Add support for MSan by kjellander@webrtc.org · 10 years ago
  2. 205c15a Adds asan suppresions for rtc_unittests by henrike@webrtc.org · 10 years ago
  3. 699c46a rtc_unittest: prevent execution of broken tests. by henrike@webrtc.org · 10 years ago
  4. 178015d memcheck: suppressions didn't map over directly when moving base from talk to webrtc (part of the suppression that is not related to the signature differed). Fixed suppressions accordingly. by henrike@webrtc.org · 10 years ago
  5. 1fb5d12 Initialize restored_packet in nack_rtx_unittest.cc. by pbos@webrtc.org · 10 years ago
  6. 5c20bb2 Remove suppressions for VideoFrame::Validate. by pbos@webrtc.org · 10 years ago
  7. 1b088ee More suppressions, uninitialized read in cricket::VideoFrame::Validate by sprang@webrtc.org · 10 years ago
  8. 1272ee5 Suppress uninitialized read warning in cricket::VideoFrame::Validate by sprang@webrtc.org · 10 years ago
  9. 287e961 Disable TestDrain test on memcheck bots. by pbos@webrtc.org · 10 years ago
  10. cdb48db Enable VideoAdapterTest.BlackOutput on DrMemory. by pbos@webrtc.org · 10 years ago
  11. d944a68 Suppressing VideoAdapterTest.AdaptResolutionWide and VideoAdapterTest.AdaptResolutionNarrow on DrMemory by minyue@webrtc.org · 10 years ago
  12. deaece6 Disable VideoAdapterTest.BlackOutput on DrMemory. by pbos@webrtc.org · 10 years ago
  13. 956f281 Re-enable all VideoAdapterTests on DrMemory. by pbos@webrtc.org · 10 years ago
  14. 6556a59 As expected, r6569 (https://code.google.com/p/webrtc/source/detail?r=6965) caused memcheck bots to complain. Adding expections for that, in line with outher peerconnection tests. by solenberg@webrtc.org · 10 years ago
  15. 2e18638 Exlcude two tests in VideoAdapter for WinDrMemoryFull. by marpan@webrtc.org · 10 years ago
  16. b242c44 Further DrMemory suppressions, likely from r6811 by marpan@webrtc.org · 10 years ago
  17. c6273b5 DrMemory suppresssions, likely from r6811. by marpan@webrtc.org · 10 years ago
  18. e415864 GN: Add PRESUBMIT.py check for GN changes + default bots. by kjellander@webrtc.org · 10 years ago
  19. c9b5072 DrMemory suppression due to r6811. by henrike@webrtc.org · 10 years ago
  20. ee135f7 Memcheck suppression. Re-suppress 3478 suppression after namespace change from talk_base to rtc. by henrike@webrtc.org · 10 years ago
  21. ba92c52 Disable GetStats on DrMemory. by pbos@webrtc.org · 10 years ago
  22. 336e8e8 Fixing memcheck leak suppressions for XMPPClient tests. by pbos@webrtc.org · 10 years ago
  23. ba93f9a drmemory flaky: EndToEndTest.RestartingSendStreamPreservesRtpState[WithRtx] suppressed on drMemory. by henrike@webrtc.org · 10 years ago
  24. b25b08b Remove tools/resources by kjellander@webrtc.org · 10 years ago
  25. 2be53a3 Disable CanSwitchToUseAllSsrcs on DrMemory. by pbos@webrtc.org · 10 years ago
  26. f4d6d7c Add DrMemory suppression for AsyncWriteTest by aluebs@webrtc.org · 10 years ago
  27. 767d98e TSan: Move suppressions to source file. by kjellander@webrtc.org · 10 years ago
  28. 994d0b7 Refactor Call-based tests. by pbos@webrtc.org · 10 years ago
  29. 1da152d 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. by henrike@webrtc.org · 10 years ago
  30. 05f1464 Exclude AsyncWriteTest.TestWrite from Win DrMemory Full bot and suppress the reported errors by aluebs@webrtc.org · 10 years ago
  31. a36a259 TSan v2 deadlock suppressions. by kjellander@webrtc.org · 10 years ago
  32. a97f6f3 Exclude flaky libjingle_peerconnection_unittest test for Memcheck. by kjellander@webrtc.org · 10 years ago
  33. 6ce1d58 Exclude flaky test PeerConnectionEndToEndTest.CreateDataChannelAfterNegotiate on memcheck. by jiayl@webrtc.org · 10 years ago
  34. 85b19a1 Exclude SctpDataMediaChannelTest on Win DrMemory for third_party/usrsctp issues. by jiayl@webrtc.org · 10 years ago
  35. f8063d3 Properly shut down the SCTP stack. by jiayl@webrtc.org · 10 years ago
  36. 249211e Disable flaky test (WebRtcVideoMediaChannelTest.GetStats) on DrMemory Full. by asapersson@webrtc.org · 10 years ago
  37. 1a6c628 Revert r6420 'Revert r6390 "Adds end to end DataChannel tests." Flaky on linux_memcheck' by jiayl@webrtc.org · 10 years ago
  38. 4cb0128 Fixed GetStats when local and remote track are using the same ssrc. by xians@webrtc.org · 10 years ago
  39. 276637b Disable flaky test on DrMemory Full. by pbos@webrtc.org · 10 years ago
  40. c578962 Disable a test in libjingle_peerconnection_unittest for DrMemory by henrik.lundin@webrtc.org · 10 years ago
  41. d3dcebf Disable P2PTransportChannelMultihomedTest.TestFailover under Memcheck by henrik.lundin@webrtc.org · 10 years ago
  42. 2bdd399 Suppress memcheck error in VideoProcessorIntegrationTest by henrik.lundin@webrtc.org · 10 years ago
  43. 2f7c7ce Remove old perf_expectations no longer used. by kjellander@webrtc.org · 10 years ago
  44. 222d8d3 Add a TSAN suppression for a benign TRACE_EVENT race. by andrew@webrtc.org · 10 years ago
  45. 6e98ef4 Fix deadlock in RegisterPreDecodeImageCallback. by pbos@webrtc.org · 10 years ago
  46. b60bfe4 Suppress webrtc trace races detected by tsan. by stefan@webrtc.org · 10 years ago
  47. 83599cb Reenable WebRtcVideoEngineTestFake.SendReceiveBitratesStats under DrMemory. by stefan@webrtc.org · 10 years ago
  48. 3147b97 LSan suppressions for libjingle tests (fix) by kjellander@webrtc.org · 10 years ago
  49. 7c0f6e1 LSan suppressions for libjingle tests (more) by kjellander@webrtc.org · 10 years ago
  50. a70dff4 LSan suppressions for libjingle tests. by kjellander@webrtc.org · 10 years ago
  51. 01edf2e Updating LSan third party suppressions. by kjellander@webrtc.org · 10 years ago
  52. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 10 years ago
  53. c156174 Suppressing all tests for WebRtcVideoEngine2 for Win DrMemory Full. by henrike@webrtc.org · 10 years ago
  54. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 10 years ago
  55. 2c7d1b3 Adds a modified copy of talk/base to webrtc/base. It is the first step in migrating talk/base to webrtc/base. by henrike@webrtc.org · 10 years ago
  56. f3a5e6a Suppression for WebRtcVideoChannel2BaseTest.SetSendSsrc. by henrike@webrtc.org · 10 years ago
  57. d886e4a Suppression for test failing on dr memory (in waterfall). by henrike@webrtc.org · 10 years ago
  58. d266a20 Initial wiring of new webrtc API in libjingle. by pbos@webrtc.org · 10 years ago
  59. 9e230ea DrMemory: Removing suppression as Dr Memory was fixed. by kjellander@webrtc.org · 10 years ago
  60. 25a344e WebRtcVideoEngineTestFake.SendReceiveBitratesStats suppressed for "Win DrMemory Full" by henrike@webrtc.org · 10 years ago
  61. 4220434 Implement the Windows screen capturer using the Magnification API. by jiayl@webrtc.org · 10 years ago
  62. f543375 Suppress DrMemory allocator mismatch errors. by pbos@webrtc.org · 10 years ago
  63. db14442 Exclude the new AudioProcessingTest from some sanitizer bots. by andrew@webrtc.org · 10 years ago
  64. 0a035c8 Disable tests in common_video_unittests for Dr Memory. by kjellander@webrtc.org · 10 years ago
  65. 940894d DrMemory: Excluding failing tests for Dr Memory Full by kjellander@webrtc.org · 10 years ago
  66. ef79fd7 DrMemory: Excluding failing tests for Dr Memory Full by kjellander@webrtc.org · 10 years ago
  67. 41e8774 DrMemory: Excluding failing tests for Dr Memory Full by kjellander@webrtc.org · 10 years ago
  68. ffd2424 DrMemory: Suppress and exclude more tests to green up the full build. by kjellander@webrtc.org · 10 years ago
  69. e8d1865 Disable more tests for DrMemory to speed up execution. by kjellander@webrtc.org · 10 years ago
  70. 9f57404 Excluding and suppressing Dr Memory test failures. by kjellander@webrtc.org · 10 years ago
  71. b6dfbed Exclude TwoStreamsSendAndFailUnsignalledRecvInOneToOne from TSAN. by andrew@webrtc.org · 10 years ago
  72. b70c8e9 Disable flaky WebRtcVideoMediaChannelTests on memcheck and tsan. by andrew@webrtc.org · 10 years ago
  73. 08e2dd8 Exclude WebRtcVideoMediaChannelTest.AddRemoveCapturerMultipleSources for Valgrind on Mac by kjellander@webrtc.org · 10 years ago
  74. 26caf0e Suppresses/disables tsan/memcheck issues due to sync of 63111035. by henrike@webrtc.org · 10 years ago
  75. 4a47be0 Disable CallTest.ReceivesAndRetransmitsNack for TSan by kjellander@webrtc.org · 10 years ago
  76. d3dc424 Remove posting of ICE messages from WebRTCSession in PeerConnection to signaling thread. by mallinath@webrtc.org · 10 years ago
  77. b898ce9 Revert of r5622 "disable unit tests" as it should be fixed in r5623. by henrike@webrtc.org · 10 years ago
  78. eec3843 TSAN only disable of two of libjingle's tests for atomic ops as they are failing for TSAN-bot. by henrike@webrtc.org · 10 years ago
  79. 125a66a Memory and Tsan tests: Turn off the new-ACM tests by tina.legrand@webrtc.org · 10 years ago
  80. e384289 Adding tsan suppression for error introduced in r5555, causing libjingle_unittest to fail on TSan bot. by mflodman@webrtc.org · 10 years ago
  81. 505f2a0 Disabling WebRtcSessionTest.TestIceStatesBundle under memcheck. by stefan@webrtc.org · 10 years ago
  82. 9cba2e4 Exclude libjingle_p2p_unittest tests failing TSan Race verifier. by kjellander@webrtc.org · 10 years ago
  83. 6f8acdc Suppressions for libjingle_unittest after roll in r5502 by kjellander@webrtc.org · 10 years ago
  84. f7d4993 Remove Coverity script. by kjellander@webrtc.org · 10 years ago
  85. 98aefcd Update tsan suppressions for libjingle_media_unittest. by wu@webrtc.org · 11 years ago
  86. ca5ff99 Re-enable webrtcvoice/videoengine unittests. by wu@webrtc.org · 11 years ago
  87. 7ef7df5 Removes script for generating supplement.gypi also adds git ignore for tools/gn. by henrike@webrtc.org · 11 years ago
  88. 8f19cb9 Revert 5387 "Re-enable webrtcvoice/videoengine unittests." by wu@webrtc.org · 11 years ago
  89. eda6823 Re-enable webrtcvoice/videoengine unittests. by wu@webrtc.org · 11 years ago
  90. 03cfde2 Roll Chromium 238260 -> 243863 by wjia@webrtc.org · 11 years ago
  91. 1d09690 Move realtime tests to webrtc_perf_tests. by pbos@webrtc.org · 11 years ago
  92. 59d5705 Fix memory tools error introduced in roll @ r5260 by kjellander@webrtc.org · 11 years ago
  93. 7e9315b Adds support for sending redundant payloads over RTX. by stefan@webrtc.org · 11 years ago
  94. bd51d93 LSan suppressions for libjingle_peerconnection_unittest by kjellander@webrtc.org · 11 years ago
  95. b5bc098 Clear empty video frames in unittest so DrMemory will allow them to be read without an uninitialized read error. by fbarchard@google.com · 11 years ago
  96. 364f204 Update talk to 56698267. by wu@webrtc.org · 11 years ago
  97. 9c5fb76 Exclude AV-sync test from Valgrind platforms. by pbos@webrtc.org · 11 years ago
  98. b082ade Hook up audio/video sync to Call. by stefan@webrtc.org · 11 years ago
  99. 55e1723 Avoid a leak in AudioCodingModuleTest.TestIsac. The leak was caught by LSAN. by turaj@webrtc.org · 11 years ago
  100. e4e5683 Clean up tsan suppression file: by wu@webrtc.org · 11 years ago