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
Этот коммит содержится в:
Kent Russell
2019-02-27 07:05:42 -05:00
родитель 1d478f3cf2
Коммит a0b8dd8462
+1
Просмотреть файл
@@ -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=\