Matthias Clasen
a1757170da
Fix a11y test results
...
The color palette change is reflected in the a11y dump
for the color chooser.
2020-11-07 22:40:41 -05:00
Matthias Clasen
f737908d2f
Fix a11y test output
2019-11-27 13:16:22 -05:00
Christoph Reiter
3c2b5cda74
meson: port installed tests and reftests
...
I couldn't get all reftests to work reliably, so the tests failing
on either CI or on my machine are skipped for now.
Installed tests are disabled by default and can be enabled with "-Dinstalled_tests=true"
2019-11-15 12:52:03 +01:00
Matthias Clasen
e082414f0c
Update a11y test results
2019-09-03 22:34:36 -04:00
Matthias Clasen
cb7c994e82
Update test output
2019-06-18 10:59:03 +00:00
Christoph Reiter
bd80b34ca8
meson: a11y tests: don't build testfocus.c, autotools doesn't dist it
...
And the resulting binary isn't used anyway
2019-06-17 22:16:44 +02:00
Christoph Reiter
f0038fad63
meson: a11y tests: don't test "menus.ui", autotools doesn't dist it
2019-06-17 22:15:25 +02:00
Daniel Boles
3e3e89a3c1
testsuite/a11y/about: Fix exp. output per e56a9e6c
...
Commit e56a9e6ce5
fixing Issue
https://gitlab.gnome.org/GNOME/gtk/issues/686 changed what happens here,
for whatever reason, and there's apparently no notion of 'correctness'
to worry about, so just update the expected output to match and pass CI.
Close https://gitlab.gnome.org/GNOME/gtk/issues/1949#note_531709
2019-06-14 17:48:34 +01:00
Chun-wei Fan
983e82b750
state-record.c: Include header for write()/close()
...
Avoid an "implicit declaration of ..." warning/error for using
close()/write().
2019-04-18 15:06:54 +08:00
Christoph Reiter
014320bfb0
meson: add a11y test
2019-04-13 12:49:27 +02:00
Chun-wei Fan
8caa937739
tests: Include system headers appropriately
...
Don't include unistd.h on Windows, and include the appropriate headers on
Windows as necessary.
https://bugzilla.gnome.org/show_bug.cgi?id=773299
2019-04-11 16:40:33 +02:00
Matthias Clasen
2ceff6df9c
Fix a11y tests
2019-03-12 14:31:49 -04:00
Matthias Clasen
c5d824d6c9
Update a11y test output
2019-01-13 22:06:51 -05:00
Mike Gorse
e9f527b328
A11y: Add support for AtkTableCell
2018-12-19 21:09:59 -05:00
Matthias Clasen
b26cdd6d27
Update some a11y test results
2018-12-12 13:35:04 -05:00
Matthias Clasen
9417389659
Update a11y test results
...
The color picker shows up here.
2018-07-31 02:06:46 +00:00
Christoph Reiter
c60ea284c5
testsuite/a11y: Fix missing glib schemas
...
The a11y tests complain that org.gtk.Settings schemas are missing
and fail. This copies the code to build and include the schemas from
the reftests testsuite.
2018-02-15 12:30:57 +01:00
Matthias Clasen
448d76b8e8
update expected test results
2017-07-18 22:55:39 -04:00
Matthias Clasen
1a6ccd1b0a
Update a11y tests
...
Expected output of a11y tests has changed.
2017-06-20 15:16:19 -04:00
Matthias Clasen
c7096c4586
Update expected output for a11y tests
...
This is a followup to the GtkAboutDialog template change.
2017-01-04 15:48:17 -05:00
Matthias Clasen
5264209bf1
a11y tests: Update expected output
...
These changes were caused by the introduction of GtkStackAccessible.
2016-06-01 14:18:46 -04:00
Olivier Fourdan
b3ca11a6cb
test: do not remove files on distclean
...
bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=764686
2016-04-08 17:00:12 +02:00
Matthias Clasen
d6ca66b712
Run a11y tests with csd for make check
...
I've made this change for installed tests a while ago. It doesn't
make sense for distcheck to do it differently.
2016-03-22 14:55:55 -04:00
Matthias Clasen
8a62a36d2e
Update a11y test output
...
These tests can now assume that the csd header bar will be there.
2016-03-05 10:40:06 -05:00
Matthias Clasen
6ce3c78b7a
Run accessibility tests always with CSD
...
This avoids differences in the output that are caused
by the presence or absence of the header bar.
2016-03-05 10:40:06 -05:00
Matthias Clasen
fa36f34fcf
Update expected output of a11y tests
...
The window type attribute shows up here now.
The caret mode changes also affect some tests.
2016-03-04 23:51:39 -05:00
Matthias Clasen
586522d83c
Use TAP output for installed tests
2016-01-30 11:04:22 -05:00
Matthias Clasen
d5d6a050c5
Update expected output of a11y tests
...
This is the outcome of a recent fix to default values
for a GtkPaned property.
2016-01-25 16:01:07 -05:00
Matthias Clasen
e3b49b2d6c
Update expected output of a11y tests
...
This reflects my recent change to messagedialog titles.
2016-01-19 09:19:31 -05:00
Matthias Clasen
fe35836168
Update expect output of a11y tests
2016-01-08 18:11:07 -05:00
Matthias Clasen
2dd8d1ad53
Update expected results of a11y tests
...
All of these now have a harmless extra "panel".
2016-01-03 10:56:11 -05:00
Matthias Clasen
af8c2d2f7b
Improve text a11y test
...
Test appending text as well as replacing the entire text.
Insert non-ASCII text to verify offsets are correct.
2015-10-15 22:35:38 -04:00
Emmanuele Bassi
e259b2f30d
Avoid O(n²) walking of string arrays
...
"Yo, we heard you like traversing NULL-terminated arrays to operate on
them, so we called g_strv_length() as the for condition, so you can
iterate the array while iterating the array."
Instead of making famed rapper and television producer Xzibit proud, we
should avoid calling g_strv_length() on an array while looping on the
array, to avoid quadratic complexity.
We do this in various places that deal with arrays of strings that we
cannot really guess are short enough not to matter — e.g. the list of
CSS selectors in the inspector, or the required authentication
information for printing.
2015-07-16 16:19:55 +01:00
Matthias Clasen
68aa48cc44
Fix up expected results of a11y tests
...
These changed due to th extra box that GtkAssistant now
inserts for each page.
2015-06-23 17:08:14 -04:00
Matthias Clasen
fb51f447a2
Fix a11y tests
...
The output of the about dialog test is affected by the keynav
fixes.
2015-05-12 07:44:21 -04:00
Matthias Clasen
7d35351c7a
Update expected results
2014-11-23 18:53:06 -05:00
Matthias Clasen
60a11333af
Update expected results of a11y tests
...
The new has-tooltip state is showing up in a number of places,
as expected.
2014-10-27 20:03:51 -04:00
Joanmarie Diggs
2893a71a3e
Implement support for ATK_STATE_HAS_TOOLTIP
...
https://bugzilla.gnome.org/show_bug.cgi?id=738982
2014-10-22 22:55:13 -04:00
Emmanuele Bassi
9464415121
tests/a11y/about: Fix expected text
...
We recently changed the uppercase licensing text to lower case. The
reference test that checks the contents of the about dialog has to be
fixed to reflect that change.
2014-10-22 21:17:37 +01:00
Marek Kasik
8b5d30d439
Remove redundant checks for NULL
...
Remove checks for NULL before g_free() and g_clear_object().
Merge check for NULL, freeing of pointer and its setting
to NULL by g_clear_pointer().
https://bugzilla.gnome.org/show_bug.cgi?id=733157
2014-10-02 19:06:03 +02:00
Matthias Clasen
aefe86d632
Update expected output for the font picker a11y test
...
This change is a consequence of the recent font chooser changes.
2014-08-16 13:02:47 -04:00
Matthias Clasen
d3dc05174e
Update expected output in a11y tests for buttons
...
This is an expected change from the recent button state cleanups.
2014-08-16 13:01:50 -04:00
Matthias Clasen
269d277afe
Adapt to spinbutton changes
2014-08-14 19:39:07 -04:00
Matthias Clasen
0b669dffa9
Skip focus tests in make check
...
These require a window manager to work, and we currently don't
run one when we run make check tests under Xvfb.
2014-08-10 07:08:39 -04:00
Matthias Clasen
b7365c52c4
Make focus tests session-exclusive
...
Otherwise, tests running in parallel will steal the focus that
we are trying to test.
2014-08-08 22:15:02 +02:00
Matthias Clasen
944e30d940
Add a11y state tests
...
This adds a new test which can be scripted to trigger various
event and action sequences, and record state changes in the
accessibility layer.
So far, there are a few tests verifying state changes when
focus changes.
Related to https://bugzilla.gnome.org/show_bug.cgi?id=715176
2014-08-04 09:58:58 +02:00
Matthias Clasen
a6b8800531
Add a test for popover accessible parents
...
This tests the fix in the previous commit.
2014-07-30 23:14:49 +02:00
Matthias Clasen
452f92c644
Update expected output for a11y tests
2014-07-21 19:21:02 -04:00
Matthias Clasen
69b25a77aa
Update expected output for a11y test
2014-07-14 14:36:58 -04:00
Matthias Clasen
5436438520
a11y: Update expected output for color chooser
2014-07-09 19:48:08 -04:00