]> git.saurik.com Git - wxWidgets.git/commit
Exclude tests relying on last error being set under MinGW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Oct 2010 17:15:24 +0000 (17:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Oct 2010 17:15:24 +0000 (17:15 +0000)
commit3cfa70b71a70d2843949557a898b500fa1217bae
tree75cb89e135bdb654bfc3eb6a92486cc56fc5dc9c
parent9334ad1727a9906a98e7a58f616ef617fd466771
Exclude tests relying on last error being set under MinGW.

The value of the last error seems to change somewhere between our code and
::GetLastError() call, probably in MinGW CRT, so exclude the tests relying on
it being preserved.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/log/logtest.cpp