[glib: 1/3] Remove tests/gobject/timeloop-closure.c performance test




commit afc8a8fcfe4589e7e5f4aa8d9714d10b7af10914
Author: Emmanuel Fleury <emmanuel fleury gmail com>
Date:   Sat May 28 00:06:00 2022 +0200

    Remove tests/gobject/timeloop-closure.c performance test
    
    This test has been here for long but is no more useful and can be
    removed safely.

 tests/gobject/meson.build        |   8 +-
 tests/gobject/timeloop-closure.c | 228 ---------------------------------------
 2 files changed, 1 insertion(+), 235 deletions(-)
---
diff --git a/tests/gobject/meson.build b/tests/gobject/meson.build
index 13923cdf38..eaf4f6cde2 100644
--- a/tests/gobject/meson.build
+++ b/tests/gobject/meson.build
@@ -1,12 +1,6 @@
 gobject_tests = {
 }
 
-if host_system != 'windows'
-  gobject_tests += {
-    'timeloop-closure' : {},
-  }
-endif
-
 common_c_args = test_cargs + ['-DGLIB_DISABLE_DEPRECATION_WARNINGS']
 common_deps = [libm, thread_dep, libglib_dep, libgobject_dep]
 
@@ -41,4 +35,4 @@ foreach test_name, extra_args : gobject_tests
   timeout = suite.contains('slow') ? test_timeout_slow : test_timeout
   # FIXME? TESTS_ENVIRONMENT = LIBCHARSET_ALIAS_DIR=$(top_builddir)/glib/libcharset
   test(test_name, exe, env : test_env, timeout : timeout, suite : suite)
-endforeach
\ No newline at end of file
+endforeach


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