-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
When a CTest fails on a segfault, xUnit reports this as a failure, but in the Stack Trace, doesn't show that it failed because of a segfault. GTest shows that it PASSED, which our logs show that as well, but behind the scenes, xUnit must know that it segfaulted as well to put it into the Failed Test section. The exit code of the test shows that it is a SEGFAULT as well. Was hoping to have some sort of indication that a test failed because of a SEGFAULT displayed in the xUnit failed test results.