History log of /openbsd-src/regress/lib/libz/utils_unittest.cc (Results 1 – 5 of 5)
Revision Date Author Comments
# 82ace9f9 29-Aug-2023 yasuoka <yasuoka@openbsd.org>

Have #include <cstdio> when using fprintf(). This is needed if
wchar.h stops including stdio.h. from asou

ok tb


# 6d73ae53 10-Nov-2022 kn <kn@openbsd.org>

Downgrade test to C++98 to fix build on GCC archs

Spotted on sparc64, diff from miod, tb and bluhm agree.


# 66cfc3df 04-Apr-2022 tb <tb@openbsd.org>

Include license rather than referring to it. Text from
https://chromium.googlesource.com/chromium/src/+/refs/heads/main/LICENSE


# 0aae3cc1 29-Mar-2022 tb <tb@openbsd.org>

Add Eric Biggers's reproducer for the memory corruption with
the Z_DEFAULT_STRATEGY.


# 8be069af 29-Mar-2022 bluhm <bluhm@openbsd.org>

Add Google Chromium tests for libz bugs. Write a minimal wrapper
to avoid importing GoogleTest, Google's C++ test framework.