From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4B61DA0C43; Wed, 20 Oct 2021 21:04:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DF2FD40150; Wed, 20 Oct 2021 21:04:52 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 2BDE840142 for ; Wed, 20 Oct 2021 21:04:52 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 01C2AA0C45; Wed, 20 Oct 2021 21:04:51 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Wed, 20 Oct 2021 19:04:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: other X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: david.marchand@redhat.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 831] Investigate unreferenced unit tests X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" https://bugs.dpdk.org/show_bug.cgi?id=3D831 Bug ID: 831 Summary: Investigate unreferenced unit tests Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: other Assignee: dev@dpdk.org Reporter: david.marchand@redhat.com Target Milestone: --- We currently have a lot of unit tests that are not referenced in meson, whi= ch means the CI won't call them. It might be done on purpose. Another possibility is my grep contains false positives. But creating this anyway bz as a request for investigation. $ for test in $(git grep -h REGISTER_TEST_COMMAND app/test/ :^app/test/test= .h | sed -e 's/REGISTER_TEST_COMMAND(\(.*\),.*$/\1/'); do git grep -qw $test app/test/meson.build || echo $test; done | sort alarm_autotest bitmap_test bpf_autotest cfgfile_autotest cryptodev_bcmfs_autotest cryptodev_caam_jr_autotest cryptodev_ccp_autotest cryptodev_cn10k_asym_autotest cryptodev_cn9k_asym_autotest cryptodev_cpu_aesni_gcm_autotest cryptodev_cpu_aesni_mb_autotest cryptodev_dpaa2_sec_raw_api_autotest cryptodev_dpaa_sec_raw_api_autotest cryptodev_mlx5_autotest cryptodev_nitrox_autotest cryptodev_octeontx2_asym_autotest cryptodev_octeontx_asym_autotest cryptodev_octeontx_autotest cryptodev_qat_asym_autotest cryptodev_qat_raw_api_autotest cryptodev_virtio_autotest eal_flags_autotest event_crypto_adapter_autotest eventdev_selftest_cn10k eventdev_selftest_cn9k eventdev_selftest_dlb2 eventdev_selftest_dpaa2 eventdev_selftest_octeontx2 event_eth_rx_adapter_autotest event_eth_rx_intr_adapter_autotest event_timer_adapter_test external_mem_autotest graph_autotest graph_perf_autotest ipsec_sad_autotest node_list_dump power_caps_autotest resource_autotest ring_stress_autotest rwlock_autotest timer_secondary_autotest trace_dump trace_metadata_dump --=20 You are receiving this mail because: You are the assignee for the bug.=