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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 3 07:38:43 PDT 2007


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


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #16018|0                           |1
        is obsolete|                            |
  Attachment #16019|0                           |1
        is obsolete|                            |




------- Comment #6 from ddkilzer at webkit.org  2007-09-03 07:38 PDT -------
Created an attachment (id=16186)
 --> (http://bugs.webkit.org/attachment.cgi?id=16186&action=view)
WIP v2

Changes since WIP v1 (still no love for Windows, sorry):

- Added r13688 to %knownBadBuilds.
- Added r15860 to %knownBadBuilds.
- Moved %knownBadBuilds from with makeNightlyList() to a global variable.
- Updated local file code path in makeNightlyList() to obey %knownBadBuilds.
- Added r14901 to %knownBadBuilds.
- Extracted printStatus() subroutine from body of main script.
- Added newline to beginning of printStatus() print statement (which explains
previous dangling '\').
- Call printStatus() after sanity check but before spading in case there are no
revisions between start and end.
- Removed extra blank lines between subroutine definitions.
- Changed makeNightlyList() to use new URL
(http://nightly.webkit.org/builds/mac/all) that lists all available builds.
- Added %knownBadRevisions hash to makeNightlyList().
- Removed now-obsolete DATA segment at end of script.
- Added -p|--progression switch to test for progressions.
- Extracted createTempFile($) subroutine so that only one temp file is created
per run.
- Removed redundant message at end of run; the Fails/Works line is sufficient.
- Removed WebKit-SVN-r16390.dmg from the DATA segment because it caused a crash
on my system.


-- 
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