qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 7f45ebf7fa209a974032a6c695f194d9a20baaef
Author: Stephan Bergmann <sberg...@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();
             }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to