[Libreoffice-commits] core.git: qadevOOo/tests
Stephan Bergmann
sbergman at redhat.com
Thu Oct 27 09:53:00 UTC 2016
qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 7f45ebf7fa209a974032a6c695f194d9a20baaef
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Oct 27 11:52:30 2016 +0200
Add link to bug describing such a race
Change-Id: Idd3e325c1240905649e04333fadcde9ac4a4ad0f
diff --git a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java
index a91e1d6d..18d2cf1 100644
--- a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java
+++ b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java
@@ -478,6 +478,11 @@ public class _XAccessibleComponent extends MultiMethodTest {
log.println( "potential race bounds " + bounds.Width + "x" + bounds.Height +
" vs. size " + size.Width + "x" + size.Height);
// Possibily we hit a race condition and it re-sized (?) ...
+ // One such race is described in
+ // <https://bugs.documentfoundation.org/show_bug.cgi?id=64587>
+ // "SvpSalInstance::CheckTimeout -> ScTable::SetRowHeightRange
+ // breaks JunitTest_sc_unoapi sc.ScAccessibleCell::com::sun::
+ // star::accessibility::XAccessibleComponent::getSize()".
bounds = oObj.getBounds();
size = oObj.getSize();
}
More information about the Libreoffice-commits
mailing list