WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
26323
bisect builds does not know about Safari 4
https://bugs.webkit.org/show_bug.cgi?id=26323
Summary
bisect builds does not know about Safari 4
Gavin Sherlock
Reported
2009-06-11 10:17:28 PDT
I was trying to use bisect builds (latest version downloaded as of 6/11/09) to determine if
bug 26316
is a regression, but all the builds it downloaded (before I gave up) crash with Safari 4 installed, as bisect-builds doesn't know the minimum build number to use.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2009-07-14 13:46:57 PDT
Is this still an issue?
Gavin Sherlock
Comment 2
2009-07-14 13:59:32 PDT
Doesn't look like the code has been updated: 323 if (eval "v$macOSXVersion" ge v10.5) { 324 if ($safariVersion eq "4 Public Beta") { 325 @files = grep { $_->{rev} >= 39682 } @files; 326 } elsif (eval "v$safariVersion" ge v3.2) { 327 @files = grep { $_->{rev} >= 37348 } @files; 328 } elsif (eval "v$safariVersion" ge v3.1) { 329 @files = grep { $_->{rev} >= 29711 } @files; 330 } elsif (eval "v$safariVersion" ge v3.0) { 331 @files = grep { $_->{rev} >= 25124 } @files; 332 } elsif (eval "v$safariVersion" ge v2.0) { 333 @files = grep { $_->{rev} >= 19594 } @files; 334 } else { 335 die "Requires Safari 2.0 or newer"; 336 } 337 } It knows about the beta, but not the release version. I believe the most recent nightly to work with Safari 4 is
r40534
.
Ahmad Saleem
Comment 3
2024-02-10 05:20:05 PST
Can't find reference to this code via searchfox.org and GitHub. Should we mark this as "RESOLVED CONFIGURATION CHANGED"?
Alexey Proskuryakov
Comment 4
2024-02-10 10:48:30 PST
We've long stopped trying to maintain a compatibility list for this.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug