wxWidgets/tests/strings
Vadim Zeitlin 1cf9a80cc1 Don't run printf("%n") tests when _FORTIFY_SOURCE >= 2.
This prevents the test from aborting on Linux distributions which ship with
"fortified" version of gcc, such as recent Ubuntu, Fedora and Gentoo.

Closes #12240.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-07-18 11:52:58 +00:00
..
crt.cpp
iostream.cpp
stdstrings.cpp
strings.cpp fix StringTestCase::FromDouble: newer MSVC versions use three digits for the exponent width 2010-06-02 14:56:58 +00:00
tokenizer.cpp
unichar.cpp
unicode.cpp Remove non-working or semi-working tests added from console.cpp. 2010-05-23 10:53:17 +00:00
vararg.cpp Don't run printf("%n") tests when _FORTIFY_SOURCE >= 2. 2010-07-18 11:52:58 +00:00
vsnprintf.cpp Move some wxPrintf() tests (taken from glibc) to VsnprintfTestCase. Other tests are more difficult to convert in CppUnit style and not worth the effort (since now we don't use wx's own vsnprintf implementation anymore typically). 2010-06-02 14:42:26 +00:00