Bug 163335 - [GTK] Tests that fail since the new URLParser has been enabled on r207162
Summary: [GTK] Tests that fail since the new URLParser has been enabled on r207162
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 162660
  Show dependency treegraph
 
Reported: 2016-10-12 09:24 PDT by Carlos Alberto Lopez Perez
Modified: 2020-06-08 14:39 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2016-10-12 09:24:44 PDT
On r207162 a new URLParser has been enabled by default.

This caused 48 new layout test failures on the GTK+ port.

Of those 48:

  - 12 can be rebaselined (Don't look like real failures).
    Some of them where even showing PASS lines meanwhile the checked-out default baseline was done with a FAIL line.

  - 36 look like real failures


1) Tests to be rebaselined:

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

2) Tests failing and that will be marked as such on the GTK+ expectation file:

Regressions: Unexpected text-only failures (35)
  fast/backgrounds/background-shorthand-after-set-backgroundSize.html [ Failure ]
  fast/backgrounds/background-shorthand-with-backgroundSize-style.html [ Failure ]
  fast/css/getComputedStyle/computed-style-border-image.html [ Failure ]
  fast/css/getComputedStyle/computed-style-cross-fade.html [ Failure ]
  fast/css/getComputedStyle/getComputedStyle-background-shorthand.html [ Failure ]
  fast/css/getComputedStyle/getComputedStyle-list-style-shorthand.html [ Failure ]
  fast/dom/DOMURL/parsing.html [ Failure ]
  fast/dom/DOMURL/set-href-attribute-protocol.html [ Failure ]
  fast/dom/HTMLAnchorElement/anchor-element-href-parsing.html [ Failure ]
  fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html [ Failure ]
  fast/forms/ValidityState-typeMismatch-url.html [ Failure ]
  fast/url/anchor.html [ Failure ]
  fast/url/file-http-base.html [ Failure ]
  fast/url/file.html [ Failure ]
  fast/url/host-lowercase-per-scheme.html [ Failure ]
  fast/url/host.html [ Failure ]
  fast/url/idna2003.html [ Failure ]
  fast/url/invalid-urls-utf8.html [ Failure ]
  fast/url/ipv4.html [ Failure ]
  fast/url/ipv6.html [ Failure ]
  fast/url/path.html [ Failure ]
  fast/url/relative-win.html [ Failure ]
  fast/url/relative.html [ Failure ]
  fast/url/safari-extension.html [ Failure ]
  fast/url/segments-from-data-url.html [ Failure ]
  fast/url/segments.html [ Failure ]
  fast/url/standard-url.html [ Failure ]
  fetch/fetch-url-serialization.html [ Failure ]
  http/tests/inspector/network/copy-as-curl.html [ Failure ]
  http/tests/uri/resolve-encoding-relative.html [ Failure ]
  imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/src.html [ Failure ]
  imported/w3c/web-platform-tests/url/a-element-xhtml.xhtml [ Failure ]
  imported/w3c/web-platform-tests/url/a-element.html [ Failure ]
  imported/w3c/web-platform-tests/url/url-constructor.html [ Failure ]
  imported/w3c/web-platform-tests/url/url-setters.html [ Failure ]

Regressions: Unexpected timeouts (1)
  fast/loader/file-URL-with-port-number.html [ Timeout ]
Comment 1 Carlos Alberto Lopez Perez 2016-10-12 09:35:03 PDT
Committed r207217: <http://trac.webkit.org/changeset/207217>
Comment 2 Diego Pino 2020-06-08 14:38:53 PDT
The last test pointing to this bug in test expectations was:

webkit.org/b/163335 fast/loader/file-URL-with-port-number.html [ Timeout ]

The test was fixed by r262707. Closing bug.
Comment 3 Radar WebKit Bug Importer 2020-06-08 14:39:19 PDT
<rdar://problem/64135474>