On Sat, Jun 6, 2009 at 10:41 AM, dhhwai <[email protected]> wrote:

>
> And also, the script uses this directory:
>
> BUILD_BASE_URL = "http://build.chromium.org/buildbot/snapshots/
> chromium-rel-mac"
>
> which would seem to be the Mac Chrome *Snapshot* build archive, as
> opposed to Continuous builds.
>
> My expectation is that there will eventually also be a real Continuous
> archive for both Mac and Linux builds, just like for Windows, is that
> correct?


Yes, we'll be working on that next week.

Nicolas


>
>
> On Jun 6, 12:47 am, Eric Seidel <[email protected]> wrote:
> > FYI, WebKit also has a script which bisects over binaries (nightly
> builds):
> >
> > http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/bisect-builds
> >
> > Perhaps long term there is some code to share there (like maybe we can
> > replace their perl script with our python script).  ;)
> >
> > -eric
> >
> >
> >
> > On Fri, Jun 5, 2009 at 9:48 PM, Robert Sesek<[email protected]> wrote:
> >
> > > Tonight I wrote a Python script called chrome-bisect.py that performs
> > > a binary search on the Mac continuous build archive. It takes a
> > > starting known-good and bad revision and then downloads, unzips, and
> > > opens the archived builds for you. You can then test the running build
> > > and report back to chrome-bisect if the build is good or bad. The
> > > binary search will then continue until it finds the version in which
> > > the regression was introduced.
> >
> > > You can download it here:
> http://www.bluestatic.org/git/?p=Toolchain.git;a=blob_plain;f=chrome-...
> >
> > > The script will not work on Windows (it should work on Linux, for the
> > > most part) because it uses `unzip` and `open` commands via os.system
> > > (). Patches are welcome to make it more cross-platform. You can clone
> > > the git repository it lives in here:
> http://www.bluestatic.org/git/Toolchain.git
> >
> > > - Robert Sesek
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to