Title: [128467] trunk/LayoutTests
Revision
128467
Author
commit-qu...@webkit.org
Date
2012-09-13 08:16:47 -0700 (Thu, 13 Sep 2012)

Log Message

[EFL][WK2] Gardening after r128393
https://bugs.webkit.org/show_bug.cgi?id=96640

Unreviewed gardening.

Corrected expectations for the following files:
fast/dom/HTMLAnchorElement/anchor-nodownload-set.html
fast/dom/HTMLAnchorElement/anchor-download.html

Patch by Mikhail Pozdnyakov <mikhail.pozdnya...@intel.com> on 2012-09-13

* platform/efl-wk2/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (128466 => 128467)


--- trunk/LayoutTests/ChangeLog	2012-09-13 15:15:52 UTC (rev 128466)
+++ trunk/LayoutTests/ChangeLog	2012-09-13 15:16:47 UTC (rev 128467)
@@ -1,3 +1,16 @@
+2012-09-13  Mikhail Pozdnyakov  <mikhail.pozdnya...@intel.com>
+
+        [EFL][WK2] Gardening after r128393
+        https://bugs.webkit.org/show_bug.cgi?id=96640
+
+        Unreviewed gardening.
+
+        Corrected expectations for the following files:
+        fast/dom/HTMLAnchorElement/anchor-nodownload-set.html
+        fast/dom/HTMLAnchorElement/anchor-download.html
+
+        * platform/efl-wk2/TestExpectations:
+
 2012-09-13  Ilya Tikhonovsky  <loi...@chromium.org>
 
         Unreviewed fix for: REGRESSION(r128451): It broke inspector/profiler/memory-instrumentation-cached-images.html

Modified: trunk/LayoutTests/platform/efl-wk2/TestExpectations (128466 => 128467)


--- trunk/LayoutTests/platform/efl-wk2/TestExpectations	2012-09-13 15:15:52 UTC (rev 128466)
+++ trunk/LayoutTests/platform/efl-wk2/TestExpectations	2012-09-13 15:16:47 UTC (rev 128467)
@@ -36,6 +36,12 @@
 BUGWKEFL : fast/dom/unregister-protocol-handler.html = CRASH
 BUGWK95333 DEBUG : fast/forms/color/input-value-sanitization-color.html = CRASH
 
+// WebKitTestRunner needs an implementation for download attribute feature
+// The implementation for DumpRenderTree is on https://bugs.webkit.org/show_bug.cgi?id=96462
+// anchor-download-unset.html and anchor-nodownload.html are currently passed, but need to be checked along with below test cases
+BUGWKEFL : fast/dom/HTMLAnchorElement/anchor-download.html = CRASH
+BUGWKEFL : fast/dom/HTMLAnchorElement/anchor-nodownload-set.html = CRASH
+
 //////////////////////////////////////////////////////////////////////////////////////////
 // FLAKY TESTS
 //////////////////////////////////////////////////////////////////////////////////////////
@@ -187,12 +193,6 @@
 // WebKitTestRunner needs an implementation for testRunner.setStorageDatabaseIdleInterval
 BUGWKEFL : storage/domstorage/storage-close-database-on-idle.html = TEXT
 
-// WebKitTestRunner needs an implementation for download attribute feature
-// The implementation for DumpRenderTree is on https://bugs.webkit.org/show_bug.cgi?id=96462
-// anchor-download-unset.html and anchor-nodownload.html are currently passed, but need to be checked along with below test cases
-BUGWKEFL : fast/dom/HTMLAnchorElement/anchor-download.html = TEXT
-BUGWKEFL : fast/dom/HTMLAnchorElement/anchor-nodownload-set.html = TEXT
-
 // Unclassified failures
 BUGWKEFL : editing/input/emacs-ctrl-o.html = TEXT
 BUGWKEFL : fast/block/float/float-in-float-hit-testing.html = TEXT
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to