What steps will reproduce the problem?
(1) Create/activate a virtualenv
(2) ./net_unittests --gtest_filter=WebSocketEndToEndTest.*
What is the expected result?
Tests run and pass
What happens instead?
Tests crash with an ImportError when testserver.py tries to import base64.
Running python with the -S flag breaks the bootstrapping behaviour of the site.py file in a virtualenv. This can be seen by just running `python -S` in a virtualenv and trying to import base64 (or most other stdlib modules).
Breaking CL: https://codereview.chromium.org/2481823003
Comment 1 by bugdroid1@chromium.org
, Nov 28 2016