summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-27 11:52:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-27 11:52:30 +0200
commit7f45ebf7fa209a974032a6c695f194d9a20baaef (patch)
treef0a9d362cd53d2387c20f929e161eb92e1ace94a /qadevOOo
parent97c4f06d097b31e96bd27bb13f1366a02a5c0064 (diff)
Add link to bug describing such a race
Change-Id: Idd3e325c1240905649e04333fadcde9ac4a4ad0f
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java
index a91e1d6d45ce..18d2cf1c65fc 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();
}