⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 117031 in webkit


Ignore:
Timestamp:
May 14, 2012, 10:55:57 PM (14 years ago)
Author:
Csaba Osztrogonác
Message:

[Qt] Unreviewed morning gardening to paint the Qt bots green.

  • http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked-expected.txt: Updated after r117006.
  • platform/qt/Skipped: Skip new failing/crashing tests.
  • platform/qt/http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt: Updated after r117006.
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r117030 r117031  
     12012-05-14  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        [Qt] Unreviewed morning gardening to paint the Qt bots green.
     4
     5        * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked-expected.txt: Updated after r117006.
     6        * platform/qt/Skipped: Skip new failing/crashing tests.
     7        * platform/qt/http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt: Updated after r117006.
     8
    192012-05-14  Kent Tamura  <tkent@chromium.org>
    210
  • trunk/LayoutTests/http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked-expected.txt

    r104810 r117031  
    1 CONSOLE MESSAGE: Refused to load connect from 'http://127.0.0.1:8000/xmlhttprequest/resources/get.txt' because of Content-Security-Policy.
     1CONSOLE MESSAGE: Refused to connect to connect 'http://127.0.0.1:8000/xmlhttprequest/resources/get.txt' because it violates the following Content Security Policy directive: "connect-src 'none'".
    22
    33ALERT: xhr blocked
  • trunk/LayoutTests/platform/qt/Skipped

    r117029 r117031  
    864864# https://bugs.webkit.org/show_bug.cgi?id=82020
    865865plugins/netscape-dom-access-and-reload.html
     866
     867# [Qt][GTK] New plugin tests introduced in r117012 fails/crashes
     868# https://bugs.webkit.org/show_bug.cgi?id=86443
     869plugins/npruntime/delete-plugin-within-hasProperty-return-false.html
     870plugins/npruntime/delete-plugin-within-hasProperty-return-true.html
     871plugins/npruntime/delete-plugin-within-setProperty.html
     872plugins/npruntime/delete-plugin-within-getProperty.html
    866873
    867874# =========================================================================== #
     
    25632570# Inspector only supports evaluation in content script world with v8, see https://bugs.webkit.org/show_bug.cgi?id=85709
    25642571inspector/extensions/extensions-eval-content-script.html
     2572
     2573# Result of fast/dom/DOMException/stack-trace.html depends on path (test introduced in r117016)
     2574# https://bugs.webkit.org/show_bug.cgi?id=86442
     2575fast/dom/DOMException/stack-trace.html
     2576
     2577# [Qt][GTK] New fast/multicol/split-in-top-margin.html fails
     2578# https://bugs.webkit.org/show_bug.cgi?id=86445
     2579fast/multicol/split-in-top-margin.html
  • trunk/LayoutTests/platform/qt/http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt

    r104810 r117031  
    11CONSOLE MESSAGE: line 2: <html xmlns='http://www.w3.org/1999/xhtml/'><body><p>Running an XSL-T 1.0 stylesheet with a 2.0 processor.</p></body></html>
    2 CONSOLE MESSAGE: Refused to load image from 'http://127.0.0.1:8000/security/resources/abe.png' because of Content-Security-Policy.
     2CONSOLE MESSAGE: Refused to load the image 'http://127.0.0.1:8000/security/resources/abe.png' because it violates the following Content Security Policy directive: "img-src 'none'".
    33
    44Here is an image: 
Note: See TracChangeset for help on using the changeset viewer.