Changeset 121879 in webkit


Ignore:
Timestamp:
Jul 4, 2012 9:04:55 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Skip CSP 1.1 tests on ports where it's disabled.
https://bugs.webkit.org/show_bug.cgi?id=90564

Patch by Mike West <mkwst@chromium.org> on 2012-07-04
Reviewed by Adam Barth.

  • platform/efl/Skipped:
  • platform/mac/Skipped:
  • platform/qt/Skipped:
  • platform/win/Skipped:
  • platform/wincairo/Skipped:
  • platform/wk2/Skipped:
Location:
trunk/LayoutTests
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r121877 r121879  
     12012-07-04  Mike West  <mkwst@chromium.org>
     2
     3        Skip CSP 1.1 tests on ports where it's disabled.
     4        https://bugs.webkit.org/show_bug.cgi?id=90564
     5
     6        Reviewed by Adam Barth.
     7
     8        * platform/efl/Skipped:
     9        * platform/mac/Skipped:
     10        * platform/qt/Skipped:
     11        * platform/win/Skipped:
     12        * platform/wincairo/Skipped:
     13        * platform/wk2/Skipped:
     14
    1152012-07-04  Li Yin  <li.yin@intel.com>
    216
  • trunk/LayoutTests/platform/efl/Skipped

    r121734 r121879  
    737737# Tests for features under development
    738738# ------------------------------------
     739
     740# Content Security Policy 1.1 (ENABLE_CSP_NEXT) is not enabled
     741# https://bugs.webkit.org/show_bug.cgi?id=85558
     742http/tests/security/contentSecurityPolicy/1.1
    739743
    740744# ENABLE_INPUT_TYPE_* are not enabled.
  • trunk/LayoutTests/platform/mac/Skipped

    r121703 r121879  
    263263fast/performance/
    264264
     265# Content Security Policy 1.1 (ENABLE_CSP_NEXT) is not enabled
     266# https://bugs.webkit.org/show_bug.cgi?id=85558
     267http/tests/security/contentSecurityPolicy/1.1
     268
    265269# Still working out flakiness issues with the perf tests.
    266270# https://bugs.webkit.org/show_bug.cgi?id=44199
  • trunk/LayoutTests/platform/qt/Skipped

    r121842 r121879  
    442442# No CORS support for media elements is implemented yet.
    443443http/tests/security/video-cross-origin-readback.html
     444
     445# Content Security Policy 1.1 (ENABLE_CSP_NEXT) is not enabled
     446# https://bugs.webkit.org/show_bug.cgi?id=85558
     447http/tests/security/contentSecurityPolicy/1.1
    444448
    445449# =========================================================================== #
  • trunk/LayoutTests/platform/win/Skipped

    r121814 r121879  
    19461946svg/W3C-SVG-1.1-SE/linking-uri-01-b.svg
    19471947svg/W3C-SVG-1.1-SE/text-intro-05-t.svg
     1948
     1949# Content Security Policy 1.1 (ENABLE_CSP_NEXT) is not enabled
     1950# https://bugs.webkit.org/show_bug.cgi?id=85558
     1951http/tests/security/contentSecurityPolicy/1.1
  • trunk/LayoutTests/platform/wincairo/Skipped

    r121014 r121879  
    21222122# https://bugs.webkit.org/show_bug.cgi?id=86000
    21232123http/tests/security/referrer-policy-redirect-link.html
     2124
     2125# Content Security Policy 1.1 (ENABLE_CSP_NEXT) is not enabled
     2126# https://bugs.webkit.org/show_bug.cgi?id=85558
     2127http/tests/security/contentSecurityPolicy/1.1
  • trunk/LayoutTests/platform/wk2/Skipped

    r121428 r121879  
    10591059http/tests/security/video-cross-origin-readback.html
    10601060
     1061# Content Security Policy 1.1 (ENABLE_CSP_NEXT) is not enabled
     1062# https://bugs.webkit.org/show_bug.cgi?id=85558
     1063http/tests/security/contentSecurityPolicy/1.1
     1064
    10611065### END OF (2) Classified failures without bug reports (yet)
    10621066########################################
Note: See TracChangeset for help on using the changeset viewer.