wxWidgets/tests
Vadim Zeitlin 93a800a95e minor icc warning fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-11-19 09:55:27 +00:00
..
archive minor icc warning fixes 2008-11-19 09:55:27 +00:00
arrays minor icc warning fixes 2008-11-19 09:55:27 +00:00
base64
benchmarks rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
cmdline already escaped backslash shouldn't escape the following quote in ConvertStringToArgs() 2008-07-19 01:53:04 +00:00
config define wxHAS_CONFIG_TEMPLATE_RW if template wxConfig::Read/Write() are available; use it to exclude the calls to these functions from the test to fix VC6 compilation 2008-11-03 13:36:08 +00:00
controls add unit test for wxTextEntry methods of wxComboBox 2008-09-19 10:18:30 +00:00
datetime minor icc warning fixes 2008-11-19 09:55:27 +00:00
events don't sleep too long to avoid missing the timers; added a simple test for timer events processing in console apps 2008-10-27 22:04:42 +00:00
filekind
filename really fix VC6 compilation of all testsi (without breaking VC9) 2008-11-03 00:31:16 +00:00
filesys
fontmap
formatconverter
geometry
hashes
html added a test to check if wxHtmlWindow::SelectionToText() inserts \n characters correctly 2008-10-15 15:55:25 +00:00
image fix a bug in the test which was corrupting 1 byte beyond wxImage buffer 2008-07-23 23:23:23 +00:00
intl
lists fix the bug in insert(end(), value) and added unit test for it 2008-10-14 09:04:52 +00:00
longlong minor icc warning fixes 2008-11-19 09:55:27 +00:00
mbconv minor icc warning fixes 2008-11-19 09:55:27 +00:00
misc compilation fix for PCH-less build 2008-09-22 17:33:41 +00:00
net disable the test under Windows as it hangs and prevents buildbot from working 2008-11-04 12:15:24 +00:00
regex minor icc warning fixes 2008-11-19 09:55:27 +00:00
scopeguard
streams minor icc warning fixes 2008-11-19 09:55:27 +00:00
strings minor icc warning fixes 2008-11-19 09:55:27 +00:00
textfile minor icc warning fixes 2008-11-19 09:55:27 +00:00
thread chanegd wxTlsValue to be pointer-like instead of value-like which doesn't work for UDTs; use __thread keyword with mingw32 >= 4.3 too; use library-based thread-specific variables support in wxString cache now that it is fixed to work there; finally added a unit test for TLS stuff 2008-08-29 23:28:42 +00:00
uris fix parsing of IP literals in URIs, added test for it 2008-09-25 15:27:10 +00:00
vectors fix bug in the test in STL build (where std::vector uses operator=() and not copy ctor to copy objects around, at least with g++) 2008-10-09 09:33:13 +00:00
weakref
window
xlocale use hex escapes instead of 8 bit characaters (#10105) 2008-10-23 13:08:02 +00:00
xml fix C strings comparison in LoadSave() test in STL build 2008-10-10 21:12:51 +00:00
dummy.cpp
makefile.bcc rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
makefile.gcc rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
Makefile.in don't sleep too long to avoid missing the timers; added a simple test for timer events processing in console apps 2008-10-27 22:04:42 +00:00
makefile.vc rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
makefile.wat rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
test_printfbench.dsp rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
test_test_gui.dsp rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
test_test.dsp don't sleep too long to avoid missing the timers; added a simple test for timer events processing in console apps 2008-10-27 22:04:42 +00:00
test_vc7_printfbench.vcproj rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
test_vc7_test_gui.vcproj rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
test_vc7_test.vcproj don't sleep too long to avoid missing the timers; added a simple test for timer events processing in console apps 2008-10-27 22:04:42 +00:00
test_vc8_printfbench.vcproj rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
test_vc8_test_gui.vcproj rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
test_vc8_test.vcproj don't sleep too long to avoid missing the timers; added a simple test for timer events processing in console apps 2008-10-27 22:04:42 +00:00
test_vc9_printfbench.vcproj rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
test_vc9_test_gui.vcproj rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
test_vc9_test.vcproj don't sleep too long to avoid missing the timers; added a simple test for timer events processing in console apps 2008-10-27 22:04:42 +00:00
test_vc9.sln add VC9 project files (closes #9960) 2008-10-08 16:42:00 +00:00
test.bkl don't sleep too long to avoid missing the timers; added a simple test for timer events processing in console apps 2008-10-27 22:04:42 +00:00
test.cpp fix compilation with cppunit 1.9 (which doesn't have stdCOut()) and some harmless warnings (which probably were fixed in newer cppunit version too) 2008-11-18 15:51:09 +00:00
testdata.fc
testprec.h