Bug 211107
Summary: | REGRESSION(r260707) [GTK][WPE] fast/dom/set-document-location-host-to-unaccepted-values.html is timing out | ||
---|---|---|---|
Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, dpino |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Lauro Moura
After r260707/bug210431, the test fast/dom/set-document-location-host-to-unaccepted-values.html is timing out in GTK. Some of the hosts that should not be accepted are being accepted, causing notifyDone to not be called, and the test timing out.
Individual testing show the following hosts timing out (i.e. being accepted):
'icloud.com:-1'
'icloud.com:11c'
'icloud.com:11'
'icloud.com:80:'
'icloud.com:80:80'
'icloud.com:'
The following hosts are successfully rejected:
'icl' + '\uf877' + 'oud.com', description : "'icl' + * '\\uf877' + 'oud.com'"
':80'
':'
''
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Lauro Moura
Update: Also timing out in WPE, so may be something soup/glib related.
Diego Pino
Fixed by r262707. Closing bug.