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 / TestsAssignee: 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

Description Michael Saboff 2012-07-27 23:02:24 PDT
The test http/tests/misc/submit-post-keygen.html	appears to be failing regularly only on Mac-Lion bots.  Should skip until fixed.
Comment 1 Alexey Proskuryakov 2012-07-30 10:29:07 PDT
CC'ing author and reviewer of the test.

Michael, could you please post a failure diff?
Comment 2 Michael Saboff 2012-07-30 15:29:43 PDT
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
Comment 3 Brent Fulgham 2016-11-17 10:35:56 PST
Michael and Alexey -- is this bug relevant anymore? Can we just close it?
Comment 4 Alexey Proskuryakov 2016-11-17 10:47:27 PST
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.