Issue 111113 - toolkit.AccessibleStatusBarItem unoapi failure
Summary: toolkit.AccessibleStatusBarItem unoapi failure
Status: CONFIRMED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: DEV300m77
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 3.x
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-23 15:43 UTC by Stephan Bergmann
Modified: 2013-07-30 02:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Stephan Bergmann 2010-04-23 15:43:27 UTC
At least on DEV300_m77-based CWS sb120 (mainly making changes to the testing
framework), executing the toolkit/qa/unoapi tests at least under unxsoli4
non-pro once failed with

22: checking:
[toolkit.AccessibleStatusBarItem::com::sun::star::accessibility::XAccessibleComponent]
is iface: [com.sun.star.accessibility.XAccessibleComponent] testcode:
[ifc.accessibility._XAccessibleComponent]
22: LOG> Execute: containsPoint()
22: LOG> starting required method: getBounds()
22: LOG> Execute: getBounds()
22: LOG> Bounds = (393,2),(23,20)
22: Method getBounds() finished with state OK
22: LOG> getBounds(): PASSED.OK
22: 
22: LOG> Upper bound of box containsPoint point (0,0) - OK
22: LOG> Lower bound of box containsPoint point (0,19) - OK
22: LOG> Left bound of box containsPoint point (0,0) - OK
22: LOG> Right bound of box containsPoint point (22,0) - OK
22: LOG> Outer upper and lower bounds contain no component points - OK
22: LOG> Outer left and right bounds contain no component points - OK
22: Method containsPoint() finished with state OK
22: LOG> containsPoint(): PASSED.OK
22: 
22: LOG> Execute: getAccessibleAtPoint()
22: LOG> There are no children supporting XAccessibleComponent
22: Method getAccessibleAtPoint() finished with state OK
22: LOG> getAccessibleAtPoint(): PASSED.OK
22: 
22: LOG> Execute: getLocation()
22: LOG> starting required method: getBounds()
22: Method getLocation() finished with state FAILED
22: LOG> getLocation(): PASSED.FAILED
22: 
22: LOG> Execute: getLocationOnScreen()
22: LOG> starting required method: getBounds()
22: LOG> Location is (526,698)
22: LOG> Parent location is (112,696)
22: Method getLocationOnScreen() finished with state FAILED
22: LOG> getLocationOnScreen(): PASSED.FAILED
22: 
22: LOG> Execute: getSize()
22: LOG> starting required method: getBounds()
22: Method getSize() finished with state OK
22: LOG> getSize(): PASSED.OK
22: 
22: LOG> Execute: grabFocus()
22: Method grabFocus() finished with state OK
22: LOG> grabFocus(): PASSED.OK
22: 
22: LOG> Execute: getForeground()
22: LOG> getForeground(): -1
22: Method getForeground() finished with state OK
22: LOG> getForeground(): PASSED.OK
22: 
22: LOG> Execute: getBackground()
22: LOG> getBackground(): 14473941
22: Method getBackground() finished with state OK
22: LOG> getBackground(): PASSED.OK
22: ***** State for
toolkit.AccessibleStatusBarItem::com::sun::star::accessibility::XAccessibleComponent
******
22:
[toolkit.AccessibleStatusBarItem::com::sun::star::accessibility::XAccessibleComponent::getLocation()]
is testcode: [getLocation()] - PASSED.FAILED
22:
[toolkit.AccessibleStatusBarItem::com::sun::star::accessibility::XAccessibleComponent::getLocationOnScreen()]
is testcode: [getLocationOnScreen()] - PASSED.FAILED
22: 
22: Whole interface: PASSED.FAILED

and

22: checking:
[toolkit.AccessibleStatusBarItem::com::sun::star::accessibility::XAccessibleContext]
is iface: [com.sun.star.accessibility.XAccessibleContext] testcode:
[ifc.accessibility._XAccessibleContext]
22: LOG> Execute: getAccessibleChildCount()
22: LOG> 0 children found.
22: Method getAccessibleChildCount() finished with state OK
22: LOG> getAccessibleChildCount(): PASSED.OK
22: 
22: LOG> Execute: getAccessibleChild()
22: LOG> starting required method: getAccessibleChildCount()
22: LOG> testing 'getAccessibleChild()'...
22: Method getAccessibleChild() finished with state OK
22: LOG> getAccessibleChild(): PASSED.OK
22: 
22: LOG> Execute: getAccessibleParent()
22: Method getAccessibleParent() finished with state OK
22: LOG> getAccessibleParent(): PASSED.OK
22: 
22: LOG> Execute: getAccessibleIndexInParent()
22: LOG> starting required method: getAccessibleParent()
22: Method getAccessibleIndexInParent() finished with state OK
22: LOG> getAccessibleIndexInParent(): PASSED.OK
22: 
22: LOG> Execute: getAccessibleRole()
22: LOG> The role is 30
22: Method getAccessibleRole() finished with state OK
22: LOG> getAccessibleRole(): PASSED.OK
22: 
22: LOG> Execute: getAccessibleDescription()
22: LOG> The description is 'Adds and removes digital signatures to and from
your document. You can also use the dialog to view certificates.'
22: Method getAccessibleDescription() finished with state OK
22: LOG> getAccessibleDescription(): PASSED.OK
22: 
22: LOG> Execute: getAccessibleName()
22: LOG> The name is 'Digital Signatures'
22: Method getAccessibleName() finished with state OK
22: LOG> getAccessibleName(): PASSED.OK
22: 
22: LOG> Execute: getAccessibleRelationSet()
22: Method getAccessibleRelationSet() finished with state OK
22: LOG> getAccessibleRelationSet(): PASSED.OK
22: 
22: LOG> Execute: getAccessibleStateSet()
22: Method getAccessibleStateSet() finished with state OK
22: LOG> getAccessibleStateSet(): PASSED.OK
22: 
22: LOG> Execute: getLocale()
22: LOG> The locale is en,US
22: Method getLocale() finished with state OK
22: LOG> getLocale(): PASSED.OK
22: ***** State for
toolkit.AccessibleStatusBarItem::com::sun::star::accessibility::XAccessibleContext
******
22:
*********************************************************************************************************
22: LOG> disposing xTextDoc
22: ***** State for toolkit.AccessibleStatusBarItem ******
22:
[toolkit.AccessibleStatusBarItem::com::sun::star::accessibility::XAccessibleComponent]
is testcode: [ifc.accessibility._XAccessibleComponent] - PASSED.FAILED
22: 
22: Whole component: PASSED.FAILED
Comment 1 Stephan Bergmann 2010-04-23 15:48:12 UTC
worked around for now by disabling the affected tests in
toolkit/qa/unoapi/knownissues.xcl, see
<http://hg.services.openoffice.org/cws/sb120/rev/0cb35396d470>; please revert
when fixing this issue
Comment 2 philipp.lohmann 2010-06-04 13:51:05 UTC
target
Comment 3 philipp.lohmann 2010-07-26 15:50:40 UTC
not reproducible, instead I got many instances as described in issue 113433 instead.

retargeting
Comment 4 philipp.lohmann 2010-07-28 13:06:44 UTC
also after avoiding the SNAFU issue 113433 not reproducible, the accessible
statusbar item test passes.
Comment 5 Rob Weir 2013-07-30 02:24:30 UTC
Reset assignee on issues not touched by assignee in more than 2000 days.