[Libreoffice-commits] core.git: toolkit/qa

Miklos Vajna vmiklos at collabora.co.uk
Mon Dec 21 00:20:28 PST 2015


 toolkit/qa/unoapi/knownissues.xcl |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 20ff8cc5c3534d149b18b9776ab964324e70fdfd
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Mon Dec 21 09:19:40 2015 +0100

    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

diff --git a/toolkit/qa/unoapi/knownissues.xcl b/toolkit/qa/unoapi/knownissues.xcl
index c6a1aa6..7a2f955 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


More information about the Libreoffice-commits mailing list