Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 361939 - www-client/chromium: SSL/HTTPS net_unittests failures
Summary: www-client/chromium: SSL/HTTPS net_unittests failures
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: 2011-04-04 17:58 UTC by Paweł Hajdan, Jr. (RETIRED)
Modified: 2011-04-09 20:24 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 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-04-04 17:58:00 UTC
An example (there are more):

[ RUN      ] URLRequestTestHTTP.HTTPSToHTTPRedirectNoRefererTest
Traceback (most recent call last):
  File "/var/tmp/portage/www-client/chromium-12.0.712.0/work/chromium-12.0.712.0/net/tools/testserver/testserver.py", line 1465, in <module>
    sys.exit(main(options, args))
  File "/var/tmp/portage/www-client/chromium-12.0.712.0/work/chromium-12.0.712.0/net/tools/testserver/testserver.py", line 1342, in main
    options.ssl_bulk_cipher)
  File "/var/tmp/portage/www-client/chromium-12.0.712.0/work/chromium-12.0.712.0/net/tools/testserver/testserver.py", line 82, in __init__
    self.private_key = tlslite.api.parsePEMKey(s, private=True)
  File "/var/tmp/portage/www-client/chromium-12.0.712.0/work/chromium-12.0.712.0/third_party/tlslite/tlslite/utils/keyfactory.py", line 146, in parsePEMKey
    key = OpenSSL_RSAKey.parse(s, passwordCallback)
  File "/var/tmp/portage/www-client/chromium-12.0.712.0/work/chromium-12.0.712.0/third_party/tlslite/tlslite/utils/OpenSSL_RSAKey.py", line 141, in parse
    raise SyntaxError()
SyntaxError: None
[28665:28665:0404/184910:371811130277:ERROR:test_server_posix.cc(146)] Could not read server_data_len
net/url_request/url_request_unittest.cc:337: Failure
Value of: https_test_server.Start()
  Actual: false
Expected: true
[  FAILED  ] URLRequestTestHTTP.HTTPSToHTTPRedirectNoRefererTest (1357 ms)

This happens both with system and bundled tlslite.
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-04-09 20:24:00 UTC
Should be fixed now.