[glib: 1/2] meson: Mark 1bit-emufutex test as slow



commit 442b54f00c07f6182f3ba0760a74fe4b7465c9c1
Author: Simon McVittie <smcv collabora com>
Date:   Fri Oct 19 09:20:25 2018 +0100

    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>

 glib/tests/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/glib/tests/meson.build b/glib/tests/meson.build
index ad0139df6..2468d8767 100644
--- a/glib/tests/meson.build
+++ b/glib/tests/meson.build
@@ -118,6 +118,7 @@ glib_tests = {
     'source' : '1bit-mutex.c',
     'c_args' : ['-DTEST_EMULATED_FUTEX'],
     'install' : false,
+    'suite' : ['slow'],
   },
   '642026' : {
     'suite' : ['slow'],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]