From 01f61b49f144b244b557f7684af81a71a83c66e4 Mon Sep 17 00:00:00 2001 From: Chris Freehill Date: Mon, 17 Aug 2020 11:48:07 -0500 Subject: [PATCH] Clean up comments for rsmitst Change-Id: Iea5322a5fd3bffe77557fa2cecbce70716e1258c [ROCm/amdsmi commit: 7be97ec2aad2ce38a4655b023c2ad913903dd471] --- projects/amdsmi/tests/rocm_smi_test/rsmitst.exclude | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/projects/amdsmi/tests/rocm_smi_test/rsmitst.exclude b/projects/amdsmi/tests/rocm_smi_test/rsmitst.exclude index 8ca7cf6e53..0c0ddbf9d2 100644 --- a/projects/amdsmi/tests/rocm_smi_test/rsmitst.exclude +++ b/projects/amdsmi/tests/rocm_smi_test/rsmitst.exclude @@ -2,6 +2,9 @@ declare -A FILTER # FILTER is meant to be used with a negative gtest filter +# Designate the tests to be excluded from all test runs first, +# followed by tests that should be excluded by device. + # Permanent exclusions # These tests are included for debugging, but are not executed in normal # execution on any ASIC: @@ -19,19 +22,17 @@ else "$TEMPORARY_BLACKLIST_ALL_ASICS" fi -# ASIC specific blacklists +# Device specific blacklists FILTER[vega10]=\ $BLACKLIST_ALL_ASICS -# SWDEV-207510 rsmitstReadOnly.TestFrequenciesRead .TestProcInfoRead tests -# error on mi50, mi100 +# SWDEV-207510 FILTER[vega20]=\ $BLACKLIST_ALL_ASICS\ "rsmitstReadOnly.TestFrequenciesRead:"\ "rsmitstReadOnly.TestProcInfoRead" -# SWDEV-207510 rsmitstReadOnly.TestFrequenciesRead .TestProcInfoRead tests -# error on mi50, mi100 +# SWDEV-207510 FILTER[arcturus]=\ $BLACKLIST_ALL_ASICS\ "rsmitstReadOnly.TestFrequenciesRead:"\