Bug 91413 - Figure out what's wrong with my patch for the bug 91335
Summary: Figure out what's wrong with my patch for the bug 91335
Status: RESOLVED DUPLICATE of bug 91587
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-16 12:19 PDT by Ryosuke Niwa
Modified: 2012-07-18 00:00 PDT (History)
2 users (show)

See Also:


Attachments
Make sure I didn't regress HTMLCollection (43.57 KB, patch)
2012-07-16 12:20 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Simplify length() and see if that fixes it (48.56 KB, patch)
2012-07-16 13:00 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Second attempt to simplify length() (48.57 KB, patch)
2012-07-16 13:12 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Disable backwards iteration (48.07 KB, patch)
2012-07-16 13:30 PDT, Ryosuke Niwa
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from gce-cr-linux-07 (501.20 KB, application/zip)
2012-07-16 17:00 PDT, WebKit Review Bot
no flags Details
Archive of layout-test-results from gce-cr-linux-02 (657.02 KB, application/zip)
2012-07-16 18:05 PDT, WebKit Review Bot
no flags Details
original patch with modified manipulation.html to get more info out of the test (51.91 KB, patch)
2012-07-16 19:28 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2012-07-16 12:19:46 PDT
Need to abuse EWS here.
Comment 1 Ryosuke Niwa 2012-07-16 12:20:30 PDT
Created attachment 152583 [details]
Make sure I didn't regress HTMLCollection
Comment 2 Ryosuke Niwa 2012-07-16 13:00:11 PDT
Created attachment 152594 [details]
Simplify length() and see if that fixes it
Comment 3 Ryosuke Niwa 2012-07-16 13:12:19 PDT
Created attachment 152599 [details]
Second attempt to simplify length()
Comment 4 Ryosuke Niwa 2012-07-16 13:30:09 PDT
Created attachment 152602 [details]
Disable backwards iteration
Comment 5 WebKit Review Bot 2012-07-16 17:00:18 PDT
Comment on attachment 152602 [details]
Disable backwards iteration

Attachment 152602 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/13259181

New failing tests:
perf/htmlcollection-last-item.html
Comment 6 WebKit Review Bot 2012-07-16 17:00:21 PDT
Created attachment 152644 [details]
Archive of layout-test-results from gce-cr-linux-07

The attached test failures were seen while running run-webkit-tests on the chromium-ews.
Bot: gce-cr-linux-07  Port: <class 'webkitpy.common.config.ports.ChromiumXVFBPort'>  Platform: Linux-2.6.39-gcg-201203291735-x86_64-with-Ubuntu-10.04-lucid
Comment 7 WebKit Review Bot 2012-07-16 18:05:22 PDT
Comment on attachment 152602 [details]
Disable backwards iteration

Attachment 152602 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/13254448

New failing tests:
perf/htmlcollection-last-item.html
Comment 8 WebKit Review Bot 2012-07-16 18:05:26 PDT
Created attachment 152665 [details]
Archive of layout-test-results from gce-cr-linux-02

The attached test failures were seen while running run-webkit-tests on the chromium-ews.
Bot: gce-cr-linux-02  Port: <class 'webkitpy.common.config.ports.ChromiumXVFBPort'>  Platform: Linux-2.6.39-gcg-201203291735-x86_64-with-Ubuntu-10.04-lucid
Comment 9 Ryosuke Niwa 2012-07-16 19:28:17 PDT
Created attachment 152681 [details]
original patch with modified manipulation.html to get more info out of the test
Comment 10 Ryosuke Niwa 2012-07-18 00:00:18 PDT

*** This bug has been marked as a duplicate of bug 91587 ***