Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[GTK] run-gtk-tests should use the driver environment for checking th…
…e accessibility bus https://bugs.webkit.org/show_bug.cgi?id=161149 Reviewed by Carlos Garcia Campos. Add a new function for waiting for the accesibility bus. It sets the test environment variables before starting the GLib mainloop. And restores the previous environment after it has finished. It also adds a timeout (5 seconds) to abort in case it has not been able to detect the accesibility bus before the timeout expires. * Scripts/run-gtk-tests: (TestRunner): (TestRunner._wait_for_accessibility_bus): (TestRunner._wait_for_accessibility_bus.timeout_accessibility_bus): (TestRunner._start_accessibility_daemons): (TestRunner._get_tests_from_google_test_suite): Run this command also with the driver test environment. Canonical link: https://commits.webkit.org/179394@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@205017 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
48 additions
and 7 deletions.
- +20 −0 Tools/ChangeLog
- +28 −7 Tools/Scripts/run-gtk-tests
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters