meson: Mark 1bit-emufutex test as slow

Emulated futexes are slower than real ones; if they were not, there
would be no point in using the real futexes. On some machines they
are sufficiently slow to cause test timeouts.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2018-10-19 09:20:25 +01:00
parent da83b44cce
commit 442b54f00c

View File

@ -118,6 +118,7 @@ glib_tests = {
'source' : '1bit-mutex.c',
'c_args' : ['-DTEST_EMULATED_FUTEX'],
'install' : false,
'suite' : ['slow'],
},
'642026' : {
'suite' : ['slow'],