Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 474642 - www-client/chromium-28.0.1500.52 fails test CertVerifyProcTest.EVVerification
Summary: www-client/chromium-28.0.1500.52 fails test CertVerifyProcTest.EVVerification
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-24 21:52 UTC by Markus Walter
Modified: 2013-07-27 12:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
www-client:chromium-28.0.1500.52:20130624-182611.log.bz2 (www-client:chromium-28.0.1500.52:20130624-182611.log.bz2,633.17 KB, application/x-bzip2)
2013-06-24 21:52 UTC, Markus Walter
Details
emerge --info (info.txt,6.25 KB, text/plain)
2013-06-24 21:53 UTC, Markus Walter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Walter 2013-06-24 21:52:51 UTC
Created attachment 351840 [details]
www-client:chromium-28.0.1500.52:20130624-182611.log.bz2

On my hardened ~amd64 machine with gcc-4.8.1 I see the following test failure for chromium.

[0;32m[ RUN      ] [mCertVerifyProcTest.EVVerification
[20173:20173:0624/225722:2591674974614:ERROR:cert_verify_proc_nss.cc(853)] CERT_PKIXVerifyCert for comodo.com failed err=-8181
net/cert/cert_verify_proc_unittest.cc:122: Failure
Value of: error
  Actual: -201
Expected: OK
Which is: 0
net/cert/cert_verify_proc_unittest.cc:123: Failure
Value of: verify_result.cert_status & CERT_STATUS_IS_EV
  Actual: false
Expected: true
[0;31m[  FAILED  ] [mCertVerifyProcTest.EVVerification (7 ms)
Comment 1 Markus Walter 2013-06-24 21:53:04 UTC
Created attachment 351842 [details]
emerge --info
Comment 2 Mike Gilbert gentoo-dev 2013-07-17 23:02:22 UTC
Pretty sure this has been fixed upstream.

+  17 Jul 2013; Mike Gilbert <floppym@gentoo.org> chromium-28.0.1500.71.ebuild,
+  chromium-28.0.1500.89.ebuild:
+  Skip CertVerifyProcTest.EVVerification, bug 474642.
Comment 3 Markus Walter 2013-07-27 12:39:01 UTC
(In reply to Mike Gilbert from comment #2)
> Pretty sure this has been fixed upstream.

Indeed. :)