kfdtest: Add gfx1012 initial test coverage

Change-Id: I983d4dd6c17b2eaadd5abf4b71e090a14cace303
Signed-off-by: Yong Zhao <Yong.Zhao@amd.com>
This commit is contained in:
Yong Zhao
2019-09-04 19:14:33 -04:00
committed by Yong Zhao
parent 3ecd83e52d
commit baa2957895
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -164,6 +164,15 @@ NAVI10_TESTS_BLACKLIST=\
"KFDExceptionTest.InvalidWriteAddress:"\
"KFDQMTest.GPUDoorbellWrite"
NAVI14_TESTS_BLACKLIST=\
"$BLACKLIST_ALL_ASICS:"\
"KFDQMTest.BasicCuMaskingEven:"\
"KFDDBGTest.*:"\
"KFDExceptionTest.*:"\
"KFDPerfCountersTest.*:"\
"KFDQMTest.CreateQueueStressSingleThreaded:"\
"KFDPNPTest.DisableWithActiveProcess"
# Core tests, used in scenarios like bringup
CORE_TESTS=\
"KFDQMTest.CreateDestroyCpQueue:"\
+1
View File
@@ -75,6 +75,7 @@ getFilter() {
raven ) FILTER="--gtest_filter=$RAVEN_TESTS_BLACKLIST" ;;
arcturus ) FILTER="--gtest_filter=$ARCT_TESTS_BLACKLIST" ;;
navi10 ) FILTER="--gtest_filter=$NAVI10_TESTS_BLACKLIST" ;;
navi14 ) FILTER="--gtest_filter=$NAVI14_TESTS_BLACKLIST" ;;
core ) FILTER="--gtest_filter=$CORE_TESTS" ;;
pm ) FILTER="--gtest_filter=$PM_TESTS" ;;
all ) FILTER="" ;;