Commit Graph

35 Commits

Author SHA1 Message Date
kjellander@webrtc.org
8e41a7aba2 Adding support for retrying gclient sync.
Moved sync code to a separate method.
Removed unclear usage of force_sync, build_enabled and build_only
booleaen flags.

BUG=None
TEST=Tested on local master with Mac and Linux slaves.

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1795 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-29 11:02:34 +00:00
phoglund@webrtc.org
29bba01e2f The clean script can now also delete directories.
BUG=
TEST=

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1763 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-24 12:12:31 +00:00
kjellander@webrtc.org
4cddc66db5 Adding Chrome bot to main master.cfg
BUG=None
TEST=Running locally

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1759 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-24 09:04:06 +00:00
kjellander@webrtc.org
5545f38e41 Making Mac bots only run tests for xcode built tests when both is configured.
So now it will do like this, depending on build type:
* xcode: build all with xcode projects and run the xcode built tests.
* make: build all with makefile projects and run the makefile built tests
* both: build all with xcode projects, then build all with makefile projects, then run the xcode built tests only (not the makefile built ones)

BUG=None
TEST=Run on local master.

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1758 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-24 09:03:02 +00:00
phoglund@webrtc.org
dc3179dfe7 Implemented quick builds (e.g. only do full clean if the previous build failed).
BUG=
TEST=

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1752 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-23 12:34:01 +00:00
kjellander@webrtc.org
c2e9cd3d37 Renaming windows slaves to follow naming convention better.
BUG=
TEST=

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1744 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-22 15:38:40 +00:00
kjellander@webrtc.org
f25ab5d318 Enabling metrics_unittests that was created in http://webrtc-codereview.appspot.com/333025/
BUG=
TEST=Tested successfully using metrics_unittests in Debug+Release on Linux, Mac and Windows. No Valgrind warnings on Linux.

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1743 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-22 15:37:39 +00:00
kjellander@webrtc.org
b9432cef96 Added simple wrapping for waterfall display.
This is done by adding a whitespace before the last underscore on
strings above length 25, which should only affect the _unittest and
_integrationtest suffixes for our tests, that are the widest unwrappable
strings in our waterfall display.

I also removed all reduntant use of ShellCommand in favour for the
AddCommonStep function (that wraps the description text).

Also fixed so Mac tests are not halting the build.

Cleaned up some code style formatting.

BUG=
TEST=

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1735 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-21 14:32:49 +00:00
kjellander@webrtc.org
4e20a09686 Making buildbot output more compact.
BUG=
TEST=Local master.

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1732 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-20 16:49:55 +00:00
phoglund@webrtc.org
3f6bf495d3 Fixed flunk settings: the builds show now halt only when compile and sync-kind operations fail.
Fixed most flunk settings.

BUG=
TEST=

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1731 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-20 15:21:44 +00:00
phoglund@webrtc.org
6f5f9ffb30 Moved coverage directory since we have to symlink the coverage folder from /var/www.
BUG=
TEST=

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1703 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-16 14:04:14 +00:00
phoglund@webrtc.org
735478a397 Fixed bad parameter to android.
BUG=
TEST=

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1694 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-15 15:22:51 +00:00
phoglund@webrtc.org
f148b9e312 - Moved methods where they should be.
- Removed unnecessary arguments.
- Added comments.

BUG=
TEST=

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1693 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-15 14:39:51 +00:00
kjellander@webrtc.org
38a0d28d35 Enabling jpeg_unittests in buildbots.
The test has been executed successfully on all platforms.

BUG=
TEST=

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1690 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-15 09:45:51 +00:00
kjellander@webrtc.org
124e56306b Adding video_render_module_test to LinuxVideo slave.
Tested successfully on local machine and local slave, by impersonating the LinuxVideo slave.

BUG=
TEST=

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1679 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-14 14:00:12 +00:00
phoglund@webrtc.org
e8b1a0f188 Fixed incorrect default argument.
BUG=
TEST=

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1677 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-14 08:51:11 +00:00
phoglund@webrtc.org
6adfad1768 Optimized coverage computations and fixed coverage on the integration bot.
The coverage report will no longer get written to NFS but rather to the bot's own web server. This speeds up the  computation from 25 minutes to 8 seconds.

BUG=
TEST=

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1676 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-13 12:16:50 +00:00
kjellander@webrtc.org
486a3baabd Enabling video_codecs_test_framework_integrationtests.
Since Issue 262 is now fixed.

BUG=
TEST=None.

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1662 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-10 11:00:28 +00:00
kjellander@webrtc.org
a1e9e3f0d8 Enabling rtp_rtcp_unittests since issue 268 is now fixed and commited.
BUG=
TEST=None.

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1660 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-10 10:59:18 +00:00
kjellander@webrtc.org
bf0333801c Enable lcov on LinuxVideo and disable on others except Linux32DBG.
BUG=
TEST=Tested on local master.

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1655 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-09 14:56:24 +00:00
phoglund@webrtc.org
cde1c0b519 Fixed bad gtest filter.
BUG=
TEST=

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1650 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-09 11:13:12 +00:00
phoglund@webrtc.org
0da6c85cfa Introduced the new Mac Release bot.
NOTE: Possibly rename slave folder on master to mac-slave-3 from mac-slave-1 to keep history. Not sure if it is a good idea.

BUG=
TEST=

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1642 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-08 14:36:22 +00:00
kjellander@webrtc.org
eaaccb7626 Enabling fixed tests and correcting error.
- video_coding_unittests on Windows
- signal_processing_unittests on Window
- audioproc_unittest for Valgrind Linux
- corrected error in LinuxVideo configuration

BUG=
TEST=Tested on local master.

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1640 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-08 13:18:00 +00:00
kjellander@webrtc.org
646fa2c5f2 Added Valgrind buildbot slave.
Renamed and reordered some of the bots in the configuration.

BUG=
TEST=Tested on personal build master.

Review URL: http://webrtc-codereview.appspot.com/389001

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1625 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-07 15:51:18 +00:00
phoglund@webrtc.org
2726cd22c9 Reconfigured which tests run on the integration test build bot.
The VoE Volume Test is flaky and is probably very hard to fix. The video auto tests are ready to be enabled, except the full stack test.

BUG=
TEST=

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1622 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-07 12:13:58 +00:00
kjellander@webrtc.org
4ef5d493c7 Enabling and disabling tests
* audio_coding_module_test: enabling on Windows.
* audio_conference_mixer_unittests: enabling on Windows.
* audio_device_test_api: disabling on Mac, since this test is failing but not reporting failure. See issue 257 for more details.
* media_file_unittests: enabling on Windows.
* rtp_rtcp_unittests: enabling on Windows.
* test_bwe: enabling on Windows.
* test_fec: enabling on all platforms. See CL 369008 and 379010.
* test_support_unittests: enabling on all platforms.
* udp_transport_unittests: enabling on Windows.
* video_codecs_test_framework_unittests: adding disabled test on all platforms.
* video_codecs_test_framework_integrationtests: enabling on all platforms.
* video_processing_unittests: enabling on Windows, since issue 247 is fixed.

BUG=
TEST=Tried out on the master during after-office hours.

Review URL: http://webrtc-codereview.appspot.com/379011

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1621 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-07 08:33:47 +00:00
kjellander@webrtc.org
5eeaa38573 Improved readability of tests in master.cfg and enabling some tests
Focused responsibility of supported tests in master.cfg instead of being in utils.py (hard to overview and maintain).

Enabled the following empty tests on all platforms:
- audio_conference_mixer_unittests
- cng_unittests
- g711_unittests
- g722_unittests
- pcm16b_unittests
- media_file_unittests
- udp_transport_unittests
- webrtc_utility_unittests

Removed "headless tests" concept since everything is now compiled in the make all step (no need for compile only, no execution tests).
Removed audio_device_test_func test since not a proper test (dev tool) that was configured as headless.

BUG=
TEST=Ran local master and successfully built and executed all tests with Mac build slave.

Review URL: http://webrtc-codereview.appspot.com/384002

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1603 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-04 09:41:26 +00:00
phoglund@webrtc.org
31ba407ac2 Enabled GCC 4.6 bot.
BUG=
TEST=

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1565 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-01-27 15:40:21 +00:00
andrew@webrtc.org
96bc9c420f Enable audioproc_unittest on Windows.
BUG=none
TEST=none

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1550 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-01-25 17:59:03 +00:00
ivinnichenko@webrtc.org
76fa8c956d disable failing win tests.
BUG=
TEST=

Review URL: http://webrtc-codereview.appspot.com/367011

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1540 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-01-24 21:06:38 +00:00
ivinnichenko@webrtc.org
d22430662d enable video_processing_unittests for Win
BUG=
TEST=

Review URL: http://webrtc-codereview.appspot.com/368006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1539 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-01-24 19:28:21 +00:00
andrew@webrtc.org
24f1c90577 Enable audioproc_unittest on more platforms.
Also, re-enable the floating point profile on Linux, and disable test_fec until we can reduce the running time.

BUG=none
TEST=none

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1536 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-01-24 17:40:21 +00:00
ivinnichenko@webrtc.org
52c9d47b09 Android, Chrome, cleanup, etc.
BUG=
TEST=

Review URL: http://webrtc-codereview.appspot.com/369006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1526 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-01-24 13:38:42 +00:00
andrew@webrtc.org
e2ed5baf47 Enable audioproc_unittest on all platforms.
But, for the time being, limit the bit-exact test to 64-bit Linux debug.

TEST=build and run all configs on Linux, and standard configs on Win and Mac.

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1500 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-01-20 19:06:38 +00:00
ivinnichenko@webrtc.org
b43d4b3a60 Continuous Build code for WebRTC.
BUG=
TEST=

Review URL: http://webrtc-codereview.appspot.com/322008

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1265 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-12-21 12:29:42 +00:00