aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2017-02-23Leave only an empty top level OWNERS file.Chih-Hung Hsieh
We should not copy OWNERS files from upstream, or the owners should be registered in Gerrit Code Review. Bug: 33166666 Test: default build targets Change-Id: Ibfd47e643f03678bb65880653383adb84809169d
2016-01-13Re-enable tests that failed under Linux_Msan.marpan
Fixed in latest libvpx roll. Keep EndToEndTest.TransportSeqNumOnAudioAndVideo disabled on Win_DrMemory for now as it seems to time-out/too slow. TBR=stefan@webrtc.org, kjellander@webrtc.org BUG=webrtc:5402 NOTRY=True Review URL: https://codereview.webrtc.org/1577313003 Cr-Commit-Position: refs/heads/master@{#11240}
2016-01-12Remove tools/refactoring.Peter Boström
No longer used, references old GIPS types variable names and confuses team members which think this code could be used/still useful. BUG= R=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1581573003 . Cr-Commit-Position: refs/heads/master@{#11219}
2016-01-10Disable EndToEndTest.TransportSeqNumOnAudioAndVideo for Dr Memory.kjellander
It started failing at the roll in https://codereview.webrtc.org/1556273002 BUG=webrtc:5402 TBR=marpan@webrtc.org NOTRY=True Review URL: https://codereview.webrtc.org/1574813002 Cr-Commit-Position: refs/heads/master@{#11198}
2016-01-09Disable 2 video tests which fail on DrMemoryFullGuo-wei Shieh
TBR=kjellander@webrtc.org BUG=5417 Review URL: https://codereview.webrtc.org/1575433003 . Cr-Commit-Position: refs/heads/master@{#11193}
2016-01-04Disabling CritSectTest on Windows DrMemory bot.deadbeef
BUG=webrtc:5390 Review URL: https://codereview.webrtc.org/1554673002 Cr-Commit-Position: refs/heads/master@{#11148}
2016-01-04Convert DOS->Unix line endings for Dr memory exclude file.Henrik Kjellander
NOTRY=True NOPRESUBMIT=True TBR=deadbeef@webrtc.org Review URL: https://codereview.webrtc.org/1555043003 . Cr-Commit-Position: refs/heads/master@{#11146}
2015-12-15Disable ThreadTest.ThreeThreadsInvoke on DrMemory bots.Stefan Holmer
BUG=webrtc:5199 TBR=pbos@webrtc.org Review URL: https://codereview.webrtc.org/1524073002 . Cr-Commit-Position: refs/heads/master@{#11020}
2015-12-11Remove ancient VoE suppressions.solenberg
BUG=webrtc:332 Review URL: https://codereview.webrtc.org/1511413007 Cr-Commit-Position: refs/heads/master@{#10988}
2015-12-10Renaming JsepPeerConnectionP2PTestClient back to P2PTestConductor.deadbeef
Updating blacklists as well. Review URL: https://codereview.webrtc.org/1508683004 Cr-Commit-Position: refs/heads/master@{#10980}
2015-12-09WebRTC: Update set of known root certificatesGuo-wei Shieh
Also included the script which generates this file. TBR=juberti@webrtc.org BUG=526258 Review URL: https://codereview.webrtc.org/1503473002 . Cr-Commit-Position: refs/heads/master@{#10957}
2015-12-09Removing DrMemory suppresssion on PushResampler.minyuel
BUG=webrtc:2321 R=kjellander@webrtc.org Review URL: https://codereview.webrtc.org/1502183006 . Cr-Commit-Position: refs/heads/master@{#10950}
2015-12-07Disable RtcEventLogTest.DropOldEvents on memcheck.Peter Boström
BUG=webrtc:5312 TBR=terelius@webrtc.org Review URL: https://codereview.webrtc.org/1506763003 . Cr-Commit-Position: refs/heads/master@{#10914}
2015-12-04Disable RtcEventLogTest.DropOldEvents on DrMemory.Peter Boström
BUG=webrtc:5312 R=terelius@webrtc.org Review URL: https://codereview.webrtc.org/1495093004 . Cr-Commit-Position: refs/heads/master@{#10894}
2015-12-03Bring back baremetal trybots to the default set.kjellander@webrtc.org
These bots were removed with the reasoning that they were slowing down the CQ. However the Android bots are still our bottleneck, so it makes sense to run them by default instead. Update the autoroll script to not specify them as EXTRA_TRYBOTS. R=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1496863003 . Cr-Commit-Position: refs/heads/master@{#10884}
2015-12-03autoroll: Update Clang script path.kjellander
tools/clang/scripts/update.sh was deleted in https://chromium.googlesource.com/chromium/src/+/656a6433abb41ba076c337b9ffb8c8899c3f20b7 so now the update.py is used on all platforms. Update our autoroll script accordingly. NOTRY=True Review URL: https://codereview.webrtc.org/1493683003 Cr-Commit-Position: refs/heads/master@{#10879}
2015-11-23Exclude EndToEndTest.ReceivesTransportFeedback and ↵Stefan Holmer
TransportFeedbackNotConfigured from DrMemory. R=kjellander@webrtc.org Review URL: https://codereview.webrtc.org/1468993002 . Cr-Commit-Position: refs/heads/master@{#10748}
2015-11-18Disables BitrateEstimatorTest.SwitchesToASTThenBackToTOFForVideo on ↵ivoc
win_drmemory_full due to flakiness. NOTRY=true TBR=solenberg@webrtc.org BUG=webrtc:5225 Review URL: https://codereview.webrtc.org/1456013002 Cr-Commit-Position: refs/heads/master@{#10690}
2015-11-18So long and thanks for all the code reviews!andrew
- Remove myself from OWNERS. - Add myself to AUTHORS (I signed a CLA). - Add minyue to audio_conference_mixer which would otherwise be empty. - Add missing comma in WATCHLISTS. Review URL: https://codereview.webrtc.org/1458763002 Cr-Commit-Position: refs/heads/master@{#10686}
2015-11-05Remove BaseUnitTest suppression.Peter Boström
Test no longer exists and doesn't need to be suppressed on DrMemory. BUG=webrtc:3904 TBR=kjellander@webrtc.org Review URL: https://codereview.webrtc.org/1427843006 . Cr-Commit-Position: refs/heads/master@{#10529}
2015-11-05Remove DrMemory gtest_exclude for dead test.Peter Boström
VideoSendStreamTest.RetransmitsNackOverRtxWithPacing no longer exists and doesn't have to be suppressed. BUG=webrtc:3471 TBR=kjellander@webrtc.org Review URL: https://codereview.webrtc.org/1409933011 . Cr-Commit-Position: refs/heads/master@{#10528}
2015-11-05Update moved find_depot_tools.py script locationHenrik Kjellander
The script moved from /tools to /build in https://codereview.chromium.org/1418513007 and we haven't noticed due to cached .pyc files. We could add a cleaning of .pyc files similar to https://codereview.chromium.org/1186593003 but I think that's overkill for WebRTC. BUG= R=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1409353014 . Cr-Commit-Position: refs/heads/master@{#10526}
2015-11-05Remove DrMemory suppressions for NetEqhenrik.lundin
BUG=webrtc:2515 NOTRY=true TBR=kjellander@webrtc.org Review URL: https://codereview.webrtc.org/1414283007 Cr-Commit-Position: refs/heads/master@{#10518}
2015-10-29Disable P2PTransport...TestFailoverControlledSide on MemcheckHenrik Lundin
The test is flaky on the bot. BUG=webrtc:5136 TBR=kjellander@webrtc.org NOTRY=true Review URL: https://codereview.webrtc.org/1426003003 . Cr-Commit-Position: refs/heads/master@{#10441}
2015-10-28Disable EndToEndTest.AssignsTrans... for memcheckhenrik.lundin
The test is flaky on the bot. BUG=webrtc:5134 TBR=sprang@webrtc.org NOTRY=true Review URL: https://codereview.webrtc.org/1406063006 Cr-Commit-Position: refs/heads/master@{#10436}
2015-10-27UBSan: Add blacklist files for WebRTC standalone.Henrik Kjellander
For more info, see http://dev.chromium.org/developers/testing/undefinedbehaviorsanitizer BUG=webrtc:5124 TESTED=Passing compilation using: GYP_DEFINES="ubsan=1" webrtc/build/gyp_webrtc && ninja -C out/Release GYP_DEFINES="ubsan_vptr=1" webrtc/build/gyp_webrtc && ninja -C out/Release R=pbos@webrtc.org Review URL: https://codereview.webrtc.org/1418213005 . Cr-Commit-Position: refs/heads/master@{#10429}
2015-10-06Update lower-level codereview.settings files.Henrik Kjellander
Every now and then we get CLs to codereview.webrtc.org that are created from a Chromium checkout by editing the code in third_party/webrtc or third_party/libjingle. By editing these lower-level codereview.settings files, we instead cause a crash during 'git cl upload', but the contents of the file will also be printed, which can work as an error message. The alternative would be to entirely remove the files. BUG= R=andrew@webrtc.org, tommi@webrtc.org Review URL: https://codereview.webrtc.org/1389963002 . Cr-Commit-Position: refs/heads/master@{#10191}
2015-10-05autoroller: Allow to specify Rietveld e-mail.Henrik Kjellander
This is useful in order to specify which account to be used for creating the Rietveld CL. Always pass -f to force yes to any prompts during uplaod. BUG=webrtc:4688 R=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1383203002 . Cr-Commit-Position: refs/heads/master@{#10165}
2015-10-05Disable flaky WebRtcVideoChannel2BaseTest.* on DrMemory/memcheck.Peter Boström
BUG=webrtc:4963 R=kjellander@webrtc.org Review URL: https://codereview.webrtc.org/1388693002 . Cr-Commit-Position: refs/heads/master@{#10163}
2015-10-05Exclude WebRtcVideoChannel2BaseTest.AddRemoveCapturerMultipleSources on Dr ↵Henrik Kjellander
Memory. The test is flaky on Dr Memory (not at Linux memcheck as previously committed in https://codereview.webrtc.org/1388663002). BUG=5050 TBR=pbos@webrtc.org Review URL: https://codereview.webrtc.org/1377183004 . Cr-Commit-Position: refs/heads/master@{#10161}
2015-10-05Exclude WebRtcVideoChannel2BaseTest.AddRemoveCapturerMultipleSources on MemcheckHenrik Kjellander
The test is flaky on Linux Memcheck. BUG=5050 TBR=pbos@webrtc.org Review URL: https://codereview.webrtc.org/1388663002 . Cr-Commit-Position: refs/heads/master@{#10160}
2015-10-02Exclude WebRtcVideoChannel2BaseTest.GetStats on linux memcheckMarco
BUG=webrtc:5048 TBR=pbos@webrtc.org Review URL: https://codereview.webrtc.org/1377713005 . Cr-Commit-Position: refs/heads/master@{#10152}
2015-10-02autoroller: Add CQ_EXTRA_TRYBOTS, CQ feature and --skip-cq flag.Henrik Kjellander
Always send the CL to the CQ, except if --skip-cq is provided. Add extra CQ trybots, since the baremetal ones are no longer the default. BUG=webrtc:4688 R=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1375153004 . Cr-Commit-Position: refs/heads/master@{#10146}
2015-10-02autoroller: Always roll and improve descriptionHenrik Kjellander
In order to minimize bisection ranges when the roll breaks, we want to update the chromium_revision as often as possible. Even if a roll doesn't bring in changed dependencies or Clang version, it still brings in changes in the Chromium build toolchain. The description now contains links to all dependencies that change (if any). BUG=webrtc:4688 R=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1381963003 . Cr-Commit-Position: refs/heads/master@{#10141}
2015-10-02autoroller: Add TBR= field and always update the checkoutHenrik Kjellander
Add a TBR= field to enable automated rolling. In some cases, add a committer to the field, for other rolls: leave it empty. Always run 'git pull', even if --dry-run is specified, as it is often used to just generate an updated commit message to update an existing CL with when updating it to match fixes in Chromium. BUG=webrtc:4688 R=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1369333010 . Cr-Commit-Position: refs/heads/master@{#10140}
2015-10-02autoroller: Use HEAD instead of LKGR.Henrik Kjellander
Since LKGR is sometimes lagging behind, always use HEAD to minimize the number of commits to bisect when something breaks for us. As long as the rolls are passing our CQ, we should be fine. BUG=webrtc:4688 R=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1379173002 . Cr-Commit-Position: refs/heads/master@{#10139}
2015-09-25Autoroll: Update checkout before reading chromium_revision.Henrik Kjellander
Ensure the checkout is updated _before_ reading the current revision from the DEPS file. This will avoid errors when a checkout is not up to date, as updating happened after reading the revision before this change. BUG=webrtc:4688 R=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1361923004 . Cr-Commit-Position: refs/heads/master@{#10071}
2015-09-18Remove GICE (again).Peter Thatcher
R=guoweis@webrtc.org Review URL: https://codereview.webrtc.org/1353713002 . Cr-Commit-Position: refs/heads/master@{#9979}
2015-09-15Add --skip-try flag to autoroll script.Henrik Kjellander
This is useful when the patch needs additional modifications before being sent to the tryjobs. BUG= R=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1335353004 . Cr-Commit-Position: refs/heads/master@{#9943}
2015-09-11Disable flaky test (WebRtcVideoChannel2Base.AddRemoveCapturer) on Dr. Memory.Åsa Persson
BUG=webrtc:4963 R=kjellander@webrtc.org Review URL: https://codereview.webrtc.org/1340433002 . Cr-Commit-Position: refs/heads/master@{#9923}
2015-09-10Revert change which removes GICE.guoweis
There are still dependencies on this functionality. TBR=pthatcher@webrtc.org BUG=526399 Review URL: https://codereview.webrtc.org/1336553003 Cr-Commit-Position: refs/heads/master@{#9920}
2015-09-09Disable flaky test (WebRtcVideoChannel2Base.GetStatsMultipleSendStreams) on ↵Åsa Persson
Dr. Memory. BUG=webrtc:4963 R=kjellander@webrtc.org Review URL: https://codereview.webrtc.org/1330893002 . Cr-Commit-Position: refs/heads/master@{#9902}
2015-09-08Disable flaky WebRtcVideoChannel2Base, EndToEndTest tests on Dr. Memory.Åsa Persson
BUG=webrtc:4963, webrtc:4979 R=kjellander@webrtc.org, pbos@webrtc.org Review URL: https://codereview.webrtc.org/1315323008 . Cr-Commit-Position: refs/heads/master@{#9895}
2015-09-04Exclude VideoSendStreamTest.VP9FlexMode on linux_memcheck.Marco
BUG=webrtc:4969 TBR=stefan@webrtc.org Review URL: https://codereview.webrtc.org/1314823012 . Cr-Commit-Position: refs/heads/master@{#9863}
2015-08-24No-op CL to test if video engine core problem solved.phoglund
BUG=webrtc:4935 TBR=andrew@webrtc.org Review URL: https://codereview.webrtc.org/1311073002 Cr-Commit-Position: refs/heads/master@{#9764}
2015-08-22Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG ↵Peter Thatcher
(enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots. This reverts commit 5bdafd44c86ee46bd7e040f19828324583418b33. Original CL: https://codereview.webrtc.org/1263663002/ R=guoweis@webrtc.org Review URL: https://codereview.webrtc.org/1303393002 . Cr-Commit-Position: refs/heads/master@{#9761}
2015-08-18rtpAnalyze matlab tool: filter out RTCP packetshenrik.lundin
This change relates to the matlab tool rtpAnalyze. With this change, RTP packets with payload types 72 through 76 are removed. In IETF RFC3551, section "Payload Type Definitions", this range is marked as reserved so that RTCP and RTP packets can be reliably distinguished. BUG=webrtc:2692 TBR=tina.legrand@webrtc.org NOTRY=true Review URL: https://codereview.webrtc.org/1284423006 Cr-Commit-Position: refs/heads/master@{#9724}
2015-06-26Move frame input (ViECapturer) to webrtc/video/.Peter Boström
Renames ViECapturer to VideoCaptureInput and initializes several parameters on construction instead of setters. Also removes an old deadlock suppression. BUG=1695, 2999 R=asapersson@webrtc.org, mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/53559004. Cr-Commit-Position: refs/heads/master@{#9508}
2015-06-24Update deeper codereview.settings files to match the root.Andrew MacDonald
R=kjellander@webrtc.org Review URL: https://codereview.webrtc.org/1190883002. Cr-Commit-Position: refs/heads/master@{#9498}
2015-06-16Revert of Whitespace change (patchset #1 id:1 of ↵kjellander
https://codereview.webrtc.org/1182933006/) Reason for revert: Testing the revert button with our new CQ. Original issue's description: > Whitespace change to test CQ > > BUG= > TBR= > > Committed: https://crrev.com/fe23090c6144b2c03fce3c4f05fb6d469415d41c > Cr-Commit-Position: refs/heads/master@{#9440} TBR=tommi@webrtc.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.webrtc.org/1180143006 Cr-Commit-Position: refs/heads/master@{#9447}