diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-03-06 16:41:25 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-03-06 18:37:27 +0100 |
commit | 94de7c0be2739de7fdaf11e9e55a1cc7083992f0 (patch) | |
tree | cff35d14098c08ed122d833c10e7bcc9d850c2c6 /cui | |
parent | 7f2dd5bfb31bdfecce424e5a36cc41650c8811a3 (diff) |
Blacklist some dialogs which won't get properly initialized
...so that at least Clang -fsanitize=implicit-signed-integer-truncation would
generate warnings for them
Change-Id: I76fd0aaa8e61784053e2b367b302fdd68c3859b4
Reviewed-on: https://gerrit.libreoffice.org/68815
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/qa/unit/data/cui-dialogs-test.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/cui/qa/unit/data/cui-dialogs-test.txt b/cui/qa/unit/data/cui-dialogs-test.txt index 64d4f2913bd3..8bab3ce88f5f 100644 --- a/cui/qa/unit/data/cui-dialogs-test.txt +++ b/cui/qa/unit/data/cui-dialogs-test.txt @@ -35,6 +35,13 @@ # test case since they need some document and model data to work # # cui/ui/bitmaptabpage.ui +# cui/ui/connpooloptions.ui <- not calling DriverListControl::Init for +# ConnectionPoolOptionsPage::m_pDriverList leaves its BrowseBox::mvCols empty, causing "implicit +# conversion from type 'int' of value -1 (32-bit, signed) to type 'sal_uInt16' (aka 'unsigned +# short') changed the value to 65535 (16-bit, unsigned)" when calling +# GetColumnId( static_cast<sal_uInt16>(mvCols.size()) - 1 ); +# in BrowseBox::AutoSizeLastColumn (svtools/source/brwbox/brwbox1.cxx) with Clang +# -fsanitize=implicit-signed-integer-truncation # cui/ui/thesaurus.ui <- problems under Linux # this is part 1. in order to help the build time when building all @@ -76,7 +83,6 @@ cui/ui/colorpage.ui cui/ui/colorpickerdialog.ui cui/ui/comment.ui cui/ui/connectortabpage.ui -cui/ui/connpooloptions.ui cui/ui/croppage.ui cui/ui/cuiimapdlg.ui cui/ui/customizedialog.ui |