aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-03-19 18:38:18 -0400
committerNick Mathewson <nickm@torproject.org>2020-03-19 18:38:18 -0400
commit42ea03eb7f7e380016ed5440697a81cebe731aa1 (patch)
treeda503ca6c3658e6c98aae7c705436f84b2dac107 /changes
parentcb69a5a1184e1b02523308c6d51b0f8f715f064e (diff)
parentee3d23c05a828dc693ead2dcf083c9091d502425 (diff)
downloadtor-42ea03eb7f7e380016ed5440697a81cebe731aa1.tar.gz
tor-42ea03eb7f7e380016ed5440697a81cebe731aa1.zip
Merge branch 'ticket33643_skip_035' into ticket33643_skip_041
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket336435
-rw-r--r--changes/ticket33643_part23
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.