Bug 92573
Summary: | http/tests/misc/submit-post-keygen.html fails on buildbots, value=spkac does not exist | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Saboff <msaboff> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, bfulgham, darin, gauravsh, msaboff |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=121331 |
Michael Saboff
The test http/tests/misc/submit-post-keygen.html appears to be failing regularly only on Mac-Lion bots. Should skip until fixed.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
CC'ing author and reviewer of the test.
Michael, could you please post a failure diff?
Michael Saboff
Here is the failure diff:
--- /Volumes/Data/slave/lion-release-tests-wk1/build/layout-test-results/http/tests/misc/submit-post-keygen-expected.txt
+++ /Volumes/Data/slave/lion-release-tests-wk1/build/layout-test-results/http/tests/misc/submit-post-keygen-actual.txt
@@ -1,3 +1,3 @@
This is a regression test for keygen tag POST processing: https://bugs.webkit.org/show_bug.cgi?id=70617.
-SUCCESS: keygen was parsed correctly
+FAILURE: keygen was not parsed correctly. value=spkac does not exist
Brent Fulgham
Michael and Alexey -- is this bug relevant anymore? Can we just close it?
Alexey Proskuryakov
This happens when keychain can't be unlocked, and it actually happened on all bots last week.
I don't know if this is actionable though. Bug 121331 is a worse issue affecting this test, and perhaps addressing that will also address this one.