1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Running /Users/scantor/Documents/shibboleth5/xerces-c/tests/InitTermTest > "/Users/scantor/Documents/shibboleth5/xerces-c/tests/observed/InitTermTest.log" 2> "/Users/scantor/Documents/shibboleth5/xerces-c/tests/observed/InitTermTest.log"
Result: fail
------
obs=
Usage:
InitTermTest [options] <XML file>
This program tests the XMLPlatformUtils::Initialize()/Terminate()
pair by calling it a number of times.
Options:
-n Enable namespace processing. Default is off.
-s Enable schema processing. Default is off.
-f Enable full schema constraint checking. Defaults to off.
-? Show this help.
------
exp=
Usage:
InitTermTest [options] <XML file>
This program tests the XMLPlatformUtils::Initialize()/Terminate()
pair by calling it a number of times.
Options:
-n Enable namespace processing. Default is off.
-s Enable schema processing. Default is off.
-f Enable full schema constraint checking. Defaults to off.
-? Show this help.
------
XFAIL scripts/InitTermTest (exit status: 1)
|