From 390f21bc0124b79354f752bf8db23896cb73512e Mon Sep 17 00:00:00 2001 From: Kaiyeung Luk Date: Thu, 3 Oct 2024 12:26:20 -0700 Subject: [PATCH] i#6944 Ignore CI test drcachesim.drstatecmp-fuzz failure until #6944 is fixed. (#7017) Ignore CI test drcachesim.drstatecmp-fuzz failure until #6944 is fixed. Issue: #6944 --- suite/runsuite_wrapper.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/suite/runsuite_wrapper.pl b/suite/runsuite_wrapper.pl index 55e94dcd6b3..7fdb0eefba0 100755 --- a/suite/runsuite_wrapper.pl +++ b/suite/runsuite_wrapper.pl @@ -424,6 +424,7 @@ 'code_api|tool.drcacheoff.burst_threadL0filter' => 1, 'code_api|tool.drcacheoff.burst_threadfilter' => 1, 'code_api|api.static_signal' => 1, + 'code_api|tool.drcachesim.drstatecmp-fuzz' => 1, # i#6944 ); # Establish if tests are running on SVE hardware. system('cat /proc/cpuinfo | grep Features | head -1 | grep sve > /dev/null');