[issue29536] test_hashlib failure on Ubuntu 16.04

2017-02-15 Thread Christian Heimes
Christian Heimes added the comment: Yeah, somehow you ended up with a broken vector file. Your file contains HTTP with JavaScript redirect. Did you attempt to download test data from a hotel or airport wifi? You can safely remove Lib/test/data and start over. -- nosy: +christian.heime

[issue29536] test_hashlib failure on Ubuntu 16.04

2017-02-15 Thread Sachin Kumar
Sachin Kumar added the comment: @Xiang I tried that command earlier but that returned around 8 failed test cases. I think it is due to a fault with my connection. Although I can replicate this error every time. I've tried over 5 times already. @Martin I compared the data. My file has been att

[issue29536] test_hashlib failure on Ubuntu 16.04

2017-02-15 Thread Martin Panter
Martin Panter added the comment: Looks like the tests should run if the data is already downloaded. First run needs -u urlfetch. My guess is your data is somehow corrupted. Check out your copy of the files in Lib/test/data/, compare them to e.g. .

[issue29536] test_hashlib failure on Ubuntu 16.04

2017-02-14 Thread Xiang Zhang
Xiang Zhang added the comment: I am using 16.10 but I can't reproduce the failures. Sachin can you reliably reproduce the failures? And one thing interesting is that all the failed test cases need the network source to be enabled but your command doesn't do that, it's better to use ./python -m

[issue29536] test_hashlib failure on Ubuntu 16.04

2017-02-11 Thread Sachin Kumar
New submission from Sachin Kumar: When executing ./python -m test -v test_hashlib on Python 3.7, the test fails. This is the complete traceback: CPython 3.7.0a0 (default, Feb 8 2017, 03:10:42) [GCC 5.4.0 20160609] == Linux-4.4.0-62-generic-x86_64-with-debian-stretch-sid little-endian == ha