Changeset 207217 in webkit


Ignore:
Timestamp:
Oct 12, 2016 9:32:20 AM (8 years ago)
Author:
clopez@igalia.com
Message:

[GTK] Tests that fail since the new URLParser has been enabled on r207162.
https://bugs.webkit.org/show_bug.cgi?id=163335

Unreviewed gardening.

Rebaseline 12 tests that don't look like real failures, and report the other 36 that look as such.

  • platform/gtk/TestExpectations:
  • platform/gtk/fast/css-generated-content/malformed-url-expected.txt: Added.
  • platform/gtk/fast/loader/redirect-to-invalid-url-using-javascript-calls-policy-delegate-expected.txt: Added.
  • platform/gtk/fast/loader/redirect-to-invalid-url-using-meta-refresh-calls-policy-delegate-expected.txt: Added.
  • platform/gtk/fast/loader/url-parse-1-expected.txt: Added.
  • platform/gtk/fast/loader/window-open-to-invalid-url-calls-policy-delegate-expected.txt: Added.
  • platform/gtk/fast/url/invalid-idn-expected.txt: Added.
  • platform/gtk/fast/url/segments-userinfo-vs-host-expected.txt: Added.
  • platform/gtk/fast/url/tab-and-newline-stripping-expected.txt: Added.
  • platform/gtk/fast/url/url-credentials-escaping-expected.txt: Added.
  • platform/gtk/http/tests/eventsource/eventsource-cors-non-http-expected.txt: Added.
  • platform/gtk/http/tests/websocket/tests/hybi/handshake-ok-with-http-version-beyond-1_1-expected.txt: Added.
  • platform/gtk/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/fetch-src/failure-expected.txt: Added.
Location:
trunk/LayoutTests
Files:
22 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r207215 r207217  
     12016-10-12  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        [GTK] Tests that fail since the new URLParser has been enabled on r207162.
     4        https://bugs.webkit.org/show_bug.cgi?id=163335
     5
     6        Unreviewed gardening.
     7
     8        Rebaseline 12 tests that don't look like real failures, and report the other 36 that look as such.
     9
     10        * platform/gtk/TestExpectations:
     11        * platform/gtk/fast/css-generated-content/malformed-url-expected.txt: Added.
     12        * platform/gtk/fast/loader/redirect-to-invalid-url-using-javascript-calls-policy-delegate-expected.txt: Added.
     13        * platform/gtk/fast/loader/redirect-to-invalid-url-using-meta-refresh-calls-policy-delegate-expected.txt: Added.
     14        * platform/gtk/fast/loader/url-parse-1-expected.txt: Added.
     15        * platform/gtk/fast/loader/window-open-to-invalid-url-calls-policy-delegate-expected.txt: Added.
     16        * platform/gtk/fast/url/invalid-idn-expected.txt: Added.
     17        * platform/gtk/fast/url/segments-userinfo-vs-host-expected.txt: Added.
     18        * platform/gtk/fast/url/tab-and-newline-stripping-expected.txt: Added.
     19        * platform/gtk/fast/url/url-credentials-escaping-expected.txt: Added.
     20        * platform/gtk/http/tests/eventsource/eventsource-cors-non-http-expected.txt: Added.
     21        * platform/gtk/http/tests/websocket/tests/hybi/handshake-ok-with-http-version-beyond-1_1-expected.txt: Added.
     22        * platform/gtk/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/fetch-src/failure-expected.txt: Added.
     23
    1242016-10-12  Chris Dumez  <cdumez@apple.com>
    225
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r206969 r207217  
    724724webkit.org/b/162815 animations/font-variation-settings-order.html [ Timeout ]
    725725webkit.org/b/162815 animations/font-variation-settings.html [ Timeout ]
     726
     727# Failing since a new URLParser has been enabled on r207162
     728webkit.org/b/163335 fast/backgrounds/background-shorthand-after-set-backgroundSize.html [ Failure ]
     729webkit.org/b/163335 fast/backgrounds/background-shorthand-with-backgroundSize-style.html [ Failure ]
     730webkit.org/b/163335 fast/css/getComputedStyle/computed-style-border-image.html [ Failure ]
     731webkit.org/b/163335 fast/css/getComputedStyle/computed-style-cross-fade.html [ Failure ]
     732webkit.org/b/163335 fast/css/getComputedStyle/getComputedStyle-background-shorthand.html [ Failure ]
     733webkit.org/b/163335 fast/css/getComputedStyle/getComputedStyle-list-style-shorthand.html [ Failure ]
     734webkit.org/b/163335 fast/dom/DOMURL/parsing.html [ Failure ]
     735webkit.org/b/163335 fast/dom/DOMURL/set-href-attribute-protocol.html [ Failure ]
     736webkit.org/b/163335 fast/dom/HTMLAnchorElement/anchor-element-href-parsing.html [ Failure ]
     737webkit.org/b/163335 fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html [ Failure ]
     738webkit.org/b/163335 fast/forms/ValidityState-typeMismatch-url.html [ Failure ]
     739webkit.org/b/163335 fast/url/anchor.html [ Failure ]
     740webkit.org/b/163335 fast/url/file-http-base.html [ Failure ]
     741webkit.org/b/163335 fast/url/file.html [ Failure ]
     742webkit.org/b/163335 fast/url/host-lowercase-per-scheme.html [ Failure ]
     743webkit.org/b/163335 fast/url/host.html [ Failure ]
     744webkit.org/b/163335 fast/url/idna2003.html [ Failure ]
     745webkit.org/b/163335 fast/url/invalid-urls-utf8.html [ Failure ]
     746webkit.org/b/163335 fast/url/ipv4.html [ Failure ]
     747webkit.org/b/163335 fast/url/ipv6.html [ Failure ]
     748webkit.org/b/163335 fast/url/path.html [ Failure ]
     749webkit.org/b/163335 fast/url/relative-win.html [ Failure ]
     750webkit.org/b/163335 fast/url/relative.html [ Failure ]
     751webkit.org/b/163335 fast/url/safari-extension.html [ Failure ]
     752webkit.org/b/163335 fast/url/segments-from-data-url.html [ Failure ]
     753webkit.org/b/163335 fast/url/segments.html [ Failure ]
     754webkit.org/b/163335 fast/url/standard-url.html [ Failure ]
     755webkit.org/b/163335 fetch/fetch-url-serialization.html [ Failure ]
     756webkit.org/b/163335 http/tests/inspector/network/copy-as-curl.html [ Failure ]
     757webkit.org/b/163335 http/tests/uri/resolve-encoding-relative.html [ Failure ]
     758webkit.org/b/163335 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/src.html [ Failure ]
     759webkit.org/b/163335 imported/w3c/web-platform-tests/url/a-element-xhtml.xhtml [ Failure ]
     760webkit.org/b/163335 imported/w3c/web-platform-tests/url/a-element.html [ Failure ]
     761webkit.org/b/163335 imported/w3c/web-platform-tests/url/url-constructor.html [ Failure ]
     762webkit.org/b/163335 imported/w3c/web-platform-tests/url/url-setters.html [ Failure ]
     763webkit.org/b/163335 fast/loader/file-URL-with-port-number.html [ Timeout ]
    726764
    727765#////////////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.