Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 385331 - [FEATURES=test] www-client/chromium-14.0.835.163 fails test
Summary: [FEATURES=test] www-client/chromium-14.0.835.163 fails test
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2011-10-02 08:35 UTC by Hans de Graaff
Modified: 2011-10-07 16:38 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hans de Graaff gentoo-dev Security 2011-10-02 08:35:53 UTC
It looks like the test suite checks live websites, which it should not do.


[----------] 20 tests from X509CertificateTest
[ RUN      ] X509CertificateTest.GoogleCertParsing
[       OK ] X509CertificateTest.GoogleCertParsing (1 ms)
[ RUN      ] X509CertificateTest.WebkitCertParsing
[       OK ] X509CertificateTest.WebkitCertParsing (1 ms)
[ RUN      ] X509CertificateTest.ThawteCertParsing
[       OK ] X509CertificateTest.ThawteCertParsing (1 ms)
[ RUN      ] X509CertificateTest.PaypalNullCertParsing
[28116:28116:1002/101653:491721783781:ERROR:x509_certificate_nss.cc(797)] CERT_PKIXVerifyCert for www.paypal.com failed err=-8181
[       OK ] X509CertificateTest.PaypalNullCertParsing (1 ms)
[ RUN      ] X509CertificateTest.UnoSoftCertParsing
[28116:28116:1002/101653:491721785012:ERROR:x509_certificate_nss.cc(797)] CERT_PKIXVerifyCert for www.unosoft.hu failed err=-8181
net/base/x509_certificate_unittest.cc:423: Failure
Value of: error
  Actual: -201
Expected: ERR_CERT_AUTHORITY_INVALID
Which is: -202
net/base/x509_certificate_unittest.cc:424: Failure
Expected: (0) != (verify_result.cert_status & CERT_STATUS_AUTHORITY_INVALID), actual: 0 vs 0
[  FAILED  ] X509CertificateTest.UnoSoftCertParsing (2 ms)
[ RUN      ] X509CertificateTest.SerialNumbers
[       OK ] X509CertificateTest.SerialNumbers (2 ms)
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-10-07 16:38:58 UTC
Fixed in chromium-14.0.835.202 without revbump, >=15.x seems to be not affected.

Thank you for the report.