From 20ff8cc5c3534d149b18b9776ab964324e70fdfd Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 21 Dec 2015 09:19:40 +0100 Subject: 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 --- toolkit/qa/unoapi/knownissues.xcl | 1 + 1 file changed, 1 insertion(+) (limited to 'toolkit') 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 -- cgit