mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01: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:
parent
6ed23087b5
commit
0e84e28978
@ -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', [])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user