You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "itkAbortProcessObjectTest" fails unless all compilation
units successfully pass exceptions.
The following tests FAILED:
413 - itkAbortProcessObjectTest (Failed)
➜ ITKv5-RelWithDebInfo-build ctest -V -R itkAbortProcessObjectTest
UpdateCTestConfiguration from :/Users/johnsonhj/src/BRAINSTools-sysclang-RelWithDebInfo/ITKv5-RelWithDebInfo-build/DartConfiguration.tcl
Parse Config file:/Users/johnsonhj/src/BRAINSTools-sysclang-RelWithDebInfo/ITKv5-RelWithDebInfo-build/DartConfiguration.tcl
Start 413: itkAbortProcessObjectTest
413: Test command: /Users/johnsonhj/src/BRAINSTools-sysclang-RelWithDebInfo/BRAINSTools-RelWithDebInfo-EPRelWithDebInfo-build/bin/ITKCommon1TestDriver "itkAbortProcessObjectTest"
413: Test timeout computed to be: 1500
413: ExtractImageFilter (0x7fbb8ef54430)
413:
413: DirectionCollapseStrategy: ExtractImageFilterEnums::DirectionCollapseStrategy::DIRECTIONCOLLAPSETOUNKOWN
413:
413: Setting AbortGenerateDataOn()
413: TBB Warning: Exact exception propagation is requested by application but the linked library is built without support for it
413: Setting AbortGenerateDataOn()
413: ITK test driver caught an exception:
413: /Users/johnsonhj/src/BRAINSTools-sysclang-RelWithDebInfo/ITKv5/Modules/Core/Common/include/itkTotalProgressReporter.h:70:
413: Object ExtractImageFilter: AbortGenerateDataOn
1/1 Test #413: itkAbortProcessObjectTest ........***Failed 0.05 sec
0% tests passed, 1 tests failed out of 1
Label Time Summary:
ITKCommon = 0.05 sec*proc (1 test)
=====
When compiled with proper defines, exception handeling is performed correctly.
0 commit comments