diff options
author | teor <teor@torproject.org> | 2020-03-20 11:25:04 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-03-20 11:25:04 +1000 |
commit | 4bb06cae26f060499168c7f94bc546ed2138945c (patch) | |
tree | e15663e1c1f37dcc26a08da55c2553587e1266a9 /changes | |
parent | 52b4b7e49209ba37771e3987a11c1be77f963588 (diff) | |
parent | eb2d08a72c165ee941607c1b2cc591fb4b5e631b (diff) | |
download | tor-4bb06cae26f060499168c7f94bc546ed2138945c.tar.gz tor-4bb06cae26f060499168c7f94bc546ed2138945c.zip |
Merge branch 'maint-0.4.3'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket33643 | 5 | ||||
-rw-r--r-- | changes/ticket33643_part2 | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/changes/ticket33643 b/changes/ticket33643 new file mode 100644 index 0000000000..7fddab74eb --- /dev/null +++ b/changes/ticket33643 @@ -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. diff --git a/changes/ticket33643_part2 b/changes/ticket33643_part2 new file mode 100644 index 0000000000..28193d2af5 --- /dev/null +++ b/changes/ticket33643_part2 @@ -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. |