wxwidgets/tests/controls
Vadim Zeitlin 261490d5e2 Ignore failures in tests handling mouse clicks under AppVeyor
For some completely mysterious reason we don't get the expected mouse
click events when running under AppVeyor, something might be covering
the window and stealing the clicks for itself there.

As there doesn't seem to be anything to do about it, just skip the test
in this case.

Closes #24082.
2024-01-03 20:21:59 +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 Try changing BitmapToggleButtonTestCase to avoid wxMSW failures 2023-10-01 21:14:00 +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 Add WaitFor() helper and use it in Button::Click unit test 2023-10-01 21:30:00 +02:00
checkboxtest.cpp Fix wxCheckBox::SetValue() when in undetermined state with GTK 2023-11-20 08:50:05 -08: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 Enable some more tests under wxQt 2023-10-31 22:28:34 +01:00
dataviewctrltest.cpp Make sure the window is active after SetFocus() under wxQt 2023-10-31 22:42:27 +01: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 Ignore failures in tests handling mouse clicks under AppVeyor 2024-01-03 20:21:59 +01: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 Make sure the window is active after SetFocus() under wxQt 2023-10-31 22:42:27 +01: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 Fix failures in ListBoxTestCase tests under wxQt 2023-10-31 22:56:30 +01:00
listctrltest.cpp Try to fix unit tests systematically failing under AppVeyor 2023-11-30 16:32:48 +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 Make wxPGPropertyFlags a bitmask 2023-12-25 15:09:50 +01:00
radioboxtest.cpp Enable some more tests under wxQt 2023-10-31 22:28:34 +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 Make wxSearchCtrl inherit from wxTextEntry in all ports 2023-07-20 14:46:41 +02:00
simplebooktest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
slidertest.cpp Make sure the window is active after SetFocus() under wxQt 2023-10-31 22:42:27 +01:00
spinctrldbltest.cpp Fix testing wxSpinCtrl[Double] unsupported features under wxQt 2023-10-15 00:10:02 +01:00
spinctrltest.cpp Fix testing wxSpinCtrl[Double] unsupported features under wxQt 2023-10-15 00:10:02 +01:00
styledtextctrltest.cpp Enable wxStyledTextCtrl unit test in static builds too 2023-07-29 16:01:33 +02:00
textctrltest.cpp Fix or skip other failures in the tests under wxQt 2023-11-01 00:39:19 +01:00
textentrytest.cpp Enable formerly skipped tests under wxQt 2023-10-14 17:58:53 +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 failures in TreeCtrlTestCase tests under wxQt 2023-10-31 22:58:21 +01:00
treelistctrltest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
virtlistctrltest.cpp Fix wxListCtrl test failing under wxQt 2023-10-15 00:10:02 +01:00
webtest.cpp Use WaitFor() and new YieldForAWhile() helpers in the tests 2023-10-02 15:10:36 +02:00
windowtest.cpp Fix windowtest test failing under wxQt 2023-10-15 00:10:02 +01:00