[chromium-dev] Re: RE : chrome's testing

2009-06-08 Thread Amanda Walker
It does not depend on scope. By default, every change that is uploaded by a committer for code review gets built on all three platforms by Google's try servers. --Amanda 2009/6/7 PhistucK phist...@gmail.com I forgot about the cross platform compiling stuff. I do not think every change is

[chromium-dev] Re: RE : chrome's testing

2009-06-07 Thread nakro
Regarding 1 : at least for VS2008 the tests seemed to have been moved to the chrome folder (i know that ui_tests.vcproj and unit_tests.vcproj have been moved there) --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View

[chromium-dev] Re: RE : chrome's testing

2009-06-07 Thread PhistucK
A Try Bot is a machine that gets sent code patches and instantly (or not instantly) builds chrome with these changes with the latest source. That is the place to see if the things you want to commit are fine, I guess mostly big, could-be-breaking changes are getting sent there. Of course, only

[chromium-dev] Re: RE : chrome's testing

2009-06-07 Thread Amanda Walker
Anyone ccould set one up for their own use, or even public use if they wanted to--the ones Google has set up are just a convenience provided to committers that may not have a machine of each platform available. --Amanda 2009/6/7 PhistucK phist...@gmail.com A Try Bot is a machine that gets sent

[chromium-dev] Re: RE : chrome's testing

2009-06-07 Thread PhistucK
I forgot about the cross platform compiling stuff. I do not think every change is going through the try bot first, but only stuff that has greater scopes. About the testing thing, it says there Here is a list of some of the tests currently used by Chromium:, so those are only some of them.

[chromium-dev] Re: RE : chrome's testing

2009-06-03 Thread Pam Greene
If you've been through all those links, you've already seen these: http://dev.chromium.org/developers/testing http://dev.chromium.org/developers/testing/chromium-build-infrastructure/tour-of-the-chromium-buildbot Can you be more specific about what additional information you are looking for? -