[Webkit-unassigned] [Bug 31200] tests in http/tests/security/mixedContent start to fails with added tests
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Nov 10 17:04:59 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=31200
--- Comment #10 from Mark Rowe (bdash) <mrowe at apple.com> 2009-11-10 17:04:57 PST ---
Ok, this is trivial to reproduce:
run-webkit-tests --nthly=1 http/tests/security/mixedContent
Every test fails in this manner. If you instead did:
run-webkit-tests --nthly=2 http/tests/security/mixedContent
you'd see an interesting pattern where every second test fails in the same way.
This makes the problem relatively obvious: the first test in a given instance
of DRT to use HTTPS gets extra frame load callbacks as a result of the
self-signed SSL certificate. It tells the network layer to ignore the
certificate errors and then retry. The new tests had the effect of shifting
the point at which DRT was restarted, exposing this issue.
--
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