Merge branch 'maint-0.4.1' into maint-0.4.2

This commit is contained in:
teor
2020-03-20 11:24:51 +10:00
4 changed files with 24 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features (testing):
- The unit tests now support a "TOR_SKIP_TESTCASES" environment variable
to specify a list of space-separated test cases that should not be
executed. We will use this to disable certain tests that are failing on
Appveyor because of mismatched OpenSSL libraries. Part of ticket 33643.
+3
View File
@@ -0,0 +1,3 @@
o Testing (CI):
- On appveyor, skip the crypto/openssl_version test, which is failing
because of a mismatched library installation. Fix for 33643.