Changeset 143191 in webkit


Ignore:
Timestamp:
Feb 18, 2013 3:26:13 AM (11 years ago)
Author:
mkwst@chromium.org
Message:

fast/dom/shadow/shadow-dom-event-dispatching.html flake
https://bugs.webkit.org/show_bug.cgi?id=103299

Reviewed by Jochen Eisinger.

This patch breaks fast/dom/shadow/shadow-dom-event-dispatching.html out
into 12 separate tests to avoid timeouts. Common logic for all these
dispatching tests is now in resources/event-dispatching.js, and each
individual test function now runs in its own HTML file.

  • fast/dom/shadow/resources/event-dispatching.js: Added.

(moveMouseOver):
(recordEvent):
(dumpNode):
(dumpComposedShadowTree):
(addEventListeners):
(debugDispatchedEvent):
(moveMouse):
(showSandboxTree):

  • fast/dom/shadow/shadow-dom-event-dispatching-child-of-inactive-content-expected.txt: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-child-of-inactive-content.html: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-details-summary-expected.txt: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-details-summary.html: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-distributed-child-expected.txt: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-distributed-child.html: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node.html: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes-expected.txt: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes.html: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-with-same-related-target-expected.txt: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-with-same-related-target.html: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-expected.txt: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-manually-fired.html: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots-expected.txt: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots.html: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-nested-shadow-roots-expected.txt: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-nested-shadow-roots.html: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes-expected.txt: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes.html: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree-expected.txt: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree.html: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt: Added.
  • fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root.html: Added.

New tests!

  • fast/dom/shadow/shadow-dom-event-dispatching-expected.txt: Removed.
  • fast/dom/shadow/shadow-dom-event-dispatching.html: Removed.
  • platform/chromium/TestExpectations:

Dropped the old, monolithic test, and removed it from Chromium's
TestExpectations file.

Location:
trunk/LayoutTests
Files:
25 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r143189 r143191  
     12013-02-18  Mike West  <mkwst@chromium.org>
     2
     3        fast/dom/shadow/shadow-dom-event-dispatching.html flake
     4        https://bugs.webkit.org/show_bug.cgi?id=103299
     5
     6        Reviewed by Jochen Eisinger.
     7
     8        This patch breaks fast/dom/shadow/shadow-dom-event-dispatching.html out
     9        into 12 separate tests to avoid timeouts. Common logic for all these
     10        dispatching tests is now in resources/event-dispatching.js, and each
     11        individual test function now runs in its own HTML file.
     12
     13        * fast/dom/shadow/resources/event-dispatching.js: Added.
     14        (moveMouseOver):
     15        (recordEvent):
     16        (dumpNode):
     17        (dumpComposedShadowTree):
     18        (addEventListeners):
     19        (debugDispatchedEvent):
     20        (moveMouse):
     21        (showSandboxTree):
     22        * fast/dom/shadow/shadow-dom-event-dispatching-child-of-inactive-content-expected.txt: Added.
     23        * fast/dom/shadow/shadow-dom-event-dispatching-child-of-inactive-content.html: Added.
     24        * fast/dom/shadow/shadow-dom-event-dispatching-details-summary-expected.txt: Added.
     25        * fast/dom/shadow/shadow-dom-event-dispatching-details-summary.html: Added.
     26        * fast/dom/shadow/shadow-dom-event-dispatching-distributed-child-expected.txt: Added.
     27        * fast/dom/shadow/shadow-dom-event-dispatching-distributed-child.html: Added.
     28        * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt: Added.
     29        * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node.html: Added.
     30        * fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes-expected.txt: Added.
     31        * fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes.html: Added.
     32        * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-with-same-related-target-expected.txt: Added.
     33        * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-with-same-related-target.html: Added.
     34        * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-expected.txt: Added.
     35        * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired.html: Added.
     36        * fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots-expected.txt: Added.
     37        * fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots.html: Added.
     38        * fast/dom/shadow/shadow-dom-event-dispatching-nested-shadow-roots-expected.txt: Added.
     39        * fast/dom/shadow/shadow-dom-event-dispatching-nested-shadow-roots.html: Added.
     40        * fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes-expected.txt: Added.
     41        * fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes.html: Added.
     42        * fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree-expected.txt: Added.
     43        * fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree.html: Added.
     44        * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt: Added.
     45        * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root.html: Added.
     46            New tests!
     47        * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt: Removed.
     48        * fast/dom/shadow/shadow-dom-event-dispatching.html: Removed.
     49        * platform/chromium/TestExpectations:
     50            Dropped the old, monolithic test, and removed it from Chromium's
     51            TestExpectations file.
     52
    1532013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
    254
  • trunk/LayoutTests/platform/chromium/TestExpectations

    r143157 r143191  
    41844184webkit.org/b/103148 [ Linux Win Mac ] svg/batik/text/textPosition2.svg [ Pass Failure ]
    41854185webkit.org/b/103181 [ Win7 ] http/tests/local/drag-over-remote-content.html [ Pass Crash Timeout ]
    4186 webkit.org/b/103299 [ Linux Mac Win ] fast/dom/shadow/shadow-dom-event-dispatching.html [ Failure Pass ]
    41874186webkit.org/b/103148 [ Linux Win ] fast/text/atsui-small-caps-punctuation-size.html [ ImageOnlyFailure Failure Pass ]
    41884187webkit.org/b/103308 [ SnowLeopard Lion ] css3/filters/custom/custom-filter-transforms-animation.html [ Pass Timeout ]
Note: See TracChangeset for help on using the changeset viewer.