From e29ffa836bc4b535eb70d0f6d225244f8d0f5e15 Mon Sep 17 00:00:00 2001 From: mcbarton Date: Tue, 16 Sep 2025 20:11:38 +0100 Subject: [PATCH] Remove gtest_skip on Valgrind for FunctionReflectionTest.DestructArray) --- unittests/CppInterOp/FunctionReflectionTest.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/unittests/CppInterOp/FunctionReflectionTest.cpp b/unittests/CppInterOp/FunctionReflectionTest.cpp index f568a054b..865eb300d 100644 --- a/unittests/CppInterOp/FunctionReflectionTest.cpp +++ b/unittests/CppInterOp/FunctionReflectionTest.cpp @@ -2623,8 +2623,6 @@ TEST(FunctionReflectionTest, DestructArray) { #ifdef EMSCRIPTEN GTEST_SKIP() << "Test fails for Emscipten builds"; #endif - if (llvm::sys::RunningOnValgrind()) - GTEST_SKIP() << "XFAIL due to Valgrind report"; #ifdef _WIN32 GTEST_SKIP() << "Disabled on Windows. Needs fixing.";