From de46255a4c9d1bdd7710aa6475112da1a3209d9c Mon Sep 17 00:00:00 2001 From: "rakuco@webkit.org" Date: Fri, 12 Oct 2012 16:27:45 +0000 Subject: [PATCH] [EFL] Gardening of the WK2 Debug Bot failing tests https://bugs.webkit.org/show_bug.cgi?id=99184 Unreviewed EFL gardening. Skip failing tests on WK2 debug bot. Also, unskip tests that are consistently passing. Patch by Sudarsana Nagineni on 2012-10-12 * platform/efl-wk1/TestExpectations: * platform/efl-wk2/TestExpectations: * platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt: * platform/efl/TestExpectations: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@131190 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 15 +++++++++++++++ LayoutTests/platform/efl-wk1/TestExpectations | 8 +++++++- LayoutTests/platform/efl-wk2/TestExpectations | 18 +++++++++--------- ...ent-type-with-binary-extension-expected.txt | 2 +- LayoutTests/platform/efl/TestExpectations | 11 +---------- 5 files changed, 33 insertions(+), 21 deletions(-) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index e98c5664c9eb..4104696c642c 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,18 @@ +2012-10-12 Sudarsana Nagineni + + [EFL] Gardening of the WK2 Debug Bot failing tests + https://bugs.webkit.org/show_bug.cgi?id=99184 + + Unreviewed EFL gardening. + + Skip failing tests on WK2 debug bot. Also, unskip tests that are + consistently passing. + + * platform/efl-wk1/TestExpectations: + * platform/efl-wk2/TestExpectations: + * platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt: + * platform/efl/TestExpectations: + 2012-10-12 Alexander Pavlov Unreviewed, rebaseline inspector/styles/region-style-crash.html after r131176. diff --git a/LayoutTests/platform/efl-wk1/TestExpectations b/LayoutTests/platform/efl-wk1/TestExpectations index 802a25069be3..d442f93b7b29 100644 --- a/LayoutTests/platform/efl-wk1/TestExpectations +++ b/LayoutTests/platform/efl-wk1/TestExpectations @@ -67,7 +67,6 @@ http/tests/security/no-referrer.html http/tests/security/referrer-policy-redirect-link.html http/tests/xmlhttprequest/basic-auth-nopassword.html http/tests/xmlhttprequest/basic-auth-nouser.html -http/tests/xmlhttprequest/cross-origin-cookie-storage.html http/tests/xmlhttprequest/failed-auth.html http/tests/xmlhttprequest/remember-bad-password.html @@ -225,3 +224,10 @@ webkit.org/b/56567 http/tests/cache/history-only-cached-subresource-loads.html [ # EFL WK1 does not support plugins yet. webkit.org/b/96881 plugins [ Skip ] + +# Needs custom policy delegate enhancement to log DOM node info - EFL port is missing DOM node abstraction +webkit.org/b/87972 fast/loader/policy-delegate-action-hit-test-zoomed.html [ Failure ] +webkit.org/b/87972 fast/encoding/mailto-always-utf-8.html [ Failure ] + +# Frame does not get focus as expected +webkit.org/b/97077 inspector/extensions/extensions-panel.html [ Failure ] diff --git a/LayoutTests/platform/efl-wk2/TestExpectations b/LayoutTests/platform/efl-wk2/TestExpectations index 83ac9e23e190..aacabf038bf5 100644 --- a/LayoutTests/platform/efl-wk2/TestExpectations +++ b/LayoutTests/platform/efl-wk2/TestExpectations @@ -203,15 +203,6 @@ webkit.org/b/93980 http/tests/appcache/load-from-appcache-defer-resume-crash.htm # WebKitTestRunner needs an implementation for testRunner.setStorageDatabaseIdleInterval webkit.org/b/93982 storage/domstorage/storage-close-database-on-idle.html [ Failure ] -# Unclassified failures -Bug(EFL) http/tests/inspector/network/network-sidebar-width.html [ Failure ] - -# Fails after r128056. -webkit.org/b/96794 inspector/console/alert-toString-exception.html [ Failure ] - -# Fails after it was unskipped in r129372. -webkit.org/b/97545 inspector/styles/variables/css-variables.html [ Failure ] - # The following test makes the fast/parser/document-write-ignores-later-network-bytes.html test crash webkit.org/b/98345 fast/parser/document-open-in-unload.html [ Skip ] @@ -256,3 +247,12 @@ webkit.org/b/98740 plugins/npruntime/delete-plugin-within-setProperty.html [ Fai # Comparison of two javascript objects in C++ is failing. webkit.org/b/98739 plugins/npruntime/embed-property-equality.html [ Failure ] + +# Fails after r131057. +webkit.org/b/99152 plugins/plugin-document-back-forward.html [ Failure ] +webkit.org/b/99152 http/tests/security/contentSecurityPolicy/object-src-url-allowed.html [ Failure ] +webkit.org/b/99152 http/tests/security/contentSecurityPolicy/object-src-url-blocked.html [ Failure ] +webkit.org/b/99152 plugins/iframe-plugin-bgcolor.html [ Failure ] + +# Flaky on EFL port. +webkit.org/b/96641 media/video-seek-past-end-playing.html [ Failure ] diff --git a/LayoutTests/platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt b/LayoutTests/platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt index 9332307db558..afbb0777d71c 100644 --- a/LayoutTests/platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt +++ b/LayoutTests/platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt @@ -1,9 +1,9 @@ main frame - didStartProvisionalLoadForFrame main frame - didCommitLoadForFrame frame "iframe" - didStartProvisionalLoadForFrame -frame "iframe" - didFailProvisionalLoadWithError main frame - didFinishDocumentLoadForFrame main frame - didHandleOnloadEventsForFrame +frame "iframe" - didFailProvisionalLoadWithError main frame - didFinishLoadForFrame Test for https://bugs.webkit.org/show_bug.cgi?id=17360 REGRESSION: mp4 file downloaded from server is downloaded as html. diff --git a/LayoutTests/platform/efl/TestExpectations b/LayoutTests/platform/efl/TestExpectations index 2950d6db8a88..e8fb24f2d4a4 100644 --- a/LayoutTests/platform/efl/TestExpectations +++ b/LayoutTests/platform/efl/TestExpectations @@ -314,6 +314,7 @@ http/tests/security/xss-DENIED-xsl-document-redirect.xml http/tests/security/xss-DENIED-xsl-external-entity-redirect.xml http/tests/workers/terminate-during-sync-operation.html http/tests/xmlhttprequest/access-control-basic-whitelist-request-headers.html +http/tests/xmlhttprequest/cross-origin-cookie-storage.html http/tests/xmlhttprequest/cross-origin-no-authorization.html http/tests/xmlhttprequest/logout.html http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html @@ -627,9 +628,6 @@ Bug(EFL) inspector/timeline/timeline-enum-stability.html [ Failure Pass ] webkit.org/b/95066 inspector/styles/media-queries.html [ Failure Pass ] webkit.org/b/98777 inspector/styles/styles-history.html [ Failure Pass ] -# Fails after r131176. -webkit.org/b/99175 inspector/styles/region-style-crash.html [ Failure ] - # Sometimes asserts in MessagePort::contextDestroyed webkit.org/b/94458 http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html [ Crash Failure Pass ] @@ -956,10 +954,6 @@ webkit.org/b/61540 inspector/extensions/extensions-eval-content-script.html [ Fa #__worldID is undefined in isolated world Bug(EFL) http/tests/security/isolatedWorld/didClearWindowObject.html -# Needs custom policy delegate enhancement to log DOM node info - EFL port is missing DOM node abstraction -webkit.org/b/87972 fast/loader/policy-delegate-action-hit-test-zoomed.html [ Failure ] -webkit.org/b/87972 fast/encoding/mailto-always-utf-8.html [ Failure ] - # EFL has accelerated compositing disabled webkit.org/b/79766 compositing/animation/animation-compositing.html [ Failure ] webkit.org/b/79766 compositing/geometry/ancestor-overflow-change.html [ Failure ] @@ -1501,9 +1495,6 @@ webkit.org/b/98564 fast/table/colspanMinWidth-vertical.html [ Missing Failure ] # Fails after r129175. webkit.org/b/97296 fast/text/international/hebrew-selection.html [ ImageOnlyFailure ] -# Frame does not get focus as expected -webkit.org/b/97077 inspector/extensions/extensions-panel.html [ Failure ] - # Fails on the bots. webkit.org/b/97968 media/unsupported-rtsp.html [ Failure ] -- 2.36.0