Title: [129766] trunk/LayoutTests
Revision
129766
Author
[email protected]
Date
2012-09-27 08:26:23 -0700 (Thu, 27 Sep 2012)

Log Message

[EFL][WK2][WTR] Unskip two jQuery test cases.
https://bugs.webkit.org/show_bug.cgi?id=97787

Unreviewed EFL gardening.

'jquery/data.html' and 'jquery/offset.html' cases seem to be passed consistently now.

For more information, BUG 81606 resolved some jQuery test cases
that need several seconds to finish its running by extending timeout value like WK1.

Seemingly, mentioned two cases took around 5 seconds for each on my laptop
and it would had been flaky in different hardware condition before BUG 81606.

Therefore, this patch unskipped those cases from TestExpections.

Patch by Kangil Han <[email protected]> on 2012-09-27

* platform/efl-wk2/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (129765 => 129766)


--- trunk/LayoutTests/ChangeLog	2012-09-27 15:08:14 UTC (rev 129765)
+++ trunk/LayoutTests/ChangeLog	2012-09-27 15:26:23 UTC (rev 129766)
@@ -1,3 +1,22 @@
+2012-09-27  Kangil Han  <[email protected]>
+
+        [EFL][WK2][WTR] Unskip two jQuery test cases.
+        https://bugs.webkit.org/show_bug.cgi?id=97787
+
+        Unreviewed EFL gardening.
+
+        'jquery/data.html' and 'jquery/offset.html' cases seem to be passed consistently now.
+
+        For more information, BUG 81606 resolved some jQuery test cases
+        that need several seconds to finish its running by extending timeout value like WK1.
+
+        Seemingly, mentioned two cases took around 5 seconds for each on my laptop
+        and it would had been flaky in different hardware condition before BUG 81606.
+
+        Therefore, this patch unskipped those cases from TestExpections.
+
+        * platform/efl-wk2/TestExpectations:
+
 2012-09-27  Stephen Chenney  <[email protected]>
 
         Unreviewed Chromium expectations

Modified: trunk/LayoutTests/platform/efl-wk2/TestExpectations (129765 => 129766)


--- trunk/LayoutTests/platform/efl-wk2/TestExpectations	2012-09-27 15:08:14 UTC (rev 129765)
+++ trunk/LayoutTests/platform/efl-wk2/TestExpectations	2012-09-27 15:26:23 UTC (rev 129766)
@@ -121,8 +121,6 @@
 Bug(EFL) fast/events/domactivate-sets-underlying-click-event-as-handled.html [ Failure Pass ]
 Bug(EFL) http/tests/inspector/change-iframe-src.html [ Failure Pass ]
 Bug(EFL) http/tests/loading/fire-error-event-empty-404-script.html [ Crash Failure Pass ]
-Bug(EFL) jquery/data.html [ Failure Pass ]
-Bug(EFL) jquery/offset.html [ Failure Pass ]
 Bug(EFL) sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A5.html [ Crash Failure Pass ]
 Bug(EFL) sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A6.html [ Crash Failure Pass ]
 Bug(EFL) sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.html [ Crash Failure Pass ]
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to