mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
refactor: add NOLINT for pending problems
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d433fd585a
commit
00aedcaed4
@@ -32,7 +32,7 @@ struct AppResourceTests : public MockExecutionEnvironmentTagTest {
|
||||
};
|
||||
|
||||
TEST_F(AppResourceTests, givenIncorrectGraphicsAllocationTypeWhenGettingResourceTagThenNOTFOUNDIsReturned) {
|
||||
auto tag = AppResourceHelper::getResourceTagStr(static_cast<AllocationType>(999));
|
||||
auto tag = AppResourceHelper::getResourceTagStr(static_cast<AllocationType>(999)); // NOLINT(clang-analyzer-optin.core.EnumCastOutOfRange), NEO-12901
|
||||
EXPECT_STREQ(tag, "NOTFOUND");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user