[vtk-developers] 22 new failing GPU tests on OpenGL2 dashboard

Aashish Chaudhary aashish.chaudhary at kitware.com
Thu Jan 29 14:50:14 EST 2015


On Thu, Jan 29, 2015 at 2:35 PM, David Cole <DLRdave at aol.com> wrote:

> I've narrowed it down by using git bisect on the machine where the
> tests actually fail. I would really like to see this stuff fixed to
> work in this context before the official VTK 6.2 release. This is not
> ready from my perspective. What else can I do to help out here?
>
> Here are the results of the git bisect:
>
> git log --oneline 13abfb73^..be72f94c
>
> be72f94 ENH: Convert noise and depth textures to use texture object
> --> builds, and has a leak, but texture does not render
>     This is the first commit that compiles, and runs enough
>     to demonstrate the problem
>
> 275d348 Initial null value for pointer
> --> builds, but *crashes* when you run the test
>
> a4e8dc6 ENH: Make sure the new API for opacity tables is supported by
> mapper
> --> builds, but *crashes* when you run the test
>
> 8a8b190 ENH: Use vtkTextureObject for gradient opacity table
> --> does not even build, compiler error
>
> 65ff2f8 ENH: Use texture object for opacity tables
> --> does not even build, compiler error
>
> 13abfb7 Minor semantic changes
> --> This was the last good build, where the textures actually worked,
>     and running the GPURayCast tests pass...
>

Dave,

This is very helpful information. We had some other priorities for volume
rendering and we didn't spent time on re-surrecting the issue that you are
having on a older intel chipset.


> I must admit, I'm a little bit disappointed that some of the commits
> in what was merged to VTK master don't even compile...


The ones prefixed with *ENH:* are from Sankhesh I believe. I think he
builds and test the code on his Linux box but I don't have more information
on whether on it built on his system.


> I would hope we
> could be a bit less sloppy, and hold ourselves to a higher standard.
> Rushing something in before it's ready for prime time serves no one.
>

If you referring to crash, then I am not convinced because we cannot run
50+ tests after each commit. If we want to do that then probably we should
setup travis CI like system. If you are referring to the build, then yes,
its not allowed to have build failures but again travis ci like system
would help there too am I am not entirely sure if that was the case on
Linux system. Hope it makes sense. Without further information its hard for
me say something concrete.

>
> Let me know if I can assist you further in figuring out the best fix
> moving forward.
>

Sure, I need to push some more volume stuff today / tomorrow after that I
will look in this issue. So far I am not able to reproduce this.

Thanks,
Aashish

>
>
> Thanks,
> David C.
>
>
>
>
> On Fri, Jan 16, 2015 at 11:53 AM, Aashish Chaudhary
> <aashish.chaudhary at kitware.com> wrote:
> > I think I got a machine like that -:) (A gift from Kitware).  I will
> > resurrect it.
> >
> > - Aashish
> >
> > On Fri, Jan 16, 2015 at 11:48 AM, David Cole <DLRdave at aol.com> wrote:
> >>
> >> Sure -- no problem, take your time.
> >>
> >> This should be reproducible on any Windows machine using built-in
> >> Intel GPU without a "real" graphics card... Happens on my laptop, too.
> >> (i.e. -- any "cheap" sub $1000 Windows box, like the kind you see at
> >> Target, Costco and Best Buy...)
> >>
> >>
> >> On Fri, Jan 16, 2015 at 11:41 AM, Aashish Chaudhary
> >> <aashish.chaudhary at kitware.com> wrote:
> >> > Thanks for all the information. I am working on one fix anyways. What
> I
> >> > will
> >> > do is that I will push a branch that will dump few more things on the
> >> > console that we can capture on your machine
> >> > in case I cannot find a way to replicate on our systems.  Allow me a
> day
> >> > to
> >> > do that.
> >> >
> >> > Thanks,
> >> >
> >> >
> >> > On Fri, Jan 16, 2015 at 11:30 AM, David Cole <DLRdave at aol.com> wrote:
> >> >>
> >> >> I ran:
> >> >>
> >> >>     C:\n\d\Nightly\VTK Win32-ninja-cl12-Debug> ctest -R "GPURayCast"
> >> >> -VV > GPURayCastTests.txt
> >> >>
> >> >>     Errors while running CTest
> >> >>
> >> >> Whatever is failing is not very informative on the console output...
> I
> >> >> don't see any errors reported other than the test failures due to
> >> >> image differences. The ones that fail do not render any volume at
> all,
> >> >> just the background color of the render window.
> >> >>
> >> >> Let me know if you'd rather have it as a text file attachment, or if
> >> >> there is anything else I can try on this machine for you.
> >> >>
> >> >> Thanks,
> >> >> David C.
> >> >>
> >> >>
> >> >> And here is the verbose output:
> >> >>
> >> >> UpdateCTestConfiguration  from :C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/DartConfiguration.tcl
> >> >> Parse Config file:C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/DartConfiguration.tcl
> >> >>  Add coverage exclude regular expressions.
> >> >>  Add coverage exclude: vtk.*TCLInit.cxx
> >> >>  Add coverage exclude: vtk[^\.]+(Java|Python|Tcl).cxx
> >> >>  Add coverage exclude: .*vtkOpenGLState.*
> >> >>  Add coverage exclude: .*Testing.Cxx.*cxx
> >> >>  Add coverage exclude: .*Testing.Cxx.*h
> >> >>  Add coverage exclude: .*moc_.*cxx
> >> >>  Add coverage exclude: .*/Rendering/OpenGL/vtkgl.*
> >> >>  Add coverage exclude: .*/Utilities/.*
> >> >>  Add coverage exclude: .*/ThirdParty/.*
> >> >>  Add coverage exclude: .*vtkOpenGLPolyDataMapper.*
> >> >> SetCTestConfiguration:CMakeCommand:C:/Program Files
> >> >> (x86)/CMake/bin/cmake.exe
> >> >> UpdateCTestConfiguration  from :C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/DartConfiguration.tcl
> >> >> Parse Config file:C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/DartConfiguration.tcl
> >> >> Test project C:/n/d/Nightly/VTK Win32-ninja-cl12-Debug
> >> >> Constructing a list of tests
> >> >> Done constructing a list of tests
> >> >> Checking test dependency graph...
> >> >> Checking test dependency graph end
> >> >> test 795
> >> >>       Start 795: vtkRenderingVolumeCxx-TestGPURayCastAdditive
> >> >>
> >> >> 795: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastAdditive" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastAdditive.png"
> >> >> 795: Test timeout computed to be: 1500
> >> >> 795: CTEST_FULL_OUTPUT (Avoid ctest truncation of output)
> >> >> 795: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">3462.57</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastAdditive.png</DartMeasurementFile>
> >> >> 795: Failed Image Test : 3462.57
> >> >> 795: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastAdditive.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastAdditive.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.25</DartMeasurement>
> >> >> 795: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.25</DartMeasurement>
> >> >>  1/26 Test #795: vtkRenderingVolumeCxx-TestGPURayCastAdditive
> >> >> ...........................***Failed    1.02 sec
> >> >> test 796
> >> >>       Start 796:
> >> >> vtkRenderingVolumeCxx-TestGPURayCastCompositeBinaryMask
> >> >>
> >> >> 796: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastCompositeBinaryMask" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastCompositeBinaryMask.png"
> >> >> 796: Test timeout computed to be: 1500
> >> >> 796: CTEST_FULL_OUTPUT (Avoid ctest truncation of output)
> >> >> 796: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">3046.61</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastCompositeBinaryMask.png</DartMeasurementFile>
> >> >> 796: Failed Image Test : 3046.61
> >> >> 796: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastCompositeBinaryMask.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastCompositeBinaryMask.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.156</DartMeasurement>
> >> >> 796: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.156</DartMeasurement>
> >> >>  2/26 Test #796:
> >> >> vtkRenderingVolumeCxx-TestGPURayCastCompositeBinaryMask
> >> >> ................***Failed    2.42 sec
> >> >> test 797
> >> >>       Start 797:
> vtkRenderingVolumeCxx-TestGPURayCastCompositeMaskBlend
> >> >>
> >> >> 797: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastCompositeMaskBlend" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastCompositeMaskBlend.png"
> >> >> 797: Test timeout computed to be: 1500
> >> >> 797: CTEST_FULL_OUTPUT (Avoid ctest truncation of output)
> >> >> 797: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">3395.8</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastCompositeMaskBlend.png</DartMeasurementFile>
> >> >> 797: Failed Image Test : 3395.8
> >> >> 797: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastCompositeMaskBlend.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastCompositeMaskBlend.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.14</DartMeasurement>
> >> >> 797: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.141</DartMeasurement>
> >> >>  3/26 Test #797:
> >> >> vtkRenderingVolumeCxx-TestGPURayCastCompositeMaskBlend
> >> >> .................***Failed    0.58 sec
> >> >> test 798
> >> >>       Start 798: vtkRenderingVolumeCxx-TestGPURayCastCompositeMask
> >> >>
> >> >> 798: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastCompositeMask" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastCompositeMask.png"
> >> >> 798: Test timeout computed to be: 1500
> >> >> 798: CTEST_FULL_OUTPUT (Avoid ctest truncation of output)
> >> >> 798: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">4265.66</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastCompositeMask.png</DartMeasurementFile>
> >> >> 798: Failed Image Test : 4265.66
> >> >> 798: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastCompositeMask.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastCompositeMask.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.297</DartMeasurement>
> >> >> 798: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.297</DartMeasurement>
> >> >>  4/26 Test #798: vtkRenderingVolumeCxx-TestGPURayCastCompositeMask
> >> >> ......................***Failed    0.81 sec
> >> >> test 799
> >> >>       Start 799: vtkRenderingVolumeCxx-TestGPURayCastCompositeToMIP
> >> >>
> >> >> 799: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastCompositeToMIP" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastCompositeToMIP.png"
> >> >> 799: Test timeout computed to be: 1500
> >> >> 799: CTEST_FULL_OUTPUT (Avoid ctest truncation of output)
> >> >> 799: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">6482.66</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastCompositeToMIP.png</DartMeasurementFile>
> >> >> 799: Failed Image Test : 6482.66
> >> >> 799: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastCompositeToMIP.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastCompositeToMIP.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.172</DartMeasurement>
> >> >> 799: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.171</DartMeasurement>
> >> >>  5/26 Test #799: vtkRenderingVolumeCxx-TestGPURayCastCompositeToMIP
> >> >> .....................***Failed    0.73 sec
> >> >> test 800
> >> >>       Start 800: vtkRenderingVolumeCxx-TestGPURayCastCropping
> >> >>
> >> >> 800: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastCropping" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastCropping.png"
> >> >> 800: Test timeout computed to be: 1500
> >> >> 800: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">9580.46</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastCropping.png</DartMeasurementFile>
> >> >> 800: Failed Image Test : 9580.46
> >> >> 800: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastCropping.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastCropping.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.766</DartMeasurement>
> >> >> 800: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.765</DartMeasurement>
> >> >>  6/26 Test #800: vtkRenderingVolumeCxx-TestGPURayCastCropping
> >> >> ...........................***Failed    1.98 sec
> >> >> test 801
> >> >>       Start 801: vtkRenderingVolumeCxx-TestGPURayCastDataTypesMinIP
> >> >>
> >> >> 801: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastDataTypesMinIP" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastDataTypesMinIP.png"
> >> >> 801: Test timeout computed to be: 1500
> >> >> 801: CTEST_FULL_OUTPUT (Avoid ctest truncation of output)
> >> >> 801: range=16,255
> >> >> 801: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">7915.92</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastDataTypesMinIP.png</DartMeasurementFile>
> >> >> 801: Failed Image Test : 7915.92
> >> >> 801: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastDataTypesMinIP.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastDataTypesMinIP.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.687</DartMeasurement>
> >> >> 801: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.687</DartMeasurement>
> >> >>  7/26 Test #801: vtkRenderingVolumeCxx-TestGPURayCastDataTypesMinIP
> >> >> .....................***Failed    2.13 sec
> >> >> test 802
> >> >>       Start 802: vtkRenderingVolumeCxx-TestGPURayCastDataTypesMIP
> >> >>
> >> >> 802: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastDataTypesMIP" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastDataTypesMIP.png"
> >> >> 802: Test timeout computed to be: 1500
> >> >> 802: CTEST_FULL_OUTPUT (Avoid ctest truncation of output)
> >> >> 802: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">4006.97</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastDataTypesMIP.png</DartMeasurementFile>
> >> >> 802: Failed Image Test : 4006.97
> >> >> 802: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastDataTypesMIP.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastDataTypesMIP.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.656</DartMeasurement>
> >> >> 802: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.656</DartMeasurement>
> >> >>  8/26 Test #802: vtkRenderingVolumeCxx-TestGPURayCastDataTypesMIP
> >> >> .......................***Failed    2.02 sec
> >> >> test 803
> >> >>       Start 803:
> >> >> vtkRenderingVolumeCxx-TestGPURayCastFourComponentsComposite
> >> >>
> >> >> 803: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastFourComponentsComposite" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastFourComponentsComposite.png"
> >> >> 803: Test timeout computed to be: 1500
> >> >> 803: CTEST_FULL_OUTPUT (Avoid ctest truncation of output)
> >> >> 803: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">1595.46</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastFourComponentsComposite.png</DartMeasurementFile>
> >> >> 803: Failed Image Test : 1595.46
> >> >> 803: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastFourComponentsComposite.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastFourComponentsComposite.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.172</DartMeasurement>
> >> >> 803: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.172</DartMeasurement>
> >> >>  9/26 Test #803:
> >> >> vtkRenderingVolumeCxx-TestGPURayCastFourComponentsComposite
> >> >> ............***Failed    0.72 sec
> >> >> test 804
> >> >>       Start 804:
> >> >> vtkRenderingVolumeCxx-TestGPURayCastFourComponentsCompositeStreaming
> >> >>
> >> >> 804: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastFourComponentsCompositeStreaming" "-D"
> >> >> "C:/n/d/Nightly/VTK Win32-ninja-cl12-Debug/ExternalData//Testing"
> "-T"
> >> >> "C:/n/d/Nightly/VTK Win32-ninja-cl12-Debug/Testing/Temporary" "-V"
> >> >> "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastFourComponentsCompositeStreaming.png"
> >> >> 804: Test timeout computed to be: 1500
> >> >> 804: CTEST_FULL_OUTPUT (Avoid ctest truncation of output)
> >> >> 804: Memory usage for the ImageData=16Mb
> >> >> 804: Dims of the ImageData=575x101x75=4Mb
> >> >> 804: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">1591.24</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastFourComponentsCompositeStreaming.png</DartMeasurementFile>
> >> >> 804: Failed Image Test : 1591.24
> >> >> 804: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastFourComponentsCompositeStreaming.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastFourComponentsCompositeStreaming.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.172</DartMeasurement>
> >> >> 804: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.172</DartMeasurement>
> >> >> 10/26 Test #804:
> >> >> vtkRenderingVolumeCxx-TestGPURayCastFourComponentsCompositeStreaming
> >> >> ...***Failed    0.98 sec
> >> >> test 805
> >> >>       Start 805:
> >> >> vtkRenderingVolumeCxx-TestGPURayCastFourComponentsMinIP
> >> >>
> >> >> 805: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastFourComponentsMinIP" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastFourComponentsMinIP.png"
> >> >> 805: Test timeout computed to be: 1500
> >> >> 805: CTEST_FULL_OUTPUT (Avoid ctest truncation of output)
> >> >> 805: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">716.884</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastFourComponentsMinIP.png</DartMeasurementFile>
> >> >> 805: Failed Image Test : 716.884
> >> >> 805: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastFourComponentsMinIP.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastFourComponentsMinIP.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.172</DartMeasurement>
> >> >> 805: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.172</DartMeasurement>
> >> >> 11/26 Test #805:
> >> >> vtkRenderingVolumeCxx-TestGPURayCastFourComponentsMinIP
> >> >> ................***Failed    0.61 sec
> >> >> test 806
> >> >>       Start 806:
> vtkRenderingVolumeCxx-TestGPURayCastFourComponentsMIP
> >> >>
> >> >> 806: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastFourComponentsMIP" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastFourComponentsMIP.png"
> >> >> 806: Test timeout computed to be: 1500
> >> >> 806: CTEST_FULL_OUTPUT (Avoid ctest truncation of output)
> >> >> 806: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">4195.87</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastFourComponentsMIP.png</DartMeasurementFile>
> >> >> 806: Failed Image Test : 4195.87
> >> >> 806: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastFourComponentsMIP.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastFourComponentsMIP.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.125</DartMeasurement>
> >> >> 806: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.125</DartMeasurement>
> >> >> 12/26 Test #806:
> vtkRenderingVolumeCxx-TestGPURayCastFourComponentsMIP
> >> >> ..................***Failed    0.55 sec
> >> >> test 807
> >> >>       Start 807: vtkRenderingVolumeCxx-TestGPURayCastMapperBenchmark
> >> >>
> >> >> 807: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastMapperBenchmark" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastMapperBenchmark.png"
> >> >> 807: Test timeout computed to be: 1500
> >> >> 807: CTEST_FULL_OUTPUT (Avoid ctest truncation of output)
> >> >> 807: First Render Time: 0.515
> >> >> 807: Interactive Render Time: 0.13821
> >> >> 807: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">25683.8</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastMapperBenchmark.png</DartMeasurementFile>
> >> >> 807: Failed Image Test : 25683.8
> >> >> 807: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastMapperBenchmark.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastMapperBenchmark.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.187</DartMeasurement>
> >> >> 807: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.188</DartMeasurement>
> >> >> 13/26 Test #807: vtkRenderingVolumeCxx-TestGPURayCastMapperBenchmark
> >> >> ....................***Failed   33.31 sec
> >> >> test 808
> >> >>       Start 808:
> >> >> vtkRenderingVolumeCxx-TestGPURayCastMapperSampleDistance
> >> >>
> >> >> 808: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastMapperSampleDistance" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastMapperSampleDistance.png"
> >> >> 808: Test timeout computed to be: 1500
> >> >> 808: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">25710.4</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastMapperSampleDistance.png</DartMeasurementFile>
> >> >> 808: Failed Image Test : 25710.4
> >> >> 808: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastMapperSampleDistance.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastMapperSampleDistance.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.157</DartMeasurement>
> >> >> 808: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.156</DartMeasurement>
> >> >> 14/26 Test #808:
> >> >> vtkRenderingVolumeCxx-TestGPURayCastMapperSampleDistance
> >> >> ...............***Failed    2.70 sec
> >> >> test 809
> >> >>       Start 809: vtkRenderingVolumeCxx-TestGPURayCastMIPBinaryMask
> >> >>
> >> >> 809: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastMIPBinaryMask" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastMIPBinaryMask.png"
> >> >> 809: Test timeout computed to be: 1500
> >> >> 809: CTEST_FULL_OUTPUT (Avoid ctest truncation of output)
> >> >> 809: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">4846.07</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastMIPBinaryMask.png</DartMeasurementFile>
> >> >> 809: Failed Image Test : 4846.07
> >> >> 809: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastMIPBinaryMask.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastMIPBinaryMask.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.14</DartMeasurement>
> >> >> 809: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.14</DartMeasurement>
> >> >> 15/26 Test #809: vtkRenderingVolumeCxx-TestGPURayCastMIPBinaryMask
> >> >> ......................***Failed    0.44 sec
> >> >> test 810
> >> >>       Start 810: vtkRenderingVolumeCxx-TestGPURayCastMIPToComposite
> >> >>
> >> >> 810: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastMIPToComposite" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastMIPToComposite.png"
> >> >> 810: Test timeout computed to be: 1500
> >> >> 810: CTEST_FULL_OUTPUT (Avoid ctest truncation of output)
> >> >> 810: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">5734.58</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastMIPToComposite.png</DartMeasurementFile>
> >> >> 810: Failed Image Test : 5734.58
> >> >> 810: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastMIPToComposite.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastMIPToComposite.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.157</DartMeasurement>
> >> >> 810: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.156</DartMeasurement>
> >> >> 16/26 Test #810: vtkRenderingVolumeCxx-TestGPURayCastMIPToComposite
> >> >> .....................***Failed    0.73 sec
> >> >> test 811
> >> >>       Start 811:
> >> >> vtkRenderingVolumeCxx-TestGPURayCastNearestDataTypesMIP
> >> >>
> >> >> 811: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastNearestDataTypesMIP" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastNearestDataTypesMIP.png"
> >> >> 811: Test timeout computed to be: 1500
> >> >> 811: CTEST_FULL_OUTPUT (Avoid ctest truncation of output)
> >> >> 811: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">6187.06</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastNearestDataTypesMIP.png</DartMeasurementFile>
> >> >> 811: Failed Image Test : 6187.06
> >> >> 811: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastNearestDataTypesMIP.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastNearestDataTypesMIP.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.656</DartMeasurement>
> >> >> 811: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.656</DartMeasurement>
> >> >> 17/26 Test #811:
> >> >> vtkRenderingVolumeCxx-TestGPURayCastNearestDataTypesMIP
> >> >> ................***Failed    2.06 sec
> >> >> test 812
> >> >>       Start 812:
> >> >> vtkRenderingVolumeCxx-TestGPURayCastPerspectiveParallel
> >> >>
> >> >> 812: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastPerspectiveParallel" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastPerspectiveParallel.png"
> >> >> 812: Test timeout computed to be: 1500
> >> >> 812: CTEST_FULL_OUTPUT (Avoid ctest truncation of output)
> >> >> 812: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">5994.61</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastPerspectiveParallel.png</DartMeasurementFile>
> >> >> 812: Failed Image Test : 5994.61
> >> >> 812: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastPerspectiveParallel.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastPerspectiveParallel.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.156</DartMeasurement>
> >> >> 812: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.156</DartMeasurement>
> >> >> 18/26 Test #812:
> >> >> vtkRenderingVolumeCxx-TestGPURayCastPerspectiveParallel
> >> >> ................***Failed    0.70 sec
> >> >> test 813
> >> >>       Start 813: vtkRenderingVolumeCxx-TestGPURayCastVolumeUpdate
> >> >>
> >> >> 813: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastVolumeUpdate" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastVolumeUpdate.png"
> >> >> 813: Test timeout computed to be: 1500
> >> >> 813: CTEST_FULL_OUTPUT (Avoid ctest truncation of output)
> >> >> 813: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">0</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.359</DartMeasurement>
> >> >> 813: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.359</DartMeasurement>
> >> >> 19/26 Test #813: vtkRenderingVolumeCxx-TestGPURayCastVolumeUpdate
> >> >> .......................   Passed   58.96 sec
> >> >> test 818
> >> >>       Start 818: vtkRenderingVolumeCxx-TestGPURayCastClipping
> >> >>
> >> >> 818: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastClipping" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastClipping.png"
> >> >> 818: Test timeout computed to be: 1500
> >> >> 818: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">2142.49</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastClipping.png</DartMeasurementFile>
> >> >> 818: Failed Image Test : 2142.49
> >> >> 818: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastClipping.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastClipping.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.156</DartMeasurement>
> >> >> 818: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.156</DartMeasurement>
> >> >> 20/26 Test #818: vtkRenderingVolumeCxx-TestGPURayCastClipping
> >> >> ...........................***Failed    0.67 sec
> >> >> test 819
> >> >>       Start 819: vtkRenderingVolumeCxx-TestGPURayCastGradientOpacity
> >> >>
> >> >> 819: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastGradientOpacity" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastGradientOpacity.png"
> >> >> 819: Test timeout computed to be: 1500
> >> >> 819: CTEST_FULL_OUTPUT (Avoid ctest truncation of output)
> >> >> 819: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">0</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.265</DartMeasurement>
> >> >> 819: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.266</DartMeasurement>
> >> >> 21/26 Test #819: vtkRenderingVolumeCxx-TestGPURayCastGradientOpacity
> >> >> ....................   Passed    0.78 sec
> >> >> test 820
> >> >>       Start 820: vtkRenderingVolumeCxx-TestGPURayCastVolumePolyData
> >> >>
> >> >> 820: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastVolumePolyData" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastVolumePolyData.png"
> >> >> 820: Test timeout computed to be: 1500
> >> >> 820: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">0</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.578</DartMeasurement>
> >> >> 820: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.578</DartMeasurement>
> >> >> 22/26 Test #820: vtkRenderingVolumeCxx-TestGPURayCastVolumePolyData
> >> >> .....................   Passed    1.47 sec
> >> >> test 821
> >> >>       Start 821: vtkRenderingVolumeCxx-TestGPURayCastVolumeRotation
> >> >>
> >> >> 821: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastVolumeRotation" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastVolumeRotation.png"
> >> >> 821: Test timeout computed to be: 1500
> >> >> 821: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">0</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.188</DartMeasurement>
> >> >> 821: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.187</DartMeasurement>
> >> >> 23/26 Test #821: vtkRenderingVolumeCxx-TestGPURayCastVolumeRotation
> >> >> .....................   Passed    0.56 sec
> >> >> test 822
> >> >>       Start 822: vtkRenderingVolumeCxx-TestGPURayCastVolumeScale
> >> >>
> >> >> 822: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastVolumeScale" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastVolumeScale.png"
> >> >> 822: Test timeout computed to be: 1500
> >> >> 822: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">864.475</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastVolumeScale.png</DartMeasurementFile>
> >> >> 822: Failed Image Test : 864.475
> >> >> 822: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastVolumeScale.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastVolumeScale.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.422</DartMeasurement>
> >> >> 822: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.421</DartMeasurement>
> >> >> 24/26 Test #822: vtkRenderingVolumeCxx-TestGPURayCastVolumeScale
> >> >> ........................***Failed    1.11 sec
> >> >> test 823
> >> >>       Start 823: vtkRenderingVolumeCxx-TestGPURayCastVolumeLightKit
> >> >>
> >> >> 823: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastVolumeLightKit" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastVolumeLightKit.png"
> >> >> 823: Test timeout computed to be: 1500
> >> >> 823: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">5852.3</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastVolumeLightKit.png</DartMeasurementFile>
> >> >> 823: Failed Image Test : 5852.3
> >> >> 823: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastVolumeLightKit.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastVolumeLightKit.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.172</DartMeasurement>
> >> >> 823: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.172</DartMeasurement>
> >> >> 25/26 Test #823: vtkRenderingVolumeCxx-TestGPURayCastVolumeLightKit
> >> >> .....................***Failed    0.67 sec
> >> >> test 824
> >> >>       Start 824: vtkRenderingVolumeCxx-TestGPURayCastPositionalLights
> >> >>
> >> >> 824: Test command: "C:\n\d\Nightly\VTK
> >> >> Win32-ninja-cl12-Debug\bin\vtkRenderingVolumeCxxTests.exe"
> >> >> "TestGPURayCastPositionalLights" "-D" "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/ExternalData//Testing" "-T"
> "C:/n/d/Nightly/VTK
> >> >> Win32-ninja-cl12-Debug/Testing/Temporary" "-V" "C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastPositionalLights.png"
> >> >> 824: Test timeout computed to be: 1500
> >> >> 824: <DartMeasurement name="ImageError"
> >> >> type="numeric/double">1917.12</DartMeasurement><DartMeasurement
> >> >> name="BaselineImage"
> >> >> type="text/string">Standard</DartMeasurement><DartMeasurementFile
> >> >> name="TestImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastPositionalLights.png</DartMeasurementFile>
> >> >> 824: Failed Image Test : 1917.12
> >> >> 824: <DartMeasurementFile name="DifferenceImage"
> >> >> type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/Testing/Temporary/TestGPURayCastPositionalLights.diff.png</DartMeasurementFile><DartMeasurementFile
> >> >> name="ValidImage" type="image/png">C:/n/d/Nightly/VTK
> >> >>
> >> >>
> >> >>
> Win32-ninja-cl12-Debug/ExternalData/Rendering/Volume/Testing/Data/Baseline/TestGPURayCastPositionalLights.png</DartMeasurementFile><DartMeasurement
> >> >> name="WallTime" type="numeric/double">0.203</DartMeasurement>
> >> >> 824: <DartMeasurement name="CPUTime"
> >> >> type="numeric/double">0.203</DartMeasurement>
> >> >> 26/26 Test #824: vtkRenderingVolumeCxx-TestGPURayCastPositionalLights
> >> >> ...................***Failed    1.00 sec
> >> >>
> >> >> The following tests passed:
> >> >>     vtkRenderingVolumeCxx-TestGPURayCastVolumeUpdate
> >> >>     vtkRenderingVolumeCxx-TestGPURayCastGradientOpacity
> >> >>     vtkRenderingVolumeCxx-TestGPURayCastVolumePolyData
> >> >>     vtkRenderingVolumeCxx-TestGPURayCastVolumeRotation
> >> >>
> >> >> 15% tests passed, 22 tests failed out of 26
> >> >>
> >> >> Total Test time (real) = 120.40 sec
> >> >>
> >> >> The following tests FAILED:
> >> >>     795 - vtkRenderingVolumeCxx-TestGPURayCastAdditive (Failed)
> >> >>     796 - vtkRenderingVolumeCxx-TestGPURayCastCompositeBinaryMask
> >> >> (Failed)
> >> >>     797 - vtkRenderingVolumeCxx-TestGPURayCastCompositeMaskBlend
> >> >> (Failed)
> >> >>     798 - vtkRenderingVolumeCxx-TestGPURayCastCompositeMask (Failed)
> >> >>     799 - vtkRenderingVolumeCxx-TestGPURayCastCompositeToMIP (Failed)
> >> >>     800 - vtkRenderingVolumeCxx-TestGPURayCastCropping (Failed)
> >> >>     801 - vtkRenderingVolumeCxx-TestGPURayCastDataTypesMinIP (Failed)
> >> >>     802 - vtkRenderingVolumeCxx-TestGPURayCastDataTypesMIP (Failed)
> >> >>     803 - vtkRenderingVolumeCxx-TestGPURayCastFourComponentsComposite
> >> >> (Failed)
> >> >>     804 -
> >> >> vtkRenderingVolumeCxx-TestGPURayCastFourComponentsCompositeStreaming
> >> >> (Failed)
> >> >>     805 - vtkRenderingVolumeCxx-TestGPURayCastFourComponentsMinIP
> >> >> (Failed)
> >> >>     806 - vtkRenderingVolumeCxx-TestGPURayCastFourComponentsMIP
> >> >> (Failed)
> >> >>     807 - vtkRenderingVolumeCxx-TestGPURayCastMapperBenchmark
> (Failed)
> >> >>     808 - vtkRenderingVolumeCxx-TestGPURayCastMapperSampleDistance
> >> >> (Failed)
> >> >>     809 - vtkRenderingVolumeCxx-TestGPURayCastMIPBinaryMask (Failed)
> >> >>     810 - vtkRenderingVolumeCxx-TestGPURayCastMIPToComposite (Failed)
> >> >>     811 - vtkRenderingVolumeCxx-TestGPURayCastNearestDataTypesMIP
> >> >> (Failed)
> >> >>     812 - vtkRenderingVolumeCxx-TestGPURayCastPerspectiveParallel
> >> >> (Failed)
> >> >>     818 - vtkRenderingVolumeCxx-TestGPURayCastClipping (Failed)
> >> >>     822 - vtkRenderingVolumeCxx-TestGPURayCastVolumeScale (Failed)
> >> >>     823 - vtkRenderingVolumeCxx-TestGPURayCastVolumeLightKit (Failed)
> >> >>     824 - vtkRenderingVolumeCxx-TestGPURayCastPositionalLights
> (Failed)
> >> >>
> >> >>
> >> >>
> >> >> On Thu, Jan 15, 2015 at 10:41 AM, Aashish Chaudhary
> >> >> <aashish.chaudhary at kitware.com> wrote:
> >> >> > Thanks. Can you run just one test with -V options and send me that
> >> >> > output. I
> >> >> > am wondering something is failing texture wise (most likely 3D
> >> >> > texture)
> >> >> > which is causing the issue.
> >> >> >
> >> >> > - Aashish
> >> >> >
> >> >> > On Thu, Jan 15, 2015 at 10:20 AM, David Cole <DLRdave at aol.com>
> wrote:
> >> >> >>
> >> >> >> The machine does not have a publicly available way for you to
> >> >> >> connect... But I can try anything out for you on it, just let me
> >> >> >> know
> >> >> >> what you want me to try.
> >> >> >>
> >> >> >> The graphics is built-in Intel: Intel HD Graphics 2500, driver
> >> >> >> version
> >> >> >> 10.18.10.3621, OpenGL 4.0, OpenCL 1.2.
> >> >> >>
> >> >> >> What else do you need?
> >> >> >>
> >> >> >> thx,
> >> >> >> D
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> On Thu, Jan 15, 2015 at 9:57 AM, Aashish Chaudhary
> >> >> >> <aashish.chaudhary at kitware.com> wrote:
> >> >> >> > Thanks for pointing it out. Is this machine accesible to us? I
> am
> >> >> >> > not
> >> >> >> > seeing
> >> >> >> > these failures on our dashboards. The earliest I can look into
> it
> >> >> >> > is
> >> >> >> > this
> >> >> >> > evening.
> >> >> >> >
> >> >> >> > What intel graphics card this machine has?
> >> >> >> >
> >> >> >> > - Aashish
> >> >> >> >
> >> >> >> > On Thu, Jan 15, 2015 at 6:21 AM, David Cole <DLRdave at aol.com>
> >> >> >> > wrote:
> >> >> >> >>
> >> >> >> >> This build:
> >> >> >> >> https://open.cdash.org/buildSummary.php?buildid=3652134
> >> >> >> >>
> >> >> >> >> with these updates:
> >> >> >> >> https://open.cdash.org/viewUpdate.php?buildid=3652134
> >> >> >> >>
> >> >> >> >> introduced 22 new TestGPURayCast test failures:
> >> >> >> >> https://open.cdash.org/viewTest.php?onlydelta&buildid=3652134
> >> >> >> >>
> >> >> >> >> This is an OpenGL2 build, running on low end built-in Intel
> >> >> >> >> graphics
> >> >> >> >> (with Windows 8.1)...
> >> >> >> >>
> >> >> >> >> Can you make the tests pass again on this machine like they
> were
> >> >> >> >> in
> >> >> >> >> the previous build...?
> >> >> >> >>
> >> >> >> >>
> >> >> >> >> Thanks,
> >> >> >> >> David C.
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> > --
> >> >> >> > | Aashish Chaudhary
> >> >> >> > | Technical Leader
> >> >> >> > | Kitware Inc.
> >> >> >> > | http://www.kitware.com/company/team/chaudhary.html
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> > --
> >> >> > | Aashish Chaudhary
> >> >> > | Technical Leader
> >> >> > | Kitware Inc.
> >> >> > | http://www.kitware.com/company/team/chaudhary.html
> >> >
> >> >
> >> >
> >> >
> >> > --
> >> > | Aashish Chaudhary
> >> > | Technical Leader
> >> > | Kitware Inc.
> >> > | http://www.kitware.com/company/team/chaudhary.html
> >
> >
> >
> >
> > --
> > | Aashish Chaudhary
> > | Technical Leader
> > | Kitware Inc.
> > | http://www.kitware.com/company/team/chaudhary.html
>



-- 



*| Aashish Chaudhary | Technical Leader         | Kitware Inc.            *
*| http://www.kitware.com/company/team/chaudhary.html
<http://www.kitware.com/company/team/chaudhary.html>*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20150129/c7ac32b5/attachment-0001.html>


More information about the vtk-developers mailing list