wxWidgets/tests
Vadim Zeitlin 1422312707 Try using wxString::ToCDouble() instead of ToDouble() in wxAny case.
Apparently enabling the call to ToDouble() in the test is enough to corrupt
the heap in wxOSX PPC build. No idea how can this be possible but try to check
if using ToCDouble() helps...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-05-17 11:53:46 +00:00
..
any Try using wxString::ToCDouble() instead of ToDouble() in wxAny case. 2013-05-17 11:53:46 +00:00
archive Check the return value of system() and pipe() in the test suite. 2012-10-20 14:49:13 +00:00
arrays
base64
benchmarks Fix printf format specifier in graphics benchmark. 2013-02-05 20:47:12 +00:00
cmdline
config
controls Fix typo in a closing "#endif" comment in the test. 2013-05-15 13:05:36 +00:00
datetime Restore ability to parse hours only with wxDateTime::ParseTime(). 2013-05-15 13:05:49 +00:00
events Use wxWindow::Refresh() instead of artificial wxPaintEvent in the test. 2013-05-05 00:00:01 +00:00
exec
file Add test for correct short/long file names in wxDir. 2013-04-22 00:32:55 +00:00
filekind Check the return value of system() and pipe() in the test suite. 2012-10-20 14:49:13 +00:00
filename Fix filename test compilation with VC6. 2012-11-10 12:21:46 +00:00
filesys
font Fix wxFont test compilation after wxFont(int flags) ctor removal. 2013-04-30 11:13:21 +00:00
fontmap
formatconverter
fswatcher Add wxFSW_EVENT_ATTRIB wxFileSystemWatcher flag. 2012-11-17 23:56:00 +00:00
geometry Add a simple unit test for wxRegion::Intersect(). 2012-10-23 12:03:09 +00:00
graphics Replace a template function with template class to fix VC6 build. 2012-11-12 15:50:13 +00:00
hashes
html Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
image
interactive
intl
lists
log
longlong
mbconv
menu Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
misc PCH-less build fix for DynamicLibraryTestCase. 2012-10-24 23:41:04 +00:00
net
regex
scopeguard
sizers
streams Add IEEE 754 single/double precision support to wxDataStream classes. 2013-05-06 00:31:03 +00:00
strings
textfile
thread Rename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX. 2013-01-20 02:10:07 +00:00
toplevel
uris
validators
vectors
weakref
window
xlocale
xml Fix memory leak in wxXmlNode::operator=(). 2013-05-15 20:01:58 +00:00
asserthelper.cpp
asserthelper.h
descrip.mms
dummy.cpp
horse.ani
horse.bmp
horse.cur
horse.gif
horse.ico
horse.jpg
horse.pcx
horse.png
horse.pnm
horse.tga
horse.tif
horse.xpm
makefile.bcc Fix wxSearchCtrl::HasFocus() in the generic version. 2013-01-20 02:09:44 +00:00
makefile.gcc Fix wxSearchCtrl::HasFocus() in the generic version. 2013-01-20 02:09:44 +00:00
Makefile.in Fix wxSearchCtrl::HasFocus() in the generic version. 2013-01-20 02:09:44 +00:00
makefile.vc Fix wxSearchCtrl::HasFocus() in the generic version. 2013-01-20 02:09:44 +00:00
makefile.wat Fix wxSearchCtrl::HasFocus() in the generic version. 2013-01-20 02:09:44 +00:00
runtests.bat Add more echo trace statements to runtests.bat script. 2013-05-14 11:07:12 +00:00
test_printfbench.dsp
test_test_gui.dsp Don't include wxUniversal configurations in MSVC project files. 2013-01-21 16:37:01 +00:00
test_test.dsp Don't include wxUniversal configurations in MSVC project files. 2013-01-21 16:37:01 +00:00
test_vc7_printfbench.vcproj
test_vc7_test_gui.vcproj Don't include wxUniversal configurations in MSVC project files. 2013-01-21 16:37:01 +00:00
test_vc7_test.vcproj Don't include wxUniversal configurations in MSVC project files. 2013-01-21 16:37:01 +00:00
test_vc8_printfbench.vcproj
test_vc8_test_gui.vcproj Don't include wxUniversal configurations in MSVC project files. 2013-01-21 16:37:01 +00:00
test_vc8_test.vcproj Don't include wxUniversal configurations in MSVC project files. 2013-01-21 16:37:01 +00:00
test_vc9_printfbench.vcproj
test_vc9_test_gui.vcproj Don't include wxUniversal configurations in MSVC project files. 2013-01-21 16:37:01 +00:00
test_vc9_test.vcproj Don't include wxUniversal configurations in MSVC project files. 2013-01-21 16:37:01 +00:00
test.bkl Fix wxSearchCtrl::HasFocus() in the generic version. 2013-01-20 02:09:44 +00:00
test.cpp Recognize "sandbox" user as indicating automatic testing. 2013-05-12 19:19:43 +00:00
testableframe.cpp
testableframe.h
testdata.fc
testdate.h Add wxDateTime::DiffAsDateSpan(). 2012-10-01 09:55:05 +00:00
testfile.h
testimage.h
testprec.h