bjornv@webrtc.org
20e13edede
New attempt to revert r2362, since drover failed.
...
TBR=stefan@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/640005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2368 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-06-05 13:07:56 +00:00
phoglund@webrtc.org
df373984e2
Renamed test_bwe.
...
BUG=
TEST=
TBR=kjellander@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/642004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2364 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-06-05 11:00:24 +00:00
kjellander@webrtc.org
343301ff73
Fixing release compilation on Linux and Mac trybots
...
BUG=None
TEST=None
Review URL: https://webrtc-codereview.appspot.com/620005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2342 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-06-01 11:10:24 +00:00
kjellander@webrtc.org
c03df177c6
Enabling audio_coding_module_test on trybots
...
BUG=None
TEST=None
Review URL: https://webrtc-codereview.appspot.com/615005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2341 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-06-01 11:09:39 +00:00
kjellander@webrtc.org
29c5a2335c
Renamed to Network Emulator and improved error handling.
...
Changed default start port of the port-range to 32768.
BUG=None
TEST=Tested locally.
Review URL: https://webrtc-codereview.appspot.com/627004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2338 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-06-01 08:42:17 +00:00
kjellander@webrtc.org
595749f7ec
Network simulation script based on Dummynet.
...
This script only intends to support Mac and Linux so far. Additional coding and conditional checking will be required to support Windows.
BUG=None.
TEST=Tested on Linux and Mac.
Review URL: https://webrtc-codereview.appspot.com/606006
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2335 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-31 20:19:05 +00:00
kjellander@webrtc.org
2e84c112f5
Updating bitrate controller tests to test naming conventions.
...
The test is now named 'bitrate_controller_unittests'.
This CL also enables it on the bots. The test is excluded on ASAN since
it fails when compiled with projects generated with GYP_DEFINES='asan=1' (see issue 555).
BUG=None
TEST=bitrate_controller_unittests was tested in Debug+Release on Linux, Mac and Windows + TSAN and memcheck.
Review URL: https://webrtc-codereview.appspot.com/612004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2333 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-31 13:55:01 +00:00
kjellander@webrtc.org
bb24b14c8a
Libvpx waterfall additional changes. The CL http://review.webrtc.org/595005/ was not complete since it didn't put the libvpx waterfall at its own port.
...
Chrome bots are now using the correct scheduler.
Created separate watchlist e-mail for libvpx builds to avoid spamming WebRTC when these builds fail.
BUG=None
TEST=Tested on local master and slaves.
Review URL: https://webrtc-codereview.appspot.com/620004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2331 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-31 10:42:51 +00:00
phoglund@webrtc.org
9259e7bd03
Added a step for restarting pulseaudio.
...
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/611007
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2322 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-30 09:07:02 +00:00
kjellander@webrtc.org
8a7a019b55
Syncing tests on try master with build master.
...
Also adding video_codecs_test_framework_integrationtests since it's executing fast enough and catches a lot.
BUG=None
TEST=None
Review URL: https://webrtc-codereview.appspot.com/605006
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2314 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-29 14:49:39 +00:00
kjellander@webrtc.org
fe87f8ce08
Libvpx buildbot waterfall.
...
I think I found a decent way to avoid duplicating the whole configuration for the libvpx waterfall. It's not perfect but it works. I still haven't figured out what the best way to manage the slaves would be however, since they will need to know which master to connect to, or they'll pick the default they're configured for in slaves.cfg, which is the WebRTC waterfall (can be overridden with the TESTING_MASTER property, but that's only to be used for development and testing.
BUG=None
TEST=Tested on local master and slaves.
Review URL: https://webrtc-codereview.appspot.com/595005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2310 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-29 06:23:42 +00:00
kjellander@webrtc.org
b6e4cc776e
Valgrind memcheck and TSAN script now uses Chrome+WebRTC suppression files.
...
Skeleton suppression files for future WebRTC suppressions are added and are included in addition to the ones Chrome are using and maintaining when our wrapper script executes.
Also added tweaked PRESUBMIT checks based on the Chrome code, that verifies
that suppressions are added correctly. I tested that they work by adding an invalid
suppression.
BUG=544
TEST=Tested running tools/valgrind-webrtc/webrtc_tests.sh --tool=tsan -t out/Debug/system_wrappers_unittests and it reports far less errors. Tested adding bad suppression and it was caught by the PRESUBMIT check.
Review URL: https://webrtc-codereview.appspot.com/601004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2304 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-27 20:59:35 +00:00
kjellander@webrtc.org
15cd04a314
Enabling vp8_integrationtests on all platforms
...
BUG=None
TEST=Tested on Linux, Mac and Windows in Debug+Release
Review URL: https://webrtc-codereview.appspot.com/599004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2299 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-25 09:46:19 +00:00
kjellander@webrtc.org
21c5bda17c
Enabling udp_transport_unittests for TSAN
...
BUG=536
TEST=Tested running the test within TSAN on Linux.
Review URL: https://webrtc-codereview.appspot.com/591004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2298 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-25 09:45:33 +00:00
phoglund@webrtc.org
3c580bed4e
Made fuzz tests and chrome bots FYI: e.g, they will warn instead of making the whole build red if they fail.
...
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/589005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2286 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-24 09:31:49 +00:00
andrew@webrtc.org
aa5f410db5
Add a README to e2e_quality.
...
TBR=kjellander@webrtc.org
BUG=issue502
TEST=none
Review URL: https://webrtc-codereview.appspot.com/590004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2278 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-23 15:11:20 +00:00
andrew@webrtc.org
2b004655b5
Add comparison to e2e and clean up.
...
BUG=issue502
TEST=manual
Review URL: https://webrtc-codereview.appspot.com/577006
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2274 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-23 02:47:58 +00:00
phoglund@webrtc.org
bd48e71058
Adjusted the bloat build's start time.
...
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/566015
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2267 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-22 09:17:28 +00:00
kjellander@webrtc.org
08d9928443
ThreadSanitizer (TSAN) and AddressSanitizer (ASAN) bots
...
BUG=None
TEST=Tested on local master with the live slaves.
Review URL: https://webrtc-codereview.appspot.com/571011
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2258 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-18 14:33:06 +00:00
kjellander@webrtc.org
aee87f0c87
Updating to new Android trybot machines
...
BUG=None
TEST=None needed.
Review URL: https://webrtc-codereview.appspot.com/584005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2257 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-18 09:28:58 +00:00
kjellander@webrtc.org
47b4041e92
Make the bot kill VCam properly
...
Fixing so that VCamManager.exe is properly killed and changed so that
the stepp is not failing if there's nothing to kill.
BUG=None
TEST=Tested successfully on live master and slaves.
Review URL: https://webrtc-codereview.appspot.com/568007
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2255 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-17 18:08:04 +00:00
kjellander@webrtc.org
e96b54f442
Adding Mac and Windows Large Tests bots.
...
This also means the old LinuxVideo bot is renamed to LinuxLargeTests.
BUG=None
TEST=Tested successfully with local buildbot master and remote slaves.
Review URL: https://webrtc-codereview.appspot.com/582005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2251 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-16 12:02:13 +00:00
kjellander@webrtc.org
fbfbdbe9ea
Making the old bots also trigger on source changes.
...
The old scheduler was missing the branch configuration, that was started being used as a consequence of adapting the Chromium Buildbot scripts.
TBR=phoglund
BUG=None
TEST=Tested on live master+slaves with manual edits.
Review URL: https://webrtc-codereview.appspot.com/576012
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2250 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-16 12:00:26 +00:00
phoglund@webrtc.org
440ff23969
Fixed some unexpected syntax for chrome bots.
...
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/569017
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2246 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-16 09:05:57 +00:00
kjellander@webrtc.org
c5ad6092fa
Added Chrome+WebRTC bots based on Chrome scripts, for all platforms.
...
Also removed the old Linux Chrome and Chrome Bloat bots from utils.py.
Some of these changes may seem a bit confusing and messy but they must be considered a step on the way to moving away from our inheritance based Factories into the style Chrome users, where most configuration is in the .cfg files, factory setup is in the factories and step details are put into the commands-files.
BUG=None
TEST=Tested with local master and production slaves.
Review URL: https://webrtc-codereview.appspot.com/581006
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2238 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-15 09:29:22 +00:00
kjellander@webrtc.org
f6ec0a91a2
Making Coverity Static Analyzer run properly on Windows
...
BUG=None
TEST=Tested on main Coverity server and a Windows machine running Static Analyzer.
Review URL: https://webrtc-codereview.appspot.com/579004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2235 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-14 14:18:53 +00:00
phoglund@webrtc.org
dedfe4db70
Updated tracker to filter the new chrome bots too.
...
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/562009
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2232 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-11 11:34:29 +00:00
turaj@webrtc.org
799980fcaa
Revert 2224 - Revert 2213 - Moved the fuzz test under valgrind and added valgrind support to the video bot.
...
CL 2213 did not need to be reverted.
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/579008
TBR=phoglund@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/569013
TBR=turaj@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/576010
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2227 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-11 00:41:48 +00:00
turaj@webrtc.org
c2fe91256c
Revert 2213 - Moved the fuzz test under valgrind and added valgrind support to the video bot.
...
A series of CL:s by Patrik W. is breaking the auto-test. It started with CL 2211, but the later CL:s seems dependent on another. So I decided to go in reverse order and revert all of them.
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/579008
TBR=phoglund@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/569013
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2224 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-10 22:55:57 +00:00
andrew@webrtc.org
b06db96840
Add a framework for audio end-to-end quality testing.
...
The quality comparison step is still to be done.
BUG=issue502
TEST=manual
Review URL: https://webrtc-codereview.appspot.com/577005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2220 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-10 18:45:11 +00:00
phoglund@webrtc.org
80f7ac23b0
Moved the fuzz test under valgrind and added valgrind support to the video bot.
...
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/579008
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2213 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-10 14:43:10 +00:00
phoglund@webrtc.org
00a186665c
Added link to bloat builds.
...
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/573004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2210 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-10 07:54:47 +00:00
phoglund@webrtc.org
0b7ba967f5
Fixed comments and added new flags for the PyAuto test.
...
The ChromeBloat bot will now also be ignored for LKGRs.
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/559004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2169 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-03 14:21:14 +00:00
kjellander@webrtc.org
1e1dd170e0
Disabling PTY for mv command on Android bot.
...
BUG=None
TEST=Tested on local master with the Android bot slave.
Review URL: https://webrtc-codereview.appspot.com/552004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2158 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-02 07:45:27 +00:00
phoglund@webrtc.org
dbb7f91f36
The ChromeBloat bot will now also be ignored for LKGRs.
...
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/543004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2156 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-02 06:32:30 +00:00
kjellander@webrtc.org
890aa0d2c0
Disabling HTTP status push on Build master since we're not using it
...
Also updated .gitignore
BUG=None
TEST=Tested on local master and production master.
Review URL: https://webrtc-codereview.appspot.com/539005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2147 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-04-30 09:56:57 +00:00
kjellander@webrtc.org
be0ac630a1
Overriding tgrid URL for master web status
...
The change in r2143 changed so we're reusing Chromium scripts for setting up the web status. However Chrome doesn't use the tgrid page it seems (they put the Console page on that URL instead) but we need it for our LKGR parsing.
BUG=None
TEST=Tested on local master.
Review URL: https://webrtc-codereview.appspot.com/541004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2146 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-04-30 09:15:57 +00:00
kjellander@webrtc.org
c6c4ffc5d8
Android trybots + fixing web status config
...
BUG=None
TEST=Tested on local master and slave.
Review URL: https://webrtc-codereview.appspot.com/514001
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2143 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-04-30 07:59:09 +00:00
phoglund@webrtc.org
61331137b6
Reduced the time from check-in to build significantly.
...
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/525001
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2123 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-04-26 07:32:07 +00:00
phoglund@webrtc.org
6a65cfbb0e
Enabled the new PyAuto test on the build bot.
...
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/520003
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2116 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-04-25 10:11:55 +00:00
kjellander@webrtc.org
b28b43a66f
Adding alwaysUseLatest parameter for GClient sync.
...
Removed confusing use of Subversion URL in places where it doesn't have
any effect.
BUG=None
TEST=Successful build with local master and the Chrome slave.
Review URL: https://webrtc-codereview.appspot.com/521001
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2103 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-04-24 07:48:21 +00:00
kjellander@webrtc.org
7401a1f393
Updating Chrome excludes to use the same as Chrome buildbots.
...
See the NEEDED_COMPONENTS constant of http://src.chromium.org/viewvc/chrome/trunk/tools/build/scripts/master/factory/chromium_factory.py?view=markup for more details.
BUG=None
TEST=None
Review URL: https://webrtc-codereview.appspot.com/513001
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2099 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-04-23 18:59:40 +00:00
kjellander@webrtc.org
55e4fffa5b
LCOV fix in addition to r2095.
...
https://webrtc-codereview.appspot.com/515002 was not properly tested.
BUG=None
TEST=Tested on local master and slave, verified fix working in twistd.log on master.
TBR=phoglund
Review URL: https://webrtc-codereview.appspot.com/513002
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2097 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-04-23 18:22:20 +00:00
kjellander@webrtc.org
f3794f8e5a
Fixed normal LCOV case
...
BUG=None
TEST=Tested on local master, with and without a test failure.
Review URL: https://webrtc-codereview.appspot.com/515002
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2095 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-04-23 15:42:56 +00:00
phoglund@webrtc.org
f6cd33dd89
Implemented bloat calculation. This will measure the binary size of Chrome+WebRTC components each weekend.
...
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/508005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2088 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-04-23 09:27:57 +00:00
kjellander@webrtc.org
39946f1380
Skipping code coverage HTML generation on failed builds.
...
BUG=None, except that the dashboard shows confusing stats.
TEST=Tested with local master and slave.
Review URL: https://webrtc-codereview.appspot.com/508002
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2087 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-04-23 08:57:44 +00:00
kjellander@webrtc.org
0cac8be82c
Fixing e-mail notification for buildbot master
...
BUG=None
TEST=None (same config works on try master)
Review URL: https://webrtc-codereview.appspot.com/501001
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2066 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-04-19 15:05:53 +00:00
kjellander@webrtc.org
76643d7c62
Enabling fastbuild in GYP define.
...
The fastbuild flag means debug symbols are not generated. This has no
impact on our tests as long as we don't need to debug with the built
binaries, i.e. is perfect for the buildbots. Compilation is 30% faster
or more.
BUG=None
TEST=Tested on local master and linux, mac and win slaves.
Review URL: https://webrtc-codereview.appspot.com/499001
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2062 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-04-19 07:30:39 +00:00
kjellander@webrtc.org
82d85aeb39
All errors are now printed to stderr instead of stdout.
...
This will make them easier to detect when running as a cron job.
BUG=None
TEST=None
Review URL: https://webrtc-codereview.appspot.com/482005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2050 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-04-18 09:47:39 +00:00
phoglund@webrtc.org
c3eb178a0d
Will now filter chrome-triggered builds.
...
BUG=
TEST=
Review URL: https://webrtc-codereview.appspot.com/492009
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2040 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-04-17 11:23:35 +00:00