[Webkit-unassigned] [Bug 73913] [WK2] New tests introduced in r100895 fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 12 08:28:56 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=73913





--- Comment #8 from jochen at chromium.org  2011-12-12 08:28:56 PST ---
(In reply to comment #7)
> In Mac case at least, that could be because of a self signed certificate. DRT has code to silence those, while WTR does not.
> 
> [NSURLRequest setAllowsAnyHTTPSCertificate:YES forHost:@"localhost"];
> [NSURLRequest setAllowsAnyHTTPSCertificate:YES forHost:@"127.0.0.1"];


that might be very well true (I've tried to get the tests work on a Mac).

I guess that code needs to be run in the same process that does the actual loading. I've put these lines in InjectedBundle/mac/LayoutTestControllerMac::platformInitialize, but the tests still don't work 

Given that I don't know much about the WebKitTestRunner, this might be the wrong place... I'll continue to look into this

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list