Remove reference to no longer existing tests
ClippingBoxTestCase::wxClientDC doesn't exist anymore.
This commit is contained in:
parent
eb630a0781
commit
21ee9983a2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci_mac.yml
vendored
2
.github/workflows/ci_mac.yml
vendored
|
|
@ -228,7 +228,7 @@ jobs:
|
||||||
# used by std::vector<>::insert().
|
# used by std::vector<>::insert().
|
||||||
export ASAN_OPTIONS='fast_unwind_on_malloc=0 detect_container_overflow=0'
|
export ASAN_OPTIONS='fast_unwind_on_malloc=0 detect_container_overflow=0'
|
||||||
# Exclude tests that are currently known to fail
|
# Exclude tests that are currently known to fail
|
||||||
wx_tests_selection='~[.] ~[valnum] ~wxPersistTLW ~wxPersistDVC ~wxTopLevel::Show ~wxFont::Weight ~wxFont::NativeFontInfo ~WebView ~RadioButton::Single ~RadioButton::Focus ~wxHtmlPrintout::Pagination ~wxTextCtrl::GetBestSize ~TextCtrlTestCase ~ClippingBoxTestCase::wxClientDC ~wxExecute::RedirectUTF8 ~Ellipsization::NormalCase ~SpinCtrl::* ~SpinCtrlDouble::* ~NotebookTestCase ~SettingsTestCase ~Window::Show ~ModalDialogsTestCase ~Button::Click ~Button::Disabled ~wxDVC::GetItemRect ~wxDVC::AppendTextColumn ~Grid::KeyboardSelection ~Grid::CellClick ~Grid::ReorderedColumnsCellClick ~Grid::CellSelect ~wxStyledTextCtrl::AutoComp ~EvtLoopTestCase ~EventPropagationTestCase'
|
wx_tests_selection='~[.] ~[valnum] ~wxPersistTLW ~wxPersistDVC ~wxTopLevel::Show ~wxFont::Weight ~wxFont::NativeFontInfo ~WebView ~RadioButton::Single ~RadioButton::Focus ~wxHtmlPrintout::Pagination ~wxTextCtrl::GetBestSize ~TextCtrlTestCase ~wxExecute::RedirectUTF8 ~Ellipsization::NormalCase ~SpinCtrl::* ~SpinCtrlDouble::* ~NotebookTestCase ~SettingsTestCase ~Window::Show ~ModalDialogsTestCase ~Button::Click ~Button::Disabled ~wxDVC::GetItemRect ~wxDVC::AppendTextColumn ~Grid::KeyboardSelection ~Grid::CellClick ~Grid::ReorderedColumnsCellClick ~Grid::CellSelect ~wxStyledTextCtrl::AutoComp ~EvtLoopTestCase ~EventPropagationTestCase'
|
||||||
./test_gui $wx_tests_selection
|
./test_gui $wx_tests_selection
|
||||||
|
|
||||||
- name: Building samples
|
- name: Building samples
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue