From 7f45ebf7fa209a974032a6c695f194d9a20baaef Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 27 Oct 2016 11:52:30 +0200 Subject: Add link to bug describing such a race Change-Id: Idd3e325c1240905649e04333fadcde9ac4a4ad0f --- qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qadevOOo') 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 + // + // "SvpSalInstance::CheckTimeout -> ScTable::SetRowHeightRange + // breaks JunitTest_sc_unoapi sc.ScAccessibleCell::com::sun:: + // star::accessibility::XAccessibleComponent::getSize()". bounds = oObj.getBounds(); size = oObj.getSize(); } -- cgit