diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-12-21 09:19:40 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-12-21 09:19:59 +0100 |
commit | 20ff8cc5c3534d149b18b9776ab964324e70fdfd (patch) | |
tree | 946e61578404840737190cf68ee35fa36ee3ebd5 /toolkit | |
parent | 7b02cfef9507dd2f0e9bec61bb5b78b75dc852e9 (diff) |
toolkit: mark AccessibleScrollBar:XAccessibleEventBroadcaster as a known issue
JunitTest_toolkit_unoapi_1 started to fail for me recently in
toolkit.AccessibleScrollBar, though only when ran via 'make check' or
'make toolkit.subsequentcheck', not via 'make
JunitTest_toolkit_unoapi_1' when other junit tests of toolkit are not
running.
Provided that, it's quite hard to debug the exact problem, but it seems
VCLXAccessibleScrollBar doesn't implement XAccessibleEventBroadcaster
itself, but via comphelper::OAccessibleContextHelper, which perhaps
explains why 4 other components have their XAccessibleEventBroadcaster
interface tests disabled already.
In any case, disable the XAccessibleEventBroadcaster test for
AccessibleScrollBar till it's clear if it's the test that is poor or
if there is a real problem here.
Change-Id: I2de618c11e445e4e6111c7ae0d1d8feef11fd9d3
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/qa/unoapi/knownissues.xcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/qa/unoapi/knownissues.xcl b/toolkit/qa/unoapi/knownissues.xcl index c6a1aa6cfd55..7a2f95577f23 100644 --- a/toolkit/qa/unoapi/knownissues.xcl +++ b/toolkit/qa/unoapi/knownissues.xcl @@ -250,6 +250,7 @@ toolkit.AccessibleMenu::com::sun::star::accessibility::XAccessibleSelection ### i114636 ### toolkit.AccessibleScrollBar::com::sun::star::accessibility::XAccessibleAction toolkit.AccessibleScrollBar::com::sun::star::accessibility::XAccessibleContext +toolkit.AccessibleScrollBar::com::sun::star::accessibility::XAccessibleEventBroadcaster ### fd#35666 ### toolkit.UnoControlDialogModel::com::sun::star::io::XPersistObject |