qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java first calls com.sun.star.accessibility.getBounds and saves the value, and sometime later calls com.sun.star.accessibility.getSize and checks this matches the saved value. This can fail for the sc.ScAccessibleCell case in JunitTest_sc_unoapi like > LOG> bounds 105x17 vs. size 105x16 > Method getSize() finished with state FAILED > LOG> getSize(): PASSED.FAILED [...] > ***** State for sc.ScAccessibleCell::com::sun::star::accessibility::XAccessibleComponent ****** > [sc.ScAccessibleCell::com::sun::star::accessibility::XAccessibleComponent::getSize()] is testcode: [getSize()] - PASSED.FAILED > Whole interface: PASSED.FAILED The reason is that the main thread asynchronously changes row heights via ScTable::SetRowHeightRange after document creation (see below), and if this happens between the above getBounds and getSize calls then the check fails. > #2 0x00002aaac713084b in ScTable::SetRowHeightRange(int, int, unsigned short, double, double) () from core/solver/unxlngx6.pro/installation/opt/program/../program/libsclo.so > #3 0x00002aaac7120d59 in (anonymous namespace)::SetOptimalHeightsToRows((anonymous namespace)::OptimalHeightsFuncObjBase&, ScBitMaskCompressedArray<int, unsigned char>*, int, int, unsigned short, std::vector<unsigned short, std::allocator<unsigned short> > const&, bool) () from core/solver/unxlngx6.pro/installation/opt/program/../program/libsclo.so > #4 0x00002aaac71254db in ScTable::SetOptimalHeight(int, int, unsigned short, OutputDevice*, double, double, Fraction const&, Fraction const&, bool, ScProgress*, unsigned long) () from core/solver/unxlngx6.pro/installation/opt/program/../program/libsclo.so > #5 0x00002aaac706e388 in ScDocument::SetOptimalHeight(int, int, short, unsigned short, OutputDevice*, double, double, Fraction const&, Fraction const&, bool) () from core/solver/unxlngx6.pro/installation/opt/program/../program/libsclo.so > #6 0x00002aaac7699746 in ScViewFunc::AdjustBlockHeight(unsigned char, ScMarkData*) () from core/solver/unxlngx6.pro/installation/opt/program/../program/libsclo.so > #7 0x00002aaac76bab18 in ScViewFunc::UpdateSelectionArea(ScMarkData const&, ScPatternAttr*) () from core/solver/unxlngx6.pro/installation/opt/program/../program/libsclo.so > #8 0x00002aaac75fb3fa in ScFormatShell::ExecuteAttr(SfxRequest&) () from core/solver/unxlngx6.pro/installation/opt/program/../program/libsclo.so > #9 0x00002aaaac2dd724 in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) () from core/solver/unxlngx6.pro/installation/opt/program/libsfxlo.so > #10 0x00002aaaac2d6ec3 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, unsigned char) () from core/solver/unxlngx6.pro/installation/opt/program/libsfxlo.so > #11 0x00002aaaac2d8b59 in SfxDispatcher::_Execute(SfxShell&, SfxSlot const&, SfxRequest&, unsigned short) () from core/solver/unxlngx6.pro/installation/opt/program/libsfxlo.so > #12 0x00002aaaac2d8f28 in SfxDispatcher::Execute(unsigned short, unsigned short, SfxItemSet*, SfxItemSet*, unsigned short) () from core/solver/unxlngx6.pro/installation/opt/program/libsfxlo.so > #13 0x00002aaaac0df137 in SfxDispatchController_Impl::dispatch(com::sun::star::util::URL const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchResultListener> const&) () from core/solver/unxlngx6.pro/installation/opt/program/libsfxlo.so > #14 0x00002aaaac0df994 in SfxOfficeDispatch::dispatch(com::sun::star::util::URL const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) () from core/solver/unxlngx6.pro/installation/opt/program/libsfxlo.so > #15 0x00002aaaac288180 in SfxToolBoxControl::Dispatch(com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>&) () from core/solver/unxlngx6.pro/installation/opt/program/libsfxlo.so > #16 0x00002aaad90678d4 in SvxFontNameBox_Impl::UserDraw(UserDrawEvent const&) () from core/solver/unxlngx6.pro/installation/opt/program/../program/libsvxcorelo.so > #17 0x00002aaaade4ffed in ComboBox::LinkStubImplUserDrawHdl(void*, void*) () from core/solver/unxlngx6.pro/installation/opt/program/libvcllo.so > #18 0x00002aaaade7b493 in ImplListBoxWindow::ImplPaint(unsigned short, unsigned char, bool) () from core/solver/unxlngx6.pro/installation/opt/program/libvcllo.so > #19 0x00002aaaade7baac in ImplListBoxWindow::SelectEntry(unsigned short, unsigned char) () from core/solver/unxlngx6.pro/installation/opt/program/libvcllo.so > #20 0x00002aaaade53761 in ComboBox::ImplUpdateFloatSelection() () from core/solver/unxlngx6.pro/installation/opt/program/libvcllo.so > #21 0x00002aaaaca8dd14 in FontNameBox::Fill(FontList const*) () from core/solver/unxlngx6.pro/installation/opt/program/libsvtlo.so > #22 0x00002aaad906b45a in lcl_GetDocFontList(FontList const**, SvxFontNameBox_Impl*) () from core/solver/unxlngx6.pro/installation/opt/program/../program/libsvxcorelo.so > #23 0x00002aaad906b5aa in SvxFontNameBox_Impl::CheckAndMarkUnknownFont(VclWindowEvent*) () from core/solver/unxlngx6.pro/installation/opt/program/../program/libsvxcorelo.so > #24 0x00002aaaade3e347 in VclEventListeners::Call(VclSimpleEvent*) const () from core/solver/unxlngx6.pro/installation/opt/program/libvcllo.so > #25 0x00002aaaae0f8ac0 in Window::CallEventListeners(unsigned long, void*) () from core/solver/unxlngx6.pro/installation/opt/program/libvcllo.so > #26 0x00002aaaade61876 in Edit::ImplSetText(rtl::OUString const&, Selection const*) () from core/solver/unxlngx6.pro/installation/opt/program/libvcllo.so > #27 0x00002aaaade61971 in Edit::SetText(rtl::OUString const&) () from core/solver/unxlngx6.pro/installation/opt/program/libvcllo.so > #28 0x00002aaaade6194c in Edit::SetText(rtl::OUString const&) () from core/solver/unxlngx6.pro/installation/opt/program/libvcllo.so > #29 0x00002aaaade53a8b in ComboBox::SetText(rtl::OUString const&) () from core/solver/unxlngx6.pro/installation/opt/program/libvcllo.so > #30 0x00002aaad90619e7 in SvxFontNameBox_Impl::Update(SvxFontItem const*) () from core/solver/unxlngx6.pro/installation/opt/program/../program/libsvxcorelo.so > #31 0x00002aaad9061bb5 in SvxFontNameToolBoxControl::StateChanged(unsigned short, unsigned short, SfxPoolItem const*) () from core/solver/unxlngx6.pro/installation/opt/program/../program/libsvxcorelo.so > #32 0x00002aaaac285dca in SfxToolBoxControl::statusChanged(com::sun::star::frame::FeatureStateEvent const&) () from core/solver/unxlngx6.pro/installation/opt/program/libsfxlo.so > #33 0x00002aaaac0db6bb in SfxDispatchController_Impl::addStatusListener(com::sun::star::uno::Reference<com::sun::star::frame::XStatusListener> const&, com::sun::star::util::URL const&) () from core/solver/unxlngx6.pro/installation/opt/program/libsfxlo.so > #34 0x00002aaaac0e0003 in SfxOfficeDispatch::addStatusListener(com::sun::star::uno::Reference<com::sun::star::frame::XStatusListener> const&, com::sun::star::util::URL const&) () from core/solver/unxlngx6.pro/installation/opt/program/libsfxlo.so > #35 0x00002aaaacbc995e in svt::ToolboxController::bindListener() () from core/solver/unxlngx6.pro/installation/opt/program/libsvtlo.so > #36 0x00002aaac4d002ff in framework::ToolBarManager::UpdateControllers() () from core/solver/unxlngx6.pro/installation/opt/program/../program/libfwklo.so > #37 0x00002aaac4d006ee in framework::ToolBarManager::AsyncUpdateControllersHdl(void*) () from core/solver/unxlngx6.pro/installation/opt/program/../program/libfwklo.so > #38 0x00002aaaade3c630 in Timer::ImplTimerCallbackProc() () from core/solver/unxlngx6.pro/installation/opt/program/libvcllo.so > #39 0x00002aaaba8b7f77 in SvpSalInstance::CheckTimeout(bool) () from core/solver/unxlngx6.pro/installation/opt/program/libvclplug_svplo.so > #40 0x00002aaaba8b8287 in SvpSalInstance::Yield(bool, bool) () from core/solver/unxlngx6.pro/installation/opt/program/libvclplug_svplo.so > #41 0x00002aaaade33e94 in Application::Yield(bool) () from core/solver/unxlngx6.pro/installation/opt/program/libvcllo.so > #42 0x00002aaaade33f37 in Application::Execute() () from core/solver/unxlngx6.pro/installation/opt/program/libvcllo.so > #43 0x00002aaaaad258d5 in desktop::Desktop::Main() () from core/solver/unxlngx6.pro/installation/opt/program/libsofficeapp.so > #44 0x00002aaaade3bb21 in ImplSVMain() () from core/solver/unxlngx6.pro/installation/opt/program/libvcllo.so > #45 0x00002aaaade3bb55 in SVMain() () from core/solver/unxlngx6.pro/installation/opt/program/libvcllo.so > #46 0x00002aaaaad57165 in soffice_main () from core/solver/unxlngx6.pro/installation/opt/program/libsofficeapp.so > #47 0x000000000040073b in main ()
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present on a currently supported version of LibreOffice (4.4.1.2 or later): https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) Thank you for your help! -- The LibreOffice QA Team This NEW Message was generated on: 2015-03-03
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present on a currently supported version of LibreOffice (5.0.5 or 5.1.2 https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System Please DO NOT - Update the version field - Reply via email (please reply directly on the bug tracker) - Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not present in 3.3 - add "regression" to keyword Feel free to come ask questions or to say hello in our QA chat: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for your help! -- The LibreOffice QA Team This NEW Message was generated on: 2016-04-16
The immediate test failure has later been removed by turning the failure into a warning with <https://cgit.freedesktop.org/libreoffice/core/commit/?id=a9cf50c24dd10a20e1288828e2a59c193bb582cb> "junit: make tests robust by compensating for intermittent sizing race." (And I don't know whether the described race has an impact on real code besides that test code, nor whether the described race still exists in the current Calc code.) Resolving as WORKSFORME for now.