Bug 161047

Summary: REGRESSION (PHP 5.6): http/tests/misc/bad-charset-alias.html fails
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, glenn, lforschler, ryanhaddad
Priority: P2 Keywords: InRadar
Version: Safari 9   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 161134    
Attachments:
Description Flags
proposed fix none

Alexey Proskuryakov
Reported 2016-08-22 10:26:49 PDT
PHP 5.6 now sends a charset in Content-Type by default, which our tests don't expect. Since we need fine-grained control over HTTP headers in testing, let's change the behavior back. An alternative would be to call ini_set(default_charset, "") in all affected tests, but I don't know how to identify them. rdar://problem/27434307
Attachments
proposed fix (3.59 KB, patch)
2016-08-22 10:32 PDT, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 2016-08-22 10:32:48 PDT
Created attachment 286604 [details] proposed fix
WebKit Commit Bot
Comment 2 2016-08-23 12:14:19 PDT
Comment on attachment 286604 [details] proposed fix Clearing flags on attachment: 286604 Committed r204850: <http://trac.webkit.org/changeset/204850>
WebKit Commit Bot
Comment 3 2016-08-23 12:14:29 PDT
All reviewed patches have been landed. Closing bug.
Brent Fulgham
Comment 4 2016-08-24 09:24:31 PDT
This breaks the Windows test bots.
Brent Fulgham
Comment 5 2016-08-24 09:30:15 PDT
(In reply to comment #4) > This breaks the Windows test bots. Build fix proposed in Bug 161134.
Note You need to log in before you can comment on or make changes to this bug.