From 16d110f9c1f35552a24dbecc49c8113befab9e63 Mon Sep 17 00:00:00 2001 From: Kent Russell Date: Wed, 27 Feb 2019 07:05:42 -0500 Subject: [PATCH] Temporarily remove CMATest from gfx900 Per Philip Yang: For forked child process, userptr allocated on heap (through malloc) will have two vmas if child process malloc smaller size buf, free it, this is on vma cloned from parent process. Then malloc larger size buf, kernel will put some pages on previous freed space from vma cloned, create new vma for the rest of pages. This is what IPCTest does. Change-Id: I054771e20880f975d7cc774225f19aad5363843f [ROCm/ROCR-Runtime commit: a0b8dd84623ca375dbda1641de06a95902b3029d] --- projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude b/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude index d496c12538..a4498ef1af 100644 --- a/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude +++ b/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude @@ -127,6 +127,7 @@ LEXA_TESTS_BLACKLIST=\ # KFDDBG.BasicAddressWatch is not supported on GFXv9 and later. FIXME: it should disable itself VEGA10_TESTS_BLACKLIST=\ "$BLACKLIST_ALL_ASICS:"\ +"KFDIPCTest.CrossMemoryAttachTest:"\ "KFDDBGTest.BasicAddressWatch" VEGA12_TESTS_BLACKLIST=\