From 8cfb40c7c28e3a0b19800f580a646a6433e2832e 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 [ROCm/rocprofiler commit: 1e8b92e2b104d7c901ef54d8c0d9d42e6aae04fc] --- projects/rocprofiler/tests/featuretests/gtests_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler/tests/featuretests/gtests_main.cpp b/projects/rocprofiler/tests/featuretests/gtests_main.cpp index d36e22a9c5..f62373f1c3 100644 --- a/projects/rocprofiler/tests/featuretests/gtests_main.cpp +++ b/projects/rocprofiler/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;