Title: [127985] trunk/LayoutTests
Revision
127985
Author
[email protected]
Date
2012-09-09 09:44:50 -0700 (Sun, 09 Sep 2012)

Log Message

[EFL][WK2] Gardening to make the bot green
https://bugs.webkit.org/show_bug.cgi?id=96208

Unreviewed EFL gardening.

Update TestExpectations to make the EFL WK2 bot green.

Patch by Christophe Dumez <[email protected]> on 2012-09-09

* platform/efl-wk2/TestExpectations:
* platform/efl-wk2/fast/events/mouseup-from-button2-expected.txt: Added. Test
needs baseline for wk2 (better output).

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (127984 => 127985)


--- trunk/LayoutTests/ChangeLog	2012-09-09 16:34:01 UTC (rev 127984)
+++ trunk/LayoutTests/ChangeLog	2012-09-09 16:44:50 UTC (rev 127985)
@@ -1,5 +1,18 @@
 2012-09-09  Christophe Dumez  <[email protected]>
 
+        [EFL][WK2] Gardening to make the bot green
+        https://bugs.webkit.org/show_bug.cgi?id=96208
+
+        Unreviewed EFL gardening.
+
+        Update TestExpectations to make the EFL WK2 bot green.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl-wk2/fast/events/mouseup-from-button2-expected.txt: Added. Test
+        needs baseline for wk2 (better output).
+
+2012-09-09  Christophe Dumez  <[email protected]>
+
         [EFL] Unskip test cases passing reliably on the bots
         https://bugs.webkit.org/show_bug.cgi?id=96204
 

Modified: trunk/LayoutTests/platform/efl-wk2/TestExpectations (127984 => 127985)


--- trunk/LayoutTests/platform/efl-wk2/TestExpectations	2012-09-09 16:34:01 UTC (rev 127984)
+++ trunk/LayoutTests/platform/efl-wk2/TestExpectations	2012-09-09 16:44:50 UTC (rev 127985)
@@ -102,12 +102,16 @@
 BUGWKEFL : fast/loader/fragment-after-redirect-gets-back-entry.html = TEXT PASS
 BUGWKEFL : fast/loader/child-frame-add-after-back-forward.html = TEXT PASS
 BUGWKEFL : fast/forms/validation-message-user-modify.html = TEXT PASS
+BUGWKEFL : fast/events/backspace-navigates-back.html = TEXT PASS
 BUGWKEFL : fast/events/onchange-click-hang.html = TEXT PASS
 BUGWKEFL : fast/events/dispatch-message-string-data.html = TEXT PASS
+BUGWKEFL : fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html = IMAGE PASS
 BUGWKEFL : fast/events/domactivate-sets-underlying-click-event-as-handled.html = TEXT PASS
 BUGWKEFL : http/tests/inspector/change-iframe-src.html = TEXT PASS
+BUGWKEFL : http/tests/loading/fire-error-event-empty-404-script.html = TEXT CRASH PASS
 BUGWKEFL : jquery/data.html = TEXT PASS
 BUGWKEFL : jquery/offset.html = TEXT PASS
+BUGWKEFL : sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A6.html  = TEXT PASS CRASH
 BUGWKEFL : sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.html = TEXT PASS CRASH
 BUGWKEFL : sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.4_T2.html = TEXT PASS CRASH
 BUGWKEFL : sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.1_T2.html = TEXT PASS CRASH
@@ -118,6 +122,9 @@
 BUGWKEFL : svg/dom/viewspec-parser-2.html = TEXT PASS
 BUGWKEFL : svg/dom/viewspec-parser-5.html = TEXT PASS
 
+// Test is flaky and needs to be fixed
+BUGWK95813 : fast/innerHTML/innerHTML-iframe.html = TEXT PASS
+
 // ASSERTION FAILED: m_suspended in WebCore::SuspendableTimer::resume()
 BUGWK35220 : inspector/debugger/debugger-no-nested-pause.html = TEXT CRASH PASS
 BUGWK35220 : inspector/debugger/debugger-pause-in-internal.html = TEXT CRASH PASS
@@ -147,6 +154,9 @@
 // WebKitTestRunner needs an implementation for eventSender.scheduleAsynchronousClick
 BUGWKEFL : fast/events/popup-blocking-click-in-iframe.html = TEXT
 
+// Interactive form validation setting is not enabled in WebKitTestRunner
+BUGWK95936 : fast/forms/number/number-interactive-validation-required.html = TEXT
+
 // WebKitTestRunner eventSender needs touch events support
 BUGWKEFL : fast/events/touch/basic-multi-touch-events-limited.html = TEXT
 BUGWKEFL : fast/events/touch/basic-multi-touch-events.html = TEXT

Added: trunk/LayoutTests/platform/efl-wk2/fast/events/mouseup-from-button2-expected.txt (0 => 127985)


--- trunk/LayoutTests/platform/efl-wk2/fast/events/mouseup-from-button2-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl-wk2/fast/events/mouseup-from-button2-expected.txt	2012-09-09 16:44:50 UTC (rev 127985)
@@ -0,0 +1,18 @@
+This test verifies that a right mousebutton click generates a mousedown, context and mouseup event.
+
+If the test passes, you'll see a PASS message below.
+
+To run this test in Safari:
+
+Right mouse down inside the box.
+Right mouse up.
+box
+
+type: mousedown, button: 0, 
+type: mouseup, button: 0, 
+type: click, button: 0, 
+type: mousedown, button: 2, 
+type: contextmenu, button: 2, 
+type: mouseup, button: 2, 
+type: mousedown, button: 2, 
+type: contextmenu, button: 2, 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to