RESOLVED FIXED Bug 52015
File::Spec->rel2abs in sunspider-compare-results mangles parameters
https://bugs.webkit.org/show_bug.cgi?id=52015
Summary File::Spec->rel2abs in sunspider-compare-results mangles parameters
Xan Lopez
Reported 2011-01-06 13:50:31 PST
The script calls that method to convert relative paths into absolute paths early on, breaking the platform detection code since it changes, say, --gtk into /a/path/here/--gtk. We need to call this after the code that detects the platform has been run.
Attachments
sunspidercompare.diff (2.03 KB, patch)
2011-01-06 13:52 PST, Xan Lopez
no flags
Xan Lopez
Comment 1 2011-01-06 13:52:22 PST
Created attachment 78157 [details] sunspidercompare.diff
Xan Lopez
Comment 2 2011-01-06 14:01:51 PST
Comment on attachment 78157 [details] sunspidercompare.diff Landed in r75197.
Xan Lopez
Comment 3 2011-01-06 14:02:01 PST
Closing.
Note You need to log in before you can comment on or make changes to this bug.