MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / reportFail

Method reportFail

samples/common/logging.h:424–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422 }
423
424 static int32_t reportFail(TestAtom const& testAtom)
425 {
426 reportTestEnd(testAtom, TestResult::kFAILED);
427 return EXIT_FAILURE;
428 }
429
430 static int32_t reportWaive(TestAtom const& testAtom)
431 {

Callers 8

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected