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

Method SetUnexpectedError

tests/framework/error_monitor.cpp:251–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void ErrorMonitor::SetUnexpectedError(const char* const msg) {
252 if (NeedCheckSuccess()) {
253 VerifyNotFound();
254 }
255 auto guard = Lock();
256 ignore_message_strings_.emplace_back(msg);
257}
258
259VkBool32 ErrorMonitor::CheckForDesiredMsg(const char* vuid, const char* const msg_string) {
260 VkBool32 result = VK_FALSE;

Callers 15

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

emplace_backMethod · 0.80

Tested by 1