summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-11-30 15:04:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2022-11-30 16:44:07 +0100
commit12d8dc31b003f6a4d466d3547ab342b85ac84bf0 (patch)
tree9123a4a9640f7b4d3185689b65e2bff1c8ed9823 /qadevOOo
parent6c804273e9e72f5d0a52ea053b878dac11ec90ac (diff)
Add some more failure information
...which will hopefully give more of a clue than when <https://ci.libreoffice.org/job/lo_tb_master_linux_dbg/40847/> recently failed JunitTest_starmath_unoapi with just > checking: [sm.SmEditAccessible::com::sun::star::accessibility::XAccessibleComponent] is iface: [com.sun.star.accessibility.XAccessibleComponent] testcode: [...] > LOG> Execute: getAccessibleAtPoint() > LOG> Checking child with bounds (0,0),(2,18): 41,(Paragraph: 0 ): > LOG> StateType containsPoint SHOWING: true > LOG> finding the point which lies on the component > LOG> Child found at point (1,9) - OK > LOG> The children found is not the same > LOG> Expected: > LOG> Description: Paragraph: 0 sum hat a > LOG> Found: > LOG> Description: Paragraph: 0 sum hat a > LOG> ... FAILED > LOG> No children found at point (-1,-1) - OK > Method getAccessibleAtPoint() finished with state FAILED > LOG> getAccessibleAtPoint(): COMPLETED.FAILED [...] > ***** State for sm.SmEditAccessible::com::sun::star::accessibility::XAccessibleComponent ****** > [sm.SmEditAccessible::com::sun::star::accessibility::XAccessibleComponent::getAccessibleAtPoint()] is testcode: [getAccessibleAtPoint()] - COMPLETED.FAILED > > Whole interface: COMPLETED.FAILED Change-Id: I5015e7a9d94bb838c6331ff9e74a6aec858d148a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143496 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java
index 2bf4caf14bdf..8faccfe447bc 100644
--- a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java
+++ b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java
@@ -337,6 +337,9 @@ public class _XAccessibleComponent extends MultiMethodTest {
if (MightBeCovered) {
log.println("... Child is covered by another - OK");
} else {
+ log.println(
+ "(xAccCh==null: " + (xAccCh == null) + "; expIndex: " + expIndex
+ + "; gotIndex: " + gotIndex + ")");
log.println("... FAILED");
result = false;
}