kfdtest: Enable more tests on gfx802

A number of tests are no longer broken on gfx802.

Change-Id: If70c77423f8f14de59490ab8ca156b0c4e7b5cf1
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
This commit is contained in:
Felix Kuehling
2019-08-30 00:20:21 -04:00
rodzic e320913e9e
commit 8f91d6a222
2 zmienionych plików z 1 dodań i 12 usunięć
+1 -7
Wyświetl plik
@@ -102,14 +102,8 @@ TONGA_TESTS_BLACKLIST=\
"$BLACKLIST_ALL_ASICS:"\
"$SDMA_BLACKLIST:"\
"KFDCWSRTest.BasicTest:"\
"KFDEventTest.*:"\
"KFDLocalMemoryTest.*:"\
"KFDMemoryTest.FlatScratchAccess:"\
"KFDMemoryTest.MapMemoryToGPU:"\
"KFDMemoryTest.MemoryRegister*:"\
"KFDMemoryTest.QueryPointerInfo:"\
"KFDPerfCountersTest.*:"\
"KFDQMTest.*"
"KFDQMTest.OverSubscribeCpQueues"
# Since Navi10 was merged, the PM4Event test takes 6min to run
FIJI_TESTS_BLACKLIST=\
-5
Wyświetl plik
@@ -432,11 +432,6 @@ TEST_F(KFDMemoryTest, AccessPPRMem) {
// Linux OS-specific Test for registering OS allocated memory
TEST_F(KFDMemoryTest, MemoryRegister) {
const HsaNodeProperties *pNodeProperties = m_NodeInfo.HsaDefaultGPUNodeProperties();
if (isTonga(pNodeProperties)) {
LOG() << "Skipping test: Workaround in thunk for Tonga causes failure." << std::endl;
return;
}
TEST_START(TESTPROFILE_RUNALL)
int defaultGPUNode = m_NodeInfo.HsaDefaultGPUNode();