MCPcopy Create free account
hub / github.com/Kitware/VTK / fatalError

Function fatalError

ThirdParty/libxml2/vtklibxml2/runtest.c:216–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214static int extraMemoryFromResolver = 0;
215
216static int
217fatalError(void) {
218 fprintf(stderr, "Exitting tests on fatal error\n");
219 exit(1);
220}
221
222/*
223 * We need to trap calls to the resolver to not account memory for the catalog

Callers 13

saxParseTestFunction · 0.70
oldParseTestFunction · 0.70
noentParseTestFunction · 0.70
streamProcessTestFunction · 0.70
xpathCommonTestFunction · 0.70
xmlidDocTestFunction · 0.70
uriCommonTestFunction · 0.70
schemasOneTestFunction · 0.70
rngOneTestFunction · 0.70
patternTestFunction · 0.70
regexpTestFunction · 0.70
automataTestFunction · 0.70

Calls 1

fprintfFunction · 0.85

Tested by

no test coverage detected