| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
It doesn't make sense to use file_size / 4 because once a file is
broken, it's broken. Breaking it even more is not very useful.
|
|
|
|
|
| |
... instead of g_random_int_range() so that the GTest seed machinery
actually works.
|
| |
|
|
|
|
|
| |
When using gio and threads, 64bit code gets unhappy about a limited
address space.
|
|
|
|
|
| |
Use that to make pixbuf-reftest accept arguments on the command line to
specify a file to test.
|
|
|
|
| |
... and use it to not add reference images.
|
|
|
|
|
|
| |
Make test-images/ a directory only containing subdirectories for ease of
maintenance.
Move all images from that directory to test-images/randomly-modified.
|
|
|
|
|
|
|
| |
Use the new helper function. This fixes the problem
that the test previously had with subdirectories in
test-images. The helper function will recurse into
any subdirectory it finds.
|
| |
|
|
|
|
|
| |
Make this test use g_test_run, so it is compatible
with using TAP.
|
|
|
|
|
| |
We have been requiring a new-enough GLib for a while now,
so drop this unnecessary clutter.
|
|
|
|
|
|
| |
Oh portability / how I hate thee.
https://bugzilla.gnome.org/show_bug.cgi?id=710690
|
|
|
|
|
|
|
| |
Not all operating systems provide RLIMIT_AS, so make sure it is defined
before we try to use it.
https://bugzilla.gnome.org/show_bug.cgi?id=708666
|
|
|
|
|
|
| |
In order to not have distcheck DOS my machine, reduce the number
of iterations to 1, and limit the amount of memory the test is
allowed to consume.
|
|
|
|
|
|
| |
1000 iterations takes far too long for automated testing;
we'll get incremental coverage over time even with just
10, and the test can of course be run manually.
|
|
|
|
|
|
|
|
|
| |
These tests were broken by: 8ec55ff29e0626a05a3aa9d92060e28767ee142f
Previously we were relying on hand-written .test files
which used sh -c and wildcard expansion, but with modern
GLib we can just use g_test_get_dir() to find the datadir
relative to our binary path.
|
| |
|
|
|
|
|
|
| |
Make it possible to limit the iterations of the pixbuf-threads
and pixbuf-randomly-modified tests, and run them installed on
some of the test images in tests/test-images.
|
|
|
|
| |
Avoid deprecation warnings for g_type_init and g_thread_init.
|
|
|