summaryrefslogtreecommitdiff
path: root/tests/test-pangocairo-threads.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Port the threaded PangoCairo test to GTestEmmanuele Bassi2020-04-141-14/+24
| | | | Works just as well.
* Drop g_type_init callsMatthias Clasen2019-07-041-4/+0
| | | | | These were ifdefed to an older version of GLib than we require now, so are just dead code.
* [test] Reduce test-pangocairo-thread work by 8xBehdad Esfahbod2017-08-161-2/+2
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=786379
* [test] Add Thai and Arabic to test-pangocairo-threadsBehdad Esfahbod2015-08-181-1/+1
| | | | | Apparently libthai is not threadsafe. This crashes right away if libthai is enabled...
* Speed up test-pangocairo-threadsBehdad Esfahbod2015-04-051-2/+2
|
* [test] Fix scaleBehdad Esfahbod2013-03-151-1/+1
|
* Use g_snprintf()Behdad Esfahbod2013-03-151-1/+1
|
* Put g_type_init() back inBehdad Esfahbod2013-01-081-0/+4
|
* Fix last leak in test-pangocairo-threadsBehdad Esfahbod2013-01-071-1/+3
|
* Fix test leaksBehdad Esfahbod2013-01-071-0/+16
| | | | | Valgrinding.... Apparently somewhere some memory corruption happens. Argh...
* Make test-pangocairo-threads stress fontconfig moreBehdad Esfahbod2013-01-071-5/+6
|
* Enable test-pangocairo-threads by defaultBehdad Esfahbod2013-01-041-1/+2
| | | | | | | Using 100 threads and 100 iterations per thread. Only passes with fontconfig master. We will get a release made and required soon...
* Improve test-pangocairo-threadsBehdad Esfahbod2013-01-041-13/+49
| | | | | Can be run standalone now, compares the output of all threads and fails if they mismatch.
* Refactor test-pangocairo-threads.cBehdad Esfahbod2013-01-041-18/+26
|
* Improve test-pangocairo-threadsBehdad Esfahbod2013-01-041-9/+19
|
* Update test-pangocairo-threads to new threads APIBehdad Esfahbod2013-01-031-19/+13
|
* Add test-pangocairo-threads.cBehdad Esfahbod2013-01-031-0/+74
Currently is not run automatically. But run it with args "10 100" and see it crash...