[glib: 1/33] Revert "Meson: appinfo tests are racy if run in parallel"



commit b4479d97d5e97eebd4fab39358782a4b78f54814
Author: Philip Withnall <withnall endlessm com>
Date:   Thu Nov 29 21:57:54 2018 +0000

    Revert "Meson: appinfo tests are racy if run in parallel"
    
    This partially reverts commit 27b5fb589298d17d22ea32634a6d52b73160d0d0.
    
    The infrastructure for disabling a test is kept, but the appinfo and
    desktop-app-info tests no longer need to be run serially.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>
    
    https://gitlab.gnome.org/GNOME/glib/issues/1601

 gio/tests/meson.build | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/gio/tests/meson.build b/gio/tests/meson.build
index 091733cd1..63e21bdbc 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -156,11 +156,9 @@ if host_machine.system() != 'windows'
     gio_tests += {
       'appinfo' : {
         'install' : false,
-        'is_parallel' : false,
       },
       'desktop-app-info' : {
         'install' : false,
-        'is_parallel' : false,
       },
     }
   endif


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