[vtkusers] QVTKOpenGlWidget black screen and tests FAILED
sebastien247
sebastien247 at gmail.com
Fri Jun 16 03:16:16 EDT 2017
Thank you for your help.
For VisualStudio I build "RUN_TESTS" with this change in Properties > Build
Events > Post-Build Event :
/setlocal
"C:\Program Files\CMake\bin\ctest.exe" --force-new-ctest-process -VV -C
$(Configuration)
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd/
But the result is the same like "-V" :
/ test 525
Start 525: vtkGUISupportQtCxx-TestQtDebugLeaksView
525: Test command:
D:\DevTools\VTK-8.0.0.rc2\build\bin\Release\vtkGUISupportQtCxxTests.exe
"TestQtDebugLeaksView" "-D"
"D:/DevTools/VTK-8.0.0.rc2/build/ExternalData//Testing" "-T"
"D:/DevTools/VTK-8.0.0.rc2/build/Testing/Temporary"
525: Test timeout computed to be: 1500
525/1087 Test #525: vtkGUISupportQtCxx-TestQtDebugLeaksView
......................................***Exception: Other 0.01 sec/
The result with -VV in command line is :
/*D:\DevTools\VTK-8.0.0.rc2\build>"C:\Program Files\CMake\bin\ctest.exe" -VV
-R TestQVTKOpenGLWidget -C Release*
UpdateCTestConfiguration from
:D:/DevTools/VTK-8.0.0.rc2/build/DartConfiguration.tcl
Parse Config file:D:/DevTools/VTK-8.0.0.rc2/build/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/CMake/bin/cmake.exe
UpdateCTestConfiguration from
:D:/DevTools/VTK-8.0.0.rc2/build/DartConfiguration.tcl
Parse Config file:D:/DevTools/VTK-8.0.0.rc2/build/DartConfiguration.tcl
Test project D:/DevTools/VTK-8.0.0.rc2/build
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 528
Start 528: vtkGUISupportQtCxx-TestQVTKOpenGLWidget
528: Test command:
D:\DevTools\VTK-8.0.0.rc2\build\bin\Release\vtkGUISupportQtCxxTests.exe
"TestQVTKOpenGLWidget" "-D"
"D:/DevTools/VTK-8.0.0.rc2/build/ExternalData//Testing" "-T"
"D:/DevTools/VTK-8.0.0.rc2/build/Testing/Temporary" "-V"
"D:/DevTools/VTK-8.0.0.rc2/build/ExternalData/GUISupport/Qt/Testing/Data/Baseline/TestQVTKOpenGLWidget.png"
528: Test timeout computed to be: 1500
528: <DartMeasurement name="ImageError"
type="numeric/double">0</DartMeasurement><DartMeasurement
name="BaselineImage"
type="text/string">Standard</DartMeasurement><DartMeasurement
name="WallTime" type="numeric/double">0.459</DartMeasurement>
528: <DartMeasurement name="CPUTime"
type="numeric/double">0.46</DartMeasurement>
1/2 Test #528: vtkGUISupportQtCxx-TestQVTKOpenGLWidget ........... Passed
0.56 sec
test 529
Start 529: vtkGUISupportQtCxx-TestQVTKOpenGLWidgetWithMSAA
529: Test command:
D:\DevTools\VTK-8.0.0.rc2\build\bin\Release\vtkGUISupportQtCxxTests.exe
"TestQVTKOpenGLWidgetWithMSAA" "-D"
"D:/DevTools/VTK-8.0.0.rc2/build/ExternalData//Testing" "-T"
"D:/DevTools/VTK-8.0.0.rc2/build/Testing/Temporary" "-V"
"D:/DevTools/VTK-8.0.0.rc2/build/ExternalData/GUISupport/Qt/Testing/Data/Baseline/TestQVTKOpenGLWidgetWithMSAA.png"
529: Test timeout computed to be: 1500
529: <DartMeasurement name="ImageError"
type="numeric/double">0</DartMeasurement><DartMeasurement
name="BaselineImage"
type="text/string">Standard</DartMeasurement><DartMeasurement
name="WallTime" type="numeric/double">0.504</DartMeasurement>
529: <DartMeasurement name="CPUTime"
type="numeric/double">0.504</DartMeasurement>
2/2 Test #529: vtkGUISupportQtCxx-TestQVTKOpenGLWidgetWithMSAA ... Passed
0.61 sec
The following tests passed:
vtkGUISupportQtCxx-TestQVTKOpenGLWidget
vtkGUISupportQtCxx-TestQVTKOpenGLWidgetWithMSAA
100% tests passed, 0 tests failed out of 2/
Label Time Summary:
vtkGUISupportQt = 1.17 sec (2 tests)
Total Test time (real) = 1.48
--
View this message in context: http://vtk.1045678.n5.nabble.com/QVTKOpenGlWidget-black-screen-and-tests-FAILED-tp5743647p5743660.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list