Bug 89404 - REGRESSION(r120593): Caused failures in fast/forms/file/input-file-entries.html (Requested by atwilson on #webkit).
Summary: REGRESSION(r120593): Caused failures in fast/forms/file/input-file-entries.ht...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: WebKit Review Bot
URL:
Keywords:
Depends on:
Blocks: 88293
  Show dependency treegraph
 
Reported: 2012-06-18 17:12 PDT by WebKit Review Bot
Modified: 2012-06-18 17:50 PDT (History)
3 users (show)

See Also:


Attachments
ROLLOUT of r120593 (33.99 KB, patch)
2012-06-18 17:13 PDT, WebKit Review Bot
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description WebKit Review Bot 2012-06-18 17:12:22 PDT
http://trac.webkit.org/changeset/120593 broke the build:
Caused failures in fast/forms/file/input-file-entries.html (Requested by atwilson on #webkit).

This is an automatic bug report generated by the sheriff-bot. If this bug
report was created because of a flaky test, please file a bug for the flaky
test (if we don't already have one on file) and dup this bug against that bug
so that we can track how often these flaky tests case pain.

"Only you can prevent forest fires." -- Smokey the Bear
Comment 1 WebKit Review Bot 2012-06-18 17:13:15 PDT
Created attachment 148205 [details]
ROLLOUT of r120593

Any committer can land this patch automatically by marking it commit-queue+.  The commit-queue will build and test the patch before landing to ensure that the rollout will be successful.  This process takes approximately 15 minutes.

If you would like to land the rollout faster, you can use the following command:

  webkit-patch land-attachment ATTACHMENT_ID

where ATTACHMENT_ID is the ID of this attachment.
Comment 2 Andrew Wilson 2012-06-18 17:21:39 PDT
Note failed tests:



Tests the webkitEntries attribute of <input type="file">

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


* Testing testCases[0]
PASS droppedEntries.length is 1
Verifying entry (0/1):/UTF8.txt
PASS verifyingEntry.fullPath is "/UTF8.txt"
PASS typeof verifyingEntry.isDirectory is 'boolean'
PASS verifyingEntry.isDirectory is false
PASS returnedMetadata.size is 5
* Testing testCases[1]
PASS droppedEntries.length is 1
Verifying entry (0/1):/dir1
PASS verifyingEntry.fullPath is "/dir1"
PASS typeof verifyingEntry.isDirectory is 'boolean'
PASS verifyingEntry.isDirectory is true
FAIL returnedEntries.length should be 2. Was 3.
FAIL returnedEntries.length should be 0. Was 3.
* Testing testCases[2]
PASS droppedEntries.length is 3
Verifying entry (0/3):/apple.gif
PASS verifyingEntry.fullPath is "/apple.gif"
PASS typeof verifyingEntry.isDirectory is 'boolean'
PASS verifyingEntry.isDirectory is false
PASS returnedMetadata.size is 3340
Verifying entry (1/3):/UTF8.txt
PASS verifyingEntry.fullPath is "/UTF8.txt"
PASS typeof verifyingEntry.isDirectory is 'boolean'
PASS verifyingEntry.isDirectory is false
PASS returnedMetadata.size is 5
Verifying entry (2/3):/green.jpg
PASS verifyingEntry.fullPath is "/green.jpg"
PASS typeof verifyingEntry.isDirectory is 'boolean'
PASS verifyingEntry.isDirectory is false
PASS returnedMetadata.size is 764
* Testing testCases[3]
PASS droppedEntries.length is 2
Verifying entry (0/2):/dir1
PASS verifyingEntry.fullPath is "/dir1"
PASS typeof verifyingEntry.isDirectory is 'boolean'
PASS verifyingEntry.isDirectory is true
FAIL returnedEntries.length should be 2. Was 3.
FAIL returnedEntries.length should be 0. Was 3.
Verifying entry (1/2):/dir2
PASS verifyingEntry.fullPath is "/dir2"
PASS typeof verifyingEntry.isDirectory is 'boolean'
PASS verifyingEntry.isDirectory is true
FAIL returnedEntries.length should be 1. Was 2.
FAIL returnedEntries.length should be 1. Was 2.
* Testing testCases[4]
PASS droppedEntries.length is 4
Verifying entry (0/4):/dir1
PASS verifyingEntry.fullPath is "/dir1"
PASS typeof verifyingEntry.isDirectory is 'boolean'
PASS verifyingEntry.isDirectory is true
FAIL returnedEntries.length should be 2. Was 3.
FAIL returnedEntries.length should be 0. Was 3.
Verifying entry (1/4):/UTF8.txt
PASS verifyingEntry.fullPath is "/UTF8.txt"
PASS typeof verifyingEntry.isDirectory is 'boolean'
PASS verifyingEntry.isDirectory is false
PASS returnedMetadata.size is 5
Verifying entry (2/4):/test.txt
PASS verifyingEntry.fullPath is "/test.txt"
PASS typeof verifyingEntry.isDirectory is 'boolean'
PASS verifyingEntry.isDirectory is false
PASS returnedMetadata.size is 5
Verifying entry (3/4):/dir2
PASS verifyingEntry.fullPath is "/dir2"
PASS typeof verifyingEntry.isDirectory is 'boolean'
PASS verifyingEntry.isDirectory is true
FAIL returnedEntries.length should be 1. Was 2.
FAIL returnedEntries.length should be 1. Was 2.
PASS successfullyParsed is true

TEST COMPLETE
Comment 3 WebKit Review Bot 2012-06-18 17:50:22 PDT
Comment on attachment 148205 [details]
ROLLOUT of r120593

Clearing flags on attachment: 148205

Committed r120645: <http://trac.webkit.org/changeset/120645>
Comment 4 WebKit Review Bot 2012-06-18 17:50:30 PDT
All reviewed patches have been landed.  Closing bug.