Changeset 128710 in webkit


Ignore:
Timestamp:
Sep 16, 2012 8:21:38 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Update TestExpectations for tests requiring plugins support
https://bugs.webkit.org/show_bug.cgi?id=96882

Unreviewed EFL gardening.

Regroup all test requiring plugins support in TestExpectation file
and update their bug number.

Patch by Christophe Dumez <Christophe Dumez> on 2012-09-16

  • platform/efl/Skipped:
  • platform/efl/TestExpectations:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r128709 r128710  
     12012-09-16  Christophe Dumez  <christophe.dumez@intel.com>
     2
     3        [EFL] Update TestExpectations for tests requiring plugins support
     4        https://bugs.webkit.org/show_bug.cgi?id=96882
     5
     6        Unreviewed EFL gardening.
     7
     8        Regroup all test requiring plugins support in TestExpectation file
     9        and update their bug number.
     10
     11        * platform/efl/Skipped:
     12        * platform/efl/TestExpectations:
     13
    1142012-09-16  Christophe Dumez  <christophe.dumez@intel.com>
    215
  • trunk/LayoutTests/platform/efl/Skipped

    r128604 r128710  
    141141http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html
    142142
    143 # The EFL port has no support for plugins
    144 fast/dom/Window/Plug-ins.html
    145 fast/frames/sandboxed-iframe-about-blank.html
    146 fast/frames/sandboxed-iframe-navigation-allowed.html
    147 fast/frames/sandboxed-iframe-plugins.html
    148 fast/js/navigator-plugins-crash.html
    149 http/tests/plugins
    150 http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html
    151 java
    152 plugins
    153 
    154143# The EFL port has no support for user gesture (dumpUserGestureInFrameLoadCallbacks in DRT and in the port itself as well)
    155144fast/frames/location-redirect-user-gesture.html
     
    310299fast/repaint/table-cell-overflow.html
    311300fast/repaint/text-emphasis-h.html
    312 fast/replaced/invalid-object-with-fallback.html
    313301fast/text/midword-break-after-breakable-char.html
    314302http/tests/navigation/go-back-to-error-page.html
    315 userscripts/user-script-plugin-document.html
    316303
    317304# BUG: Needs a grayish canvas background. See DumpRenderTree/chromium/WebViewHost::displayRepaintMask().
     
    737724http/tests/security/aboutBlank/xss-DENIED-set-opener.html
    738725http/tests/security/contentSecurityPolicy/block-mixed-content-hides-warning.html
    739 http/tests/security/contentSecurityPolicy/object-src-no-url-blocked.html
    740 http/tests/security/contentSecurityPolicy/object-src-none-allowed.html
    741 http/tests/security/contentSecurityPolicy/object-src-none-blocked.html
    742726http/tests/security/contentSecurityPolicy/script-src-star-cross-scheme.html
    743727http/tests/security/cookies/first-party-cookie-allow-xslt.xml
     
    751735http/tests/security/local-user-CSS-from-remote.html
    752736http/tests/security/mixedContent/insecure-image-in-main-frame.html
    753 http/tests/security/mixedContent/insecure-plugin-in-iframe.html
    754737http/tests/security/mixedContent/insecure-script-in-iframe.html
    755738http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html
  • trunk/LayoutTests/platform/efl/TestExpectations

    r128709 r128710  
    973973BUGWK94186 SKIP : fast/forms/time-multiple-fields = PASS
    974974
    975 BUGWK92956 : http/tests/security/contentSecurityPolicy/object-src-url-blocked.html = TEXT
    976 
    977975BUGWK93976 : fast/css-generated-content/quotes-lang.html = IMAGE
    978976
     
    10371035BUGWK95551 : fast/forms/datalist/input-appearance-range-with-datalist-rtl.html = IMAGE
    10381036
    1039 // Fail after they were introduced in r127513
    1040 BUGWK95840 : http/tests/security/cross-origin-plugin-allowed.html = TEXT
    1041 BUGWK95840 : http/tests/security/cross-origin-plugin-private-browsing-toggled-allowed.html = TEXT
    1042 BUGWK95840 : http/tests/security/cross-origin-plugin-private-browsing-toggled.html = TEXT
    1043 BUGWK95840 : http/tests/security/cross-origin-plugin.html = TEXT
     1037// EFL port does not support plugins yet
     1038BUGWK96881 : fast/dom/Window/Plug-ins.html = TEXT
     1039BUGWK96881 : fast/frames/sandboxed-iframe-about-blank.html = TEXT
     1040BUGWK96881 : fast/frames/sandboxed-iframe-navigation-allowed.html = TEXT
     1041BUGWK96881 : fast/frames/sandboxed-iframe-plugins.html = TEXT
     1042BUGWK96881 : fast/replaced/invalid-object-with-fallback.html = TEXT
     1043BUGWK96881 : http/tests/security/contentSecurityPolicy/object-src-none-allowed.html = TEXT
     1044BUGWK96881 : http/tests/security/contentSecurityPolicy/object-src-url-blocked.html = TEXT
     1045BUGWK96881 SKIP : http/tests/plugins = TEXT
     1046BUGWK96881 : http/tests/security/cross-origin-plugin-allowed.html = TEXT
     1047BUGWK96881 : http/tests/security/cross-origin-plugin-private-browsing-toggled-allowed.html = TEXT
     1048BUGWK96881 : http/tests/security/cross-origin-plugin-private-browsing-toggled.html = TEXT
     1049BUGWK96881 : http/tests/security/cross-origin-plugin.html = TEXT
     1050BUGWK96881 : http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html = TEXT
     1051BUGWK96881 : http/tests/security/storage-blocking-loosened-plugin.html = TEXT
     1052BUGWK96881 : http/tests/security/storage-blocking-loosened-private-browsing-plugin.html = TEXT
     1053BUGWK96881 : http/tests/security/storage-blocking-strengthened-plugin.html = TEXT
     1054BUGWK96881 : http/tests/security/storage-blocking-strengthened-private-browsing-plugin.html = TEXT
     1055BUGWK96881 SKIP : java = TEXT
     1056BUGWK96881 SKIP : plugins = TEXT
     1057BUGWK96881 : userscripts/user-script-plugin-document.html = TEXT
    10441058
    10451059// EFL does not yet support global selection
Note: See TracChangeset for help on using the changeset viewer.