aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-10-06 15:32:44 +1100
committerNick Mathewson <nickm@torproject.org>2015-10-07 15:20:31 -0400
commitc464a367728dcd123b9ad9bd0cf6a4a3e4397310 (patch)
tree1e0b47f9d6d912d72be3850b05db2574bd594d5f /changes
parent1eb838b30361b0dcc1e2b82815be25391d5a15f1 (diff)
downloadtor-c464a367728dcd123b9ad9bd0cf6a4a3e4397310.tar.gz
tor-c464a367728dcd123b9ad9bd0cf6a4a3e4397310.zip
Make get_ifaddrs tests more tolerant of unusual network configs
* Don't assume that every test box has an IPv4 address * Don't assume that every test box has a non-local address Resolves issue #17255 released in unit tests in 0.2.7.3-rc.
Diffstat (limited to 'changes')
-rw-r--r--changes/ifaddrs-tests-network-configs7
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ifaddrs-tests-network-configs b/changes/ifaddrs-tests-network-configs
new file mode 100644
index 0000000000..f7f3d3edd0
--- /dev/null
+++ b/changes/ifaddrs-tests-network-configs
@@ -0,0 +1,7 @@
+ o Minor fixes (unit tests, networking):
+ - Make get_ifaddrs_* unit tests more tolerant of different network
+ configurations:
+ - Don't assume every test box has an IPv4 address.
+ - Don't assume every test box has a non-localhost address.
+ - Closes ticket #17255. Patch by "teor".
+ Fix for unit tests released in 0.2.7.3.