diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-23 12:37:12 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-23 12:37:12 -0500 |
commit | 6144cf99adae5ffebbc549a4e0f3c6e05e51ad16 (patch) | |
tree | 738e3b3a7df3af48c6358e5a1168baa580a4947e /changes/bug29161 | |
parent | 54c9c8b04f6055dc4101b6a36cfb587af78dc9b4 (diff) | |
download | tor-6144cf99adae5ffebbc549a4e0f3c6e05e51ad16.tar.gz tor-6144cf99adae5ffebbc549a4e0f3c6e05e51ad16.zip |
Capture more BUG warnings in util/time test
These are ones that happen on windows only.
Fixes bug 29161.
Diffstat (limited to 'changes/bug29161')
-rw-r--r-- | changes/bug29161 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug29161 b/changes/bug29161 new file mode 100644 index 0000000000..39a638acf6 --- /dev/null +++ b/changes/bug29161 @@ -0,0 +1,3 @@ + o Minor bugfixes (tests): + - Detect and suppress "bug" warnings from the util/time test on Windows. + Fixes bug 29161; bugfix on 0.2.9.3-alpha. |