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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 12 06:48:33 PDT 2021


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

--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(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.

-- 
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/20210812/430cfd72/attachment.htm>


More information about the webkit-unassigned mailing list