<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<div><br></div><div>Thanks for the explanation of how the test modules depend on the IO modes, I have been wondering about that.</div><div><br></div><div>Unfortunately, this issue has to do with a mis-configuration of the tiff IO library for big endian systems. I believe I have addressed it here:</div><div><a href="http://review.source.kitware.com/#/c/4293/">http://review.source.kitware.com/#/c/4293/</a></div><div><br></div><div>Brad</div><div><br></div><div><br><div><div>On Feb 16, 2012, at 1:02 PM, Brad King wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>On 2/15/2012 3:10 PM, Bradley Lowekamp wrote:<br><blockquote type="cite">Could not create IO object for file .../HeadMRVolumeMaximumProjection0.tif<br></blockquote><blockquote type="cite"> &nbsp;&nbsp;Tried to create one of the following:<br></blockquote>[snip]<br><blockquote type="cite"> &nbsp;&nbsp;&nbsp;&nbsp;TIFFImageIO<br></blockquote><br>If it tried TIFFImageIO then it is not a registration problem.<br>The CreateTestDriver macro handles registration of all main IO types:<br><br> &nbsp;Modules/Core/TestKernel/CreateTestDriver.cmake<br> &nbsp;Modules/Core/TestKernel/include/itkTestDriverIncludeRequiredIOFactories.h<br><br>The tests for each module are built in a pseudo-module for the module's<br>"test" directory. &nbsp;It is to this test module that TEST_DEPENDS applies.<br>They all depend on TestKernel which depends on all the IO types:<br><br> &nbsp;$ cat Modules/Core/TestKernel/itk-module.cmake<br> &nbsp;...<br> &nbsp;itk_module(ITKTestKernel<br> &nbsp;&nbsp;&nbsp;DEPENDS<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ITKIOTIFF<br><br>If it did not then the test drivers would not link.<br><br>I do not think it is a problem with module dependencies or IO registration.<br><br>Can you verify the input file existence and type and reproduce the failure<br>when running the test by hand in the dashboard build tree?<br><br>-Brad K<br></div></blockquote></div><br><div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 12px; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">========================================================</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Bradley Lowekamp<span class="Apple-converted-space">&nbsp;</span><span class="Apple-converted-space">&nbsp;</span></font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Medical Science and Computing for</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Office of High Performance Computing and Communications</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">National Library of Medicine<span class="Apple-converted-space">&nbsp;</span></font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; "><a href="mailto:blowekamp@mail.nih.gov">blowekamp@mail.nih.gov</a></font></p><br class="Apple-interchange-newline"></span></div><br class="Apple-interchange-newline">
</div>
<br></div></body></html>