Changeset 130200 in webkit


Ignore:
Timestamp:
Oct 2, 2012 1:11:10 PM (12 years ago)
Author:
jochen@chromium.org
Message:

Split popup-blocking-timers.html into individual tests
https://bugs.webkit.org/show_bug.cgi?id=96480

Reviewed by Daniel Bates.

That should avoid failures from the log messages coming in in the wrong order.

  • fast/events/popup-blocking-timers-expected.txt: Removed.
  • fast/events/popup-blocking-timers.html: Removed.
  • fast/events/popup-blocking-timers1-expected.txt: Added.
  • fast/events/popup-blocking-timers1.html: Added.
  • fast/events/popup-blocking-timers2-expected.txt: Added.
  • fast/events/popup-blocking-timers2.html: Added.
  • fast/events/popup-blocking-timers3-expected.txt: Added.
  • fast/events/popup-blocking-timers3.html: Added.
  • fast/events/popup-blocking-timers4-expected.txt: Added.
  • fast/events/popup-blocking-timers4.html: Added.
  • fast/events/popup-blocking-timers5-expected.txt: Added.
  • fast/events/popup-blocking-timers5.html: Added.
  • fast/events/popup-blocking-timers6-expected.txt: Added.
  • fast/events/popup-blocking-timers6.html: Added.
  • platform/chromium/TestExpectations:
  • platform/efl/TestExpectations:
  • platform/gtk/TestExpectations:
  • platform/qt-5.0-wk2/TestExpectations:
Location:
trunk/LayoutTests
Files:
12 added
2 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r130199 r130200  
     12012-10-02  Jochen Eisinger  <jochen@chromium.org>
     2
     3        Split popup-blocking-timers.html into individual tests
     4        https://bugs.webkit.org/show_bug.cgi?id=96480
     5
     6        Reviewed by Daniel Bates.
     7
     8        That should avoid failures from the log messages coming in in the wrong order.
     9
     10        * fast/events/popup-blocking-timers-expected.txt: Removed.
     11        * fast/events/popup-blocking-timers.html: Removed.
     12        * fast/events/popup-blocking-timers1-expected.txt: Added.
     13        * fast/events/popup-blocking-timers1.html: Added.
     14        * fast/events/popup-blocking-timers2-expected.txt: Added.
     15        * fast/events/popup-blocking-timers2.html: Added.
     16        * fast/events/popup-blocking-timers3-expected.txt: Added.
     17        * fast/events/popup-blocking-timers3.html: Added.
     18        * fast/events/popup-blocking-timers4-expected.txt: Added.
     19        * fast/events/popup-blocking-timers4.html: Added.
     20        * fast/events/popup-blocking-timers5-expected.txt: Added.
     21        * fast/events/popup-blocking-timers5.html: Added.
     22        * fast/events/popup-blocking-timers6-expected.txt: Added.
     23        * fast/events/popup-blocking-timers6.html: Added.
     24        * platform/chromium/TestExpectations:
     25        * platform/efl/TestExpectations:
     26        * platform/gtk/TestExpectations:
     27        * platform/qt-5.0-wk2/TestExpectations:
     28
    1292012-10-02  David Grogan  <dgrogan@chromium.org>
    230
  • trunk/LayoutTests/platform/chromium/TestExpectations

    r130198 r130200  
    23532353crbug.com/79241 http/tests/misc/favicon-loads-with-icon-loading-override.html [ Failure ]
    23542354
    2355 crbug.com/79857 [ Debug ] fast/events/popup-blocking-timers.html [ Failure Pass ]
     2355crbug.com/79857 [ Debug ] fast/events/popup-blocking-timers1.html [ Failure Pass ]
     2356crbug.com/79857 [ Debug ] fast/events/popup-blocking-timers2.html [ Failure Pass ]
     2357crbug.com/79857 [ Debug ] fast/events/popup-blocking-timers3.html [ Failure Pass ]
     2358crbug.com/79857 [ Debug ] fast/events/popup-blocking-timers4.html [ Failure Pass ]
     2359crbug.com/79857 [ Debug ] fast/events/popup-blocking-timers5.html [ Failure Pass ]
     2360crbug.com/79857 [ Debug ] fast/events/popup-blocking-timers6.html [ Failure Pass ]
    23562361
    23572362crbug.com/79859 [ Android Linux Debug ] fast/css/create_element_align.xhtml [ Pass Timeout ]
  • trunk/LayoutTests/platform/efl/TestExpectations

    r130107 r130200  
    14901490webkit.org/b/54251 fast/canvas/DrawImageSinglePixelStretch.html [ Failure ]
    14911491
    1492 # Fails after r128270.
    1493 webkit.org/b/96517 fast/events/popup-blocking-timers.html [ Failure ]
    1494 
    14951492# Fails after r129175.
    14961493webkit.org/b/97296 fast/text/international/hebrew-selection.html [ ImageOnlyFailure ]
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r130153 r130200  
    580580Bug(GTK) fast/events/drag-and-drop.html [ Pass Slow ]
    581581Bug(GTK) fast/events/dropzone-001.html [ Pass Slow ]
    582 webkit.org/b/96517 fast/events/popup-blocking-timers.html [ Failure Slow ]
     582Bug(GTK) fast/events/popup-blocking-timers5.html [ Pass Slow ]
     583Bug(GTK) fast/events/popup-blocking-timers6.html [ Pass Slow ]
    583584Bug(GTK) fast/forms/search-disabled-readonly.html [ Pass Slow ]
    584585
  • trunk/LayoutTests/platform/qt-5.0-wk2/TestExpectations

    r130173 r130200  
    493493fast/spatial-navigation/snav-media-elements.html
    494494
    495 # [Qt][WK2] REGRESSION(r128270): It made fast/events/popup-blocking-timers.html flakey
    496 # https://bugs.webkit.org/show_bug.cgi?id=96480
    497 fast/events/popup-blocking-timers.html
    498 
    499495# [Qt][WK2] New fast/forms/number/number-spinbutton-click-in-iframe.html fails
    500496# https://bugs.webkit.org/show_bug.cgi?id=96634
Note: See TracChangeset for help on using the changeset viewer.