Changeset 173556 in webkit
- Timestamp:
- Sep 11, 2014, 10:32:33 PM (12 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
fast/forms/submit-to-blank-multiple-times.html (modified) (3 diffs)
-
platform/mac/TestExpectations (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r173552 r173556 1 2014-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 1 15 2014-09-11 Shivakumar JM <shiva.jm@samsung.com> 2 16 -
trunk/LayoutTests/fast/forms/submit-to-blank-multiple-times.html
r121008 r173556 21 21 testRunner.dumpAsText(); 22 22 testRunner.setCanOpenWindows(); 23 testRunner.setCloseRemainingWindowsWhenComplete(); 23 24 testRunner.waitUntilDone(); 24 25 } … … 30 31 31 32 click(); 32 // Set a timeout to notify done in case the test fails.33 setTimeout(notifyDone, 2000);34 33 }; 35 34 function log(message) { … … 66 65 } 67 66 function notifyDone() { 68 testRunner.setCloseRemainingWindowsWhenComplete();69 67 testRunner.notifyDone(); 70 68 } -
trunk/LayoutTests/platform/mac/TestExpectations
r173531 r173556 1155 1155 webkit.org/b/135133 [ MountainLion ] fast/layers/no-clipping-overflow-hidden-added-after-transform.html [ Pass ImageOnlyFailure ] 1156 1156 1157 webkit.org/b/136716 fast/forms/submit-to-blank-multiple-times.html [ Skip ]1158 1159 1157 webkit.org/b/136717 js/dom/string-replace-exception-crash.html [ Skip ] 1160 1158
Note:
See TracChangeset
for help on using the changeset viewer.