Bug 50864

Summary: commit-queue flaky test messages show cryptic version information for mac os x
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, darin, eric, joepeck, ojan, tony, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch none

Description Eric Seidel (no email) 2010-12-10 22:00:00 PST
commit-queue flaky test messages show cryptic version information for mac os x
Comment 1 Eric Seidel (no email) 2010-12-10 22:03:32 PST
Created attachment 76293 [details]
Patch
Comment 2 Eric Seidel (no email) 2010-12-10 22:04:08 PST
https://bugs.webkit.org/show_bug.cgi?id=50863#c0 is an example of the current cryptic version information.
Comment 3 Adam Barth 2010-12-10 22:27:55 PST
Comment on attachment 76293 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=76293&action=review

> WebKitTools/Scripts/webkitpy/tool/bot/flakytestreporter_unittest.py:92
> -        self.assertEqual(reporter._bot_information(), "Bot Id: MockBotId Port: MockPort OS: MockPlatform 1.0")
> +        self.assertEqual(reporter._bot_information(), "Bot: MockBotId  Port: MockPort  Platform: MockPlatform 1.0")

Seems like there's an extra space here.
Comment 4 Eric Seidel (no email) 2010-12-10 22:30:07 PST
Comment on attachment 76293 [details]
Patch

I intentionally added an extra space between the various pieces.  Before "Mac" and "OS" blurred together into "Mac OS", now it would read "Port: Mac  Platform: Mac OS X 10.6.5"
Comment 5 WebKit Review Bot 2010-12-10 22:47:48 PST
Comment on attachment 76293 [details]
Patch

Clearing flags on attachment: 76293

Committed r73838: <http://trac.webkit.org/changeset/73838>
Comment 6 WebKit Review Bot 2010-12-10 22:47:55 PST
All reviewed patches have been landed.  Closing bug.