From 1e8b92e2b104d7c901ef54d8c0d9d42e6aae04fc Mon Sep 17 00:00:00 2001 From: gobhardw Date: Mon, 29 May 2023 12:51:40 +0530 Subject: [PATCH] SWDEV-397576: Fixing typo for spm test in navi Change-Id: If74a43b6283d158e9d0b9bdb59db828ae9f38cb5 --- tests/featuretests/gtests_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/featuretests/gtests_main.cpp b/tests/featuretests/gtests_main.cpp index d36e22a9c5..f62373f1c3 100644 --- a/tests/featuretests/gtests_main.cpp +++ b/tests/featuretests/gtests_main.cpp @@ -20,7 +20,7 @@ int main(int argc, char** argv) { std::string gfx_name = gpu_name; if (gfx_name.find("gfx10") != std::string::npos) { testing::GTEST_FLAG(filter) = - "-ATTCollection.*:OpenMPTest.*:-ProfilerSPMTest*:ProfilerMQTest:*ProfilerMPTest*:" + "-ATTCollection.*:OpenMPTest.*:ProfilerSPMTest*:ProfilerMQTest:*ProfilerMPTest*:" "MPITest*"; } return HSA_STATUS_SUCCESS;