mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
tests: Don’t run the GObject performance tests under valgrind
They take too long and time out, and are not particularly useful to run under valgrind because they aren’t designed to test code coverage. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
@@ -36,7 +36,7 @@ foreach test_name, extra_args : gobject_tests
|
||||
install: install,
|
||||
)
|
||||
|
||||
suite = ['gobject', 'performance'] + extra_args.get('suite', [])
|
||||
suite = ['gobject', 'performance', 'no-valgrind'] + extra_args.get('suite', [])
|
||||
timeout = suite.contains('slow') ? test_timeout_slow : test_timeout
|
||||
args = extra_args.get('args', [])
|
||||
|
||||
|
Reference in New Issue
Block a user