Package: libgtest-dev
Version: 1.7.0-3
Severity: normal

Dear Maintainer,

Death tests (e.g. GTEST_HAS_DEATH_TEST) seem to be not provided on
kfreebsd-* architectures [1].

Looking at the source code [2], seems like it could be supported but a
FreeBSD-specific OS define is missing. Please add if possible.

Thanks for considering and thanks for maintaining GTest!

[1]
https://buildd.debian.org/status/fetch.php?pkg=cppformat&arch=kfreebsd-amd64&ver=1.1.0%2Bds-1&stamp=1434646285

[2] /usr/include/gtest/internal/gtest-port.h:641:
  | // Determines whether to support death tests.
  | // Google Test does not support death tests for VC 7.1 and earlier as
  | // abort() in a VC 7.1 application compiled as GUI in debug config
  | // pops up a dialog window that cannot be suppressed programmatically.
  | #if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \
  |      (GTEST_OS_MAC && !GTEST_OS_IOS) || GTEST_OS_IOS_SIMULATOR || \
  |      (GTEST_OS_WINDOWS_DESKTOP && _MSC_VER >= 1400) || \
  |      GTEST_OS_WINDOWS_MINGW || GTEST_OS_AIX || GTEST_OS_HPUX || \
  |      GTEST_OS_OPENBSD || GTEST_OS_QNX)
  | # define GTEST_HAS_DEATH_TEST 1
  | # include <vector>  // NOLINT
  | #endif



-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to