[Webkit-unassigned] [Bug 229032] [GTK] Simplify TestWebKitAccessibility

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 13 02:18:39 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=229032

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcrha at redhat.com

--- Comment #7 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Carlos Garcia Campos from comment #4)
> (In reply to Michael Catanzaro from comment #3)
> > Comment on attachment 435414 [details]
> > Patch
> > 
> > View in context:
> > https://bugs.webkit.org/attachment.cgi?id=435414&action=review
> > 
> > Heh, nice!
> > 
> > > Tools/TestWebKitAPI/Tests/WebKitGtk/TestWebKitAccessibility.cpp:41
> > > +        // We can get warnings from atspi when trying to connect to applications.
> > > +        Test::removeLogFatalFlag(G_LOG_LEVEL_WARNING);
> > >          int childCount = atspi_accessible_get_child_count(desktop.get(), nullptr);
> > > +        Test::addLogFatalFlag(G_LOG_LEVEL_WARNING);
> > 
> > What sort of warnings?
> >
> 
> (TestWebKitAccessibility:23612): dbind-WARNING **: 09:35:59.141: AT-SPI:
> Unable to open bus connection: Failed to connect to socket
> /run/user/1001/at-spi2-12MT70/socket: No such file or directory
> 
> > Certainly not failing the test is good to do, but they probably pollute the
> > test log, don't they?
> 
> It happens once, it seems related to a specific app, it also happens when
> starting accerciser.

It turned out to be evolution that is replying to atspi GetApplicationBusAddress message with an invalid address. Any idea Milan?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210813/0663be7d/attachment.htm>


More information about the webkit-unassigned mailing list