MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / SetDesiredInfo

Method SetDesiredInfo

tests/framework/error_monitor.cpp:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239void ErrorMonitor::SetDesiredInfo(const char* msg, uint32_t count /*= 1*/) {
240 for (uint32_t i = 0; i < count; ++i) {
241 SetDesiredFailureMsg(kInformationBit, msg);
242 }
243}
244
245// If you are using this, please leave a comment why, otherwise its hard to remove these once added
246void ErrorMonitor::SetAllowedFailureMsg(const char* const msg) {

Callers 10

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
BasicComputeTestMethod · 0.80
TEST_FFunction · 0.80
CoopMat2CallbackTestMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected