wxwidgets/tests/controls
Vadim Zeitlin c41969eff2 Disable wxHyperlinkCtrl colours test under Wine
This doesn't work due to LM_GETITEM not returning the expected result
after changing the state using LM_SETITEM under Wine.

It could be worked around by remembering whether we changed the colours
in our own variable, or maybe just reverted later if Wine fixes this,
but for now disable the test.
2023-05-15 21:50:31 +01:00
..
auitest.cpp Revert to using wxBaseObjectArray for wxAuiToolBarItemArray 2023-05-07 00:52:07 +01:00
bitmapcomboboxtest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
bitmaptogglebuttontest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
bookctrlbasetest.cpp adding an iOS build to travis (#1847) 2020-05-08 08:01:56 +02:00
bookctrlbasetest.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
buttontest.cpp Return empty bitmaps from wxButton if not explicitly set in wxMSW 2021-09-03 21:22:05 +02:00
checkboxtest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
checklistboxtest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
choicebooktest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
choicetest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
comboboxtest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dataviewctrltest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
datepickerctrltest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dialogtest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
frametest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
gaugetest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
gridtest.cpp Stop using Catch::toString() 2022-10-18 18:39:13 +02:00
headerctrltest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
htmllboxtest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
hyperlinkctrltest.cpp Disable wxHyperlinkCtrl colours test under Wine 2023-05-15 21:50:31 +01:00
itemcontainertest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
itemcontainertest.h Document and test wxItemContainer::Delete() selection handling 2018-12-15 23:47:26 +01:00
label.cpp Replace wxScopedPtr with std::unique_ptr in the tests 2023-03-06 23:34:44 +01:00
listbasetest.cpp Enhance ListBaseTestCase::Visible() to test IsVisible() function too 2022-12-05 22:21:28 +01:00
listbasetest.h Improve selection and focus events generation in wxGenericLisCtrl 2020-10-10 19:13:52 +02:00
listbooktest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
listboxtest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
listctrltest.cpp Really test edit events generation in ListCtrlTestCase::EditLabel() 2022-12-06 09:58:38 +01:00
listviewtest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
markuptest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
notebooktest.cpp Replace wxScopedPtr with std::unique_ptr in the tests 2023-03-06 23:34:44 +01:00
ownerdrawncomboboxtest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
pickerbasetest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
pickerbasetest.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
pickertest.cpp Use theme-appropriate default colour in wxFontPickerCtrl 2022-12-25 19:45:53 +00:00
propgridtest.cpp Fix signed/unsigned comparison warnings in wxPropertyGrid tests 2023-02-19 23:47:08 +01:00
radioboxtest.cpp Replace wxScopedPtr with std::unique_ptr in the tests 2023-03-06 23:34:44 +01:00
radiobuttontest.cpp Replace wxScopedPtr with std::unique_ptr in the tests 2023-03-06 23:34:44 +01:00
rearrangelisttest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
richtextctrltest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
searchctrltest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
simplebooktest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
slidertest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
spinctrldbltest.cpp Replace wxScopedPtr with std::unique_ptr in the tests 2023-03-06 23:34:44 +01:00
spinctrltest.cpp Add wxSpinCtrl::SetIncrement() and implement it for all ports 2022-02-04 02:16:06 +01:00
styledtextctrltest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
textctrltest.cpp Remove redundant wxUSE_STD_IOSTREAM test 2023-04-28 15:26:46 +02:00
textentrytest.cpp Replace wxScopedPtr with std::unique_ptr in the tests 2023-03-06 23:34:44 +01:00
textentrytest.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
togglebuttontest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
toolbooktest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
treebooktest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
treectrltest.cpp Fix wxTreeCtrl::ScrollTo() with hidden root item in wxMSW 2023-05-10 19:08:00 +01:00
treelistctrltest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
virtlistctrltest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
webtest.cpp WebView tests: Fix Selection test with WebKit 2.40+ 2023-04-26 10:26:16 -04:00
windowtest.cpp Replace wxScopedPtr with std::unique_ptr in the tests 2023-03-06 23:34:44 +01:00