From d3fdaaca3a0fdcba1df0eb07f25dc7f9102b4cc4 Mon Sep 17 00:00:00 2001 From: Felix Kuehling Date: Fri, 10 Aug 2018 22:43:06 -0400 Subject: [PATCH] kfdtest: Enable more tests for gfx900 A lot of tests were disabled on gfx900 for historical reasons that are no longer valid. The only remaining one that won't work on gfx900 is BasicAddressWatch. Change-Id: I11507de0dfd31262713127d6cb15cc09c14b8b9f Signed-off-by: Felix Kuehling --- tests/kfdtest/scripts/kfdtest.exclude | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/tests/kfdtest/scripts/kfdtest.exclude b/tests/kfdtest/scripts/kfdtest.exclude index a804d3f846..9fdd2e19f9 100644 --- a/tests/kfdtest/scripts/kfdtest.exclude +++ b/tests/kfdtest/scripts/kfdtest.exclude @@ -110,18 +110,10 @@ BAFFIN_TESTS_BLACKLIST=\ "$BLACKLIST_ALL_ASICS:"\ "$SDMA_BLACKLIST" -# KFDDBG.BasicAddressWatch fails with message "E,INTERR: Setting ASIC VI (was previously set to GFX9), this changes the backend after we have already started parsing the shader, not currently supported by sp3, sorry." (KFD-317) -# KFDExceptionTest.InvalidBadAddress causes some following tests to fail on SRIOV (KFD-343) -# KFDQMTest.BasicCuMaskingEven fails intermittently (WIP) -# KFDExceptionTest.InvalidWriteAddress is failing once we enable no-retry (KFD-380) +# KFDDBG.BasicAddressWatch is not supported on GFXv9 and later. FIXME: it should disable itself VEGA10_TESTS_BLACKLIST=\ "$BLACKLIST_ALL_ASICS:"\ -"KFDDBGTest.BasicAddressWatch:"\ -"KFDExceptionTest.InvalidBadAddress:"\ -"KFDExceptionTest.InvalidWriteAddress:"\ -"KFDQMTest.CreateQueueStressSingleThreaded:"\ -"KFDQMTest.GPUDoorbellWrite:"\ -"KFDMemoryTest.MemoryRegister" +"KFDDBGTest.BasicAddressWatch" VEGA20_TESTS_BLACKLIST=\ "$BLACKLIST_ALL_ASICS:"\