From 02b3ec9ffc1b7000afa2a9ccc3dfd37de3bad8cb Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Mon, 6 Oct 2025 14:33:45 -0700 Subject: [PATCH] ci: denylist verif_scale_pyperf600 as it now fails with newer Clang We get "The sequence of 8193 jumps is too complex." with newer Clang. Signed-off-by: Andrii Nakryiko --- ci/vmtest/configs/DENYLIST | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/vmtest/configs/DENYLIST b/ci/vmtest/configs/DENYLIST index e50557f..5ac3982 100644 --- a/ci/vmtest/configs/DENYLIST +++ b/ci/vmtest/configs/DENYLIST @@ -13,3 +13,4 @@ tc_redirect/tc_redirect_dtime # uapi breakage after net-next commit 885c36e59f46 migrate_reuseport/IPv4 TCP_NEW_SYN_RECV reqsk_timer_handler # flaky, under investigation migrate_reuseport/IPv6 TCP_NEW_SYN_RECV reqsk_timer_handler # flaky, under investigation verify_pkcs7_sig # keeps failing +verif_scale_pyperf600 # fails on newer Clangs