From 17f9e415bd1a4d4c5c0d86fc2855e92f698842b7 Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Mon, 13 Nov 2017 02:28:01 +0100 Subject: Create a function existence registry With the signature module, it is now a straight forward task to generate a registry of all known function signatures. We check that these signatures all exist. One file contains all signatures for one platform and version. The test is only activated when run in the CI system. An initial call creates the expected file as output and raises an error. The result can then be picked up from the error log and added to the repository. Done: linux2 5.6.4 Done: darwin 5.6.4 Done: win32 5.6.4 Task-number: PYSIDE-510 Change-Id: I4f406cf72d25fdd2336814f6f20129079b8be54f Reviewed-by: Christian Tismer --- sources/pyside2/tests/pysidetest/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'sources/pyside2/tests/pysidetest/CMakeLists.txt') diff --git a/sources/pyside2/tests/pysidetest/CMakeLists.txt b/sources/pyside2/tests/pysidetest/CMakeLists.txt index 821b6f819..8ec8b80a9 100644 --- a/sources/pyside2/tests/pysidetest/CMakeLists.txt +++ b/sources/pyside2/tests/pysidetest/CMakeLists.txt @@ -123,5 +123,4 @@ PYSIDE_TEST(utils_test.py) PYSIDE_TEST(mixin_signal_slots_test.py) PYSIDE_TEST(signal_slot_warning.py) PYSIDE_TEST(all_modules_load_test.py) -PYSIDE_TEST(signature_test.py) PYSIDE_TEST(qapp_like_a_macro_test.py) -- cgit v1.2.3