⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 173556 in webkit


Ignore:
Timestamp:
Sep 11, 2014, 10:32:33 PM (12 years ago)
Author:
ap@apple.com
Message:

fast/forms/submit-to-blank-multiple-times.html crashes with JSC_slowPathAllocsBetweenGCs
​https://bugs.webkit.org/show_bug.cgi?id=136716

Reviewed by Darin Adler.

This test used a fake timeout handler, which is not needed, because WRT/WKTR do it for you.
Any time the test took over 2 seconds, we would dump and disable waiting for notifyDone,
but the test would still try to open windows after that.

  • fast/forms/submit-to-blank-multiple-times.html:
  • platform/mac/TestExpectations:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r173552 r173556  
     12014-09-11  Alexey Proskuryakov  <ap@apple.com>
     2
     3        fast/forms/submit-to-blank-multiple-times.html crashes with JSC_slowPathAllocsBetweenGCs
     4        https://bugs.webkit.org/show_bug.cgi?id=136716
     5
     6        Reviewed by Darin Adler.
     7
     8        This test used a fake timeout handler, which is not needed, because WRT/WKTR do it for you.
     9        Any time the test took over 2 seconds, we would dump and disable waiting for notifyDone,
     10        but the test would still try to open windows after that.
     11
     12        * fast/forms/submit-to-blank-multiple-times.html:
     13        * platform/mac/TestExpectations:
     14
    1152014-09-11  Shivakumar JM  <shiva.jm@samsung.com>
    216
  • trunk/LayoutTests/fast/forms/submit-to-blank-multiple-times.html

    r121008 r173556  
    2121            testRunner.dumpAsText();
    2222            testRunner.setCanOpenWindows();
     23            testRunner.setCloseRemainingWindowsWhenComplete();
    2324            testRunner.waitUntilDone();
    2425        }
    … …  
    3031           
    3132            click();
    32             // Set a timeout to notify done in case the test fails.
    33             setTimeout(notifyDone, 2000);
    3433        };
    3534        function log(message) {
    … …  
    6665        }
    6766        function notifyDone() {
    68             testRunner.setCloseRemainingWindowsWhenComplete();
    6967            testRunner.notifyDone();
    7068        }
  • trunk/LayoutTests/platform/mac/TestExpectations

    r173531 r173556  
    11551155webkit.org/b/135133 [ MountainLion ] fast/layers/no-clipping-overflow-hidden-added-after-transform.html [ Pass ImageOnlyFailure ]
    11561156
    1157 webkit.org/b/136716 fast/forms/submit-to-blank-multiple-times.html [ Skip ]
    1158 
    11591157webkit.org/b/136717 js/dom/string-replace-exception-crash.html [ Skip ]
    11601158
Note: See TracChangeset for help on using the changeset viewer.