Bug 96792
Summary: | [EFL][WK2] New test fast/events/touch/touch-inside-iframe-scrolled.html added in r128462 fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sudarsana Nagineni (babu) <naginenis> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | allan.jensen, cdumez, lucas.de.marchi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Sudarsana Nagineni (babu)
New test fast/events/touch/touch-inside-iframe-scrolled.html added in r128462 fails on EFL WK2 Debug bot.
http://build.webkit.org/results/EFL%20Linux%2064-bit%20Debug%20WK2/r128611%20%283218%29/fast/events/touch/touch-inside-iframe-scrolled-pretty-diff.html
--- /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/inspector/console/alert-toString-exception-expected.txt
+++ /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/inspector/console/alert-toString-exception-actual.txt
@@ -1,7 +1,3 @@
CONSOLE MESSAGE: Exception in toString().
-CONSOLE MESSAGE: Exception in toString().
-Test that browser won't crash if inspector is opened for a page that fails to convert alert() argument to string. The test passes if it doesn't crash. Bug 60541
+FAIL: Timed out waiting for notifyDone to be called
-Page reloaded.
-Exception in toString().
-
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Sudarsana Nagineni (babu)
sorry, here is the correct diff:
--- /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/fast/events/touch/touch-inside-iframe-scrolled-expected.txt
+++ /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/fast/events/touch/touch-inside-iframe-scrolled-actual.txt
@@ -1,13 +1,2 @@
+FAIL: Timed out waiting for notifyDone to be called
-Test iframes receive touches correctly when scrolled. https://bugs.webkit.org/show_bug.cgi?id=96541
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS correctDiv is true
-PASS touch.pageX is 150
-PASS touch.pageY is 350
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
Allan Sandfeld Jensen
It requires the eventSender api. If you don't have it or it is not complete, you need to skip this test.
Chris Dumez
*** This bug has been marked as a duplicate of bug 96903 ***
Chris Dumez
*** This bug has been marked as a duplicate of bug 96465 ***