Bug 92573 - http/tests/misc/submit-post-keygen.html fails on buildbots, value=spkac does not exist
Summary: http/tests/misc/submit-post-keygen.html fails on buildbots, value=spkac does ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-27 23:02 PDT by Michael Saboff
Modified: 2016-11-17 10:47 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.