Title: [99536] trunk/LayoutTests
Revision
99536
Author
[email protected]
Date
2011-11-08 01:04:45 -0800 (Tue, 08 Nov 2011)

Log Message

[Qt] Some tests are flaky with NRWT
https://bugs.webkit.org/show_bug.cgi?id=64002
There can be found the skipped tests:
https://bugs.webkit.org/show_bug.cgi?id=71693
https://bugs.webkit.org/show_bug.cgi?id=71695

These 2 tests caused 7 tests timeouting.

Patch by Nándor Huszka <[email protected]> on 2011-11-08
Reviewed by Csaba Osztrogonác.

* platform/qt/Skipped: Skip culprit tests
- http/tests/notifications/icon-does-not-exist.html
- http/tests/xmlhttprequest/workers/abort-exception-assert.html
* platform/qt/test_expectations.txt: Unskip passing tests.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (99535 => 99536)


--- trunk/LayoutTests/ChangeLog	2011-11-08 09:01:39 UTC (rev 99535)
+++ trunk/LayoutTests/ChangeLog	2011-11-08 09:04:45 UTC (rev 99536)
@@ -1,3 +1,20 @@
+2011-11-08  Nándor Huszka  <[email protected]>
+
+        [Qt] Some tests are flaky with NRWT
+        https://bugs.webkit.org/show_bug.cgi?id=64002
+        There can be found the skipped tests:
+        https://bugs.webkit.org/show_bug.cgi?id=71693
+        https://bugs.webkit.org/show_bug.cgi?id=71695
+
+        These 2 tests caused 7 tests timeouting.
+
+        Reviewed by Csaba Osztrogonác.
+
+        * platform/qt/Skipped: Skip culprit tests
+        - http/tests/notifications/icon-does-not-exist.html
+        - http/tests/xmlhttprequest/workers/abort-exception-assert.html
+        * platform/qt/test_expectations.txt: Unskip passing tests.
+
 2011-11-08  Fehér Zsolt  <[email protected]>
 
         [Qt] Unreivewed gardening. Reset test results.

Modified: trunk/LayoutTests/platform/qt/Skipped (99535 => 99536)


--- trunk/LayoutTests/platform/qt/Skipped	2011-11-08 09:01:39 UTC (rev 99535)
+++ trunk/LayoutTests/platform/qt/Skipped	2011-11-08 09:04:45 UTC (rev 99536)
@@ -2527,3 +2527,11 @@
 # [Qt] svg/custom/getBBox-path.svg fails
 # https://bugs.webkit.org/show_bug.cgi?id=71766
 svg/custom/getBBox-path.svg
+
+# [Qt] http/tests/notifications/icon-does-not-exist.html makes fast/notifications/notifications-click-event.html fail
+# https://bugs.webkit.org/show_bug.cgi?id=71693
+http/tests/notifications/icon-does-not-exist.html
+
+# [Qt] http/tests/xmlhttprequest/workers/abort-exception-assert.html makes 6 fast/workers test fail
+# https://bugs.webkit.org/show_bug.cgi?id=71695
+http/tests/xmlhttprequest/workers/abort-exception-assert.html

Modified: trunk/LayoutTests/platform/qt/test_expectations.txt (99535 => 99536)


--- trunk/LayoutTests/platform/qt/test_expectations.txt	2011-11-08 09:01:39 UTC (rev 99535)
+++ trunk/LayoutTests/platform/qt/test_expectations.txt	2011-11-08 09:04:45 UTC (rev 99536)
@@ -2,14 +2,6 @@
 //
 // See http://trac.webkit.org/wiki/TestExpectations for more information on this file.
 
-BUGWK64002 : fast/notifications/notifications-click-event.html = TEXT PASS
-BUGWK64002 : fast/workers/shared-worker-lifecycle.html = TEXT PASS
-BUGWK64002 : fast/workers/shared-worker-frame-lifecycle.html = TEXT PASS
-BUGWK64002 : fast/workers/worker-close-more.html = TEXT PASS
-BUGWK64002 : fast/workers/storage/interrupt-database.html = TEXT PASS
-BUGWK64002 : fast/workers/dedicated-worker-lifecycle.html = TEXT PASS
-BUGWK64002 : fast/workers/worker-lifecycle.html = TEXT PASS
-
 BUGWK64526 DEBUG: svg/animations/svgtransform-animation-1.html = CRASH PASS
 
 // Slow tests
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to