Bug 32573

Summary: Make SunSpider refuse to compare results across content versions
Product: WebKit Reporter: Maciej Stachowiak <mjs>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch darin: review+

Description Maciej Stachowiak 2009-12-15 12:51:58 PST
Make SunSpider refuse to compare results across content versions. A comparison between 0.9.0 and 0.9.1 results would be menaingless.
Comment 1 Maciej Stachowiak 2009-12-15 15:04:27 PST
Created attachment 44915 [details]
Patch
Comment 2 WebKit Review Bot 2009-12-15 15:09:50 PST
style-queue ran check-webkit-style on attachment 44915 [details] without any errors.
Comment 3 Darin Adler 2009-12-15 15:48:10 PST
Comment on attachment 44915 [details]
Patch

What does this do with old results, made with the older version of the test before there was multiple version support?
Comment 4 Maciej Stachowiak 2009-12-15 17:49:38 PST
Comment on attachment 44915 [details]
Patch

Old results will fail to compare with anything in the new test.
Comment 5 Maciej Stachowiak 2009-12-15 18:26:37 PST
Committed r52185: <http://trac.webkit.org/changeset/52185>