Files
gtk/testsuite/a11y
Benjamin Otte 6f6b07aaae testsuite: Stop using g_test_bug()
The calls used old bugzilla URLs and nobody cared about that.
So apparently they are very unused.

There's also a potential conflict between gitlab and bugzilla URLs and
what base bug to use there.

The old usages have been converted to comments.
2019-05-12 17:28:18 +02:00
..
2019-03-16 21:49:24 -04:00
2019-05-07 02:21:30 +00:00
2019-05-07 02:21:30 +00:00
2017-10-18 17:30:20 +02:00
2019-05-07 02:21:30 +00:00
2019-05-07 02:21:30 +00:00
2017-01-19 13:50:17 -05:00
2017-10-18 17:30:20 +02:00
2019-05-07 02:21:30 +00:00
2016-10-16 18:17:21 +02:00
2019-05-07 02:21:30 +00:00
2019-05-07 02:21:30 +00:00
2016-10-18 00:34:41 +02:00
2019-05-07 02:21:30 +00:00
2019-05-07 02:21:30 +00:00
2019-03-16 21:49:24 -04:00
2019-05-07 02:21:30 +00:00
2013-09-21 20:51:22 -04:00
2019-01-23 19:27:35 -05:00
2016-10-18 00:34:41 +02:00
2016-10-18 00:34:41 +02:00
2019-03-16 21:49:24 -04:00
2016-10-18 00:34:41 +02:00
2019-05-07 02:21:30 +00:00
2019-05-12 17:28:18 +02:00
2017-10-18 17:30:20 +02:00
2019-05-07 02:21:30 +00:00
2019-02-21 00:31:17 -05:00
2019-05-07 02:21:30 +00:00
2019-03-27 21:48:12 -04:00
2019-05-07 02:21:30 +00:00
2019-03-16 21:49:24 -04:00
2019-03-16 21:49:24 -04:00
2019-02-08 09:51:45 -05:00
2017-01-20 21:37:04 +01:00
2017-10-18 17:30:20 +02:00
2019-05-12 17:28:18 +02:00
2017-10-18 17:30:20 +02:00
2019-03-16 21:49:24 -04:00
2017-10-18 17:30:20 +02:00
2019-05-07 02:21:30 +00:00
2014-01-13 23:51:26 -05:00
2017-10-18 17:30:20 +02:00
2019-05-12 17:28:18 +02:00
2017-10-18 17:30:20 +02:00

accessibility-dump is a test runner that can do tests of static
accessibility information. Run it like this:

./accessibility-dump [OPTIONS] TESTFILE [TESTFILES...]

where TESTFILE is a GtkBuilder .ui file. accessibility-dump creates
a textual dump of the accessibility information for the created
widget hierarchy and compares it to a preexisting .txt file.

To create an initial dump, you can use the --generate option with
a single .ui file. You should carefully inspect the output before
blessing it as the official .txt to compare against.

To find out details about a failure, you can use the --verbose
option to see differences between expected and actual output.

When run without any arguments, all the .ui files in the current
directory are tested.