[Webkit-unassigned] [Bug 15002] Script to automatically search nightly builds for regressions (autospade)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 18 18:02:38 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15002





------- Comment #1 from ddkilzer at webkit.org  2007-08-18 18:02 PDT -------
Created an attachment (id=16018)
 --> (http://bugs.webkit.org/attachment.cgi?id=16018&action=view)
WIP v1

Here's a work-in-progress script I hacked together today.

Features:
- You may use -l or --local to only search nightlies on disk (no Internet
access).
- Revisions may be specified in a multitude of ways:  -rM:N; -rM -rN; -rM:rN;
-rM
- Sanity check (verify starting revision works, ending revision fails) using -s
or --sanity-check.
- See "autospade -h" for help.
- Does NOT invoke WebKit.app, but instead invokes Safari.app with a
DYLD_FRAMEWORK_PATH set to the Resources directory on the mounted image.

Warts:
- Won't work on Windows.
- Doesn't use webkitdirs.pm or any other scripts in WebKitTools/Scripts.
- You must modify $nightlyDirectory to the location where you keep your nightly
builds.
- Creates too many temp files (only one is needed per run).
- Potentially dodgy code (hacked together today).
- Older WebKit nightlies (on OS X) do not work with Safari 3 Public Beta due to
missing API.  Testing (spading?) works much better with Safari 2.

Do we want to check this in so others may hack on it quickly as well?


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list