From 6442b99e621a16256570d3d0f08a095dec7ca7ce Mon Sep 17 00:00:00 2001 From: Amy Powell Date: Wed, 21 Feb 2024 18:17:44 -0700 Subject: [PATCH] TestEventCorrectness.hpp: rework failure-causing fence --- core/unit_test/tools/TestEventCorrectness.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/unit_test/tools/TestEventCorrectness.hpp b/core/unit_test/tools/TestEventCorrectness.hpp index e37db87a158..cef5f3b1e89 100644 --- a/core/unit_test/tools/TestEventCorrectness.hpp +++ b/core/unit_test/tools/TestEventCorrectness.hpp @@ -464,7 +464,8 @@ TEST(kokkosp, parallel_scan_no_fence_view) { if (begin_event.name.find("Debug Only Check for Execution Error") != std::string::npos || begin_event.name.find("Kokkos Profile Tool Fence") != - std::string::npos) + std::string::npos || + begin_event.name.find("fence before deallocate") != std::string::npos) return MatchDiagnostic{false}; else return MatchDiagnostic{true};