Bug 50600

Summary: Prototype inheritance test fails due to constructor lookup failure
Product: WebKit Reporter: Emil A Eklund <eae>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED ---    
Severity: Normal CC: eric, oliver, sam, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch none

Description Emil A Eklund 2010-12-06 16:45:29 PST
Prototype inheritance test fails due to constructor lookup failure
Comment 1 Emil A Eklund 2010-12-06 16:49:08 PST
Created attachment 75752 [details]
Patch
Comment 2 WebKit Review Bot 2010-12-06 16:50:59 PST
Attachment 75752 [details] did not pass style-queue:

Failed to run "[u'git', u'reset', u'--hard', u'HEAD']" exit_code: 128
error: Could not write new index file.
fatal: Could not reset index file to revision 'HEAD'.


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Emil A Eklund 2010-12-06 16:54:40 PST
Created attachment 75753 [details]
Patch
Comment 4 WebKit Review Bot 2010-12-06 17:01:23 PST
Attachment 75753 [details] did not pass style-queue:

Failed to run "[u'git', u'reset', u'--hard', u'HEAD']" exit_code: 128
error: Could not write new index file.
fatal: Could not reset index file to revision 'HEAD'.


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Eric Seidel (no email) 2010-12-09 15:28:19 PST
I'm not sure I understand what this change is doing?
Comment 6 Emil A Eklund 2010-12-09 15:41:42 PST
The test prototype-inheritance-2 is failing as the way it looks up available constructs doesn't work anymore. This change fixes the test by changing the way it does that lookup. At least that's the intention.
Comment 7 Eric Seidel (no email) 2010-12-09 15:46:56 PST
Oh, so it's currently failing on the bots?  When did this regress?
Comment 8 Emil A Eklund 2010-12-09 15:49:46 PST
Yeah, looks like it's been failing since July 30.
Comment 9 Eric Seidel (no email) 2010-12-09 15:51:21 PST
I'm confused.  It's clearly not ben failing on Mac since that time.  Is this a chromium fix?  The results you're changing are common results.
Comment 10 Emil A Eklund 2010-12-09 15:54:57 PST
No, it's for webkit but it might be limited to the gtk and windows ports. Let me check again (on all platforms) and get back to you.