all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 032f1830ecdeba273cb6521391b42d85a46fc185 1770 bytes (raw)
name: gnu/packages/patches/kernelshark-disable-tests.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
 
From 81171884b9b8e8e054447bd982b81671e5cf0bc3 Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Mon, 12 Dec 2022 16:52:43 +0100
Subject: [PATCH] Remove problematic tests.


diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 1814c72..1280bdd 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -9,10 +9,6 @@ target_compile_definitions(kshark-tests PRIVATE "BOOST_TEST_DYN_LINK=1")
 target_link_libraries(kshark-tests   kshark
                                      ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY})
 
-add_test(NAME              "get_test_data"
-         COMMAND           ${KS_TEST_DIR}/get_test_data.sh
-         WORKING_DIRECTORY ${KS_TEST_DIR})
-
 add_library(dummy_dpi             SHARED  test-plugin_dpi.c)
 set_target_properties(dummy_dpi   PROPERTIES PREFIX "plugin-")
 target_link_libraries(dummy_dpi   kshark)
@@ -37,18 +33,3 @@ message(STATUS "libkshark-tests")
 add_test(NAME              "libkshark_tests"
          COMMAND           ${KS_TEST_DIR}/kshark-tests --log_format=HRF
          WORKING_DIRECTORY ${KS_TEST_DIR})
-
-if (Qt5Widgets_FOUND AND TT_FONT_FILE)
-
-    add_executable(kshark-gui-tests          libkshark-gui-tests.cpp)
-    target_include_directories(kshark-gui-tests PRIVATE ${Boost_INCLUDE_DIRS})
-    target_compile_definitions(kshark-gui-tests PRIVATE "BOOST_TEST_DYN_LINK=1")
-    target_link_libraries(kshark-gui-tests   kshark-gui
-                          ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY})
-
-    message(STATUS "libkshark-gui_tests")
-    add_test(NAME              "libkshark-gui_tests"
-             COMMAND           ${KS_TEST_DIR}/kshark-gui-tests --log_format=HRF
-             WORKING_DIRECTORY ${KS_TEST_DIR})
-
-endif (Qt5Widgets_FOUND AND TT_FONT_FILE)
-- 
2.38.1


debug log:

solving 032f1830ec ...
found 032f1830ec in https://yhetil.org/guix/CsEffs0C-u7zD6nmzujZTy1Vl4u7YWrKOudYhRqLlnVcf4TfM7oF7iATtE1IoJECUxW6Q9JxWVVwT6P9N1L9AfYonk_5riPTgW_kcbbIF0Q=@protonmail.com/

applying [1/1] https://yhetil.org/guix/CsEffs0C-u7zD6nmzujZTy1Vl4u7YWrKOudYhRqLlnVcf4TfM7oF7iATtE1IoJECUxW6Q9JxWVVwT6P9N1L9AfYonk_5riPTgW_kcbbIF0Q=@protonmail.com/
diff --git a/gnu/packages/patches/kernelshark-disable-tests.patch b/gnu/packages/patches/kernelshark-disable-tests.patch
new file mode 100644
index 0000000000..032f1830ec

1:20: trailing whitespace.
 
1:47: trailing whitespace.
-- 
Checking patch gnu/packages/patches/kernelshark-disable-tests.patch...
1:49: new blank line at EOF.
+
Applied patch gnu/packages/patches/kernelshark-disable-tests.patch cleanly.
warning: 3 lines add whitespace errors.

index at:
100644 032f1830ecdeba273cb6521391b42d85a46fc185	gnu/packages/patches/kernelshark-disable-tests.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.