Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Port the threaded PangoCairo test to GTest | Emmanuele Bassi | 2020-04-14 | 1 | -14/+24 |
| | | | | Works just as well. | ||||
* | Drop g_type_init calls | Matthias Clasen | 2019-07-04 | 1 | -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 8x | Behdad Esfahbod | 2017-08-16 | 1 | -2/+2 |
| | | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=786379 | ||||
* | [test] Add Thai and Arabic to test-pangocairo-threads | Behdad Esfahbod | 2015-08-18 | 1 | -1/+1 |
| | | | | | Apparently libthai is not threadsafe. This crashes right away if libthai is enabled... | ||||
* | Speed up test-pangocairo-threads | Behdad Esfahbod | 2015-04-05 | 1 | -2/+2 |
| | |||||
* | [test] Fix scale | Behdad Esfahbod | 2013-03-15 | 1 | -1/+1 |
| | |||||
* | Use g_snprintf() | Behdad Esfahbod | 2013-03-15 | 1 | -1/+1 |
| | |||||
* | Put g_type_init() back in | Behdad Esfahbod | 2013-01-08 | 1 | -0/+4 |
| | |||||
* | Fix last leak in test-pangocairo-threads | Behdad Esfahbod | 2013-01-07 | 1 | -1/+3 |
| | |||||
* | Fix test leaks | Behdad Esfahbod | 2013-01-07 | 1 | -0/+16 |
| | | | | | Valgrinding.... Apparently somewhere some memory corruption happens. Argh... | ||||
* | Make test-pangocairo-threads stress fontconfig more | Behdad Esfahbod | 2013-01-07 | 1 | -5/+6 |
| | |||||
* | Enable test-pangocairo-threads by default | Behdad Esfahbod | 2013-01-04 | 1 | -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-threads | Behdad Esfahbod | 2013-01-04 | 1 | -13/+49 |
| | | | | | Can be run standalone now, compares the output of all threads and fails if they mismatch. | ||||
* | Refactor test-pangocairo-threads.c | Behdad Esfahbod | 2013-01-04 | 1 | -18/+26 |
| | |||||
* | Improve test-pangocairo-threads | Behdad Esfahbod | 2013-01-04 | 1 | -9/+19 |
| | |||||
* | Update test-pangocairo-threads to new threads API | Behdad Esfahbod | 2013-01-03 | 1 | -19/+13 |
| | |||||
* | Add test-pangocairo-threads.c | Behdad Esfahbod | 2013-01-03 | 1 | -0/+74 |
Currently is not run automatically. But run it with args "10 100" and see it crash... |