- 20 Sep, 2016 1 commit
-
-
Dan Lipsa authored
-
- 08 Mar, 2016 1 commit
-
-
Code extracted from: https://gitlab.kitware.com/third-party/proj.git at commit 41bdf05361007f8c5186f3df9944d86bb273ed13 (for/vtk).
-
- 18 Sep, 2015 1 commit
-
-
David C. Lonie authored
Since the FrontBuffer option was taken out, the testing framework will first test the backbuffer, and if that fails, then test the front buffer. However, if a test fails, the images uploaded to CDash show the wrong data. For instance: https://open.cdash.org/testDetails.php?test=373277492&build=4009262 shows the valid image as completely black, while the actual failure: https://open.cdash.org/testDetails.php?test=374725352&build=4016849 shows that the number of labels displayed has changed.
-
- 11 Aug, 2015 1 commit
-
-
- 09 Apr, 2015 1 commit
-
-
David C. Lonie authored
-
- 15 Sep, 2014 1 commit
-
-
Cory Quammen authored
The source file suffixes were missing for some tests, which meant that vtk_add_test_* couldn't recognize them as tests. Fixed this by adding the missing extensions. Change-Id: Ibf5c6bc3226e0c05588a0aa2ffc6b362066de08b
-
- 18 Jun, 2014 2 commits
-
-
Marcus D. Hanwell authored
Change-Id: I09a59d37a048eebc3b0f30bbe743010815e1691f
-
Marcus D. Hanwell authored
Many of the OpenGL tests were for RenderingCore API, others were from RenderingImage and RenderingLabel. Moving them to more appropriate locations, this makes it easier to validate some of the OpenGL2 implementations now we have a concept of multiple rendering backends. Change-Id: I48db6a50ddc3d64d899a6b99b8cd21960fa26055
-
- 16 Apr, 2014 1 commit
-
-
Ben Boeckel authored
Change-Id: I5f19b101063e1a25d4f5db5c4356ce5efffbd90d
-
- 04 Jun, 2013 1 commit
-
-
Brad King authored
Add to the Testing/Data directory ExternalData content links mirroring the content and layout we use from the VTKData/Data directory. Add a CMake/vtkLegacyData.cmake module, included from CMakeLists.txt and Testing/External/CMakeLists.txt, to call ExternalData_Expand_Arguments for all data directories added from VTKData/Data. This will bulk-fetch all test input data currently used by tests of any module, enabled or not. We can make the DATA{} references more granular later. Add a VTK_TEST_DATA_DIR variable to refer to the directory we tell the ExternalData module to populate the real data files. Replace references to VTK_DATA_ROOT in test command lines (after -D) with references to VTK_TEST_DATA_DIR. Drop the VTK_DATA_ROOT CMake option and stop using the VTKData repository. Remove the TESTING_DATA option from the vtk_add_test_cxx API and remove the VTK_DATA_ROOT option from the vtk_add_test_mpi API since all test input data are now handled t...
-
- 17 May, 2013 2 commits
-
-
Brad King authored
Baseline images are now referenced by ExternalData content links stored directly in each module source tree. Drop the old VTKData baseline subdirectory name from the vtk_add_test_* signatures. Change-Id: I5bdc7a5bf87fc7c8fa77dcd50b79f2f54d6eba31
-
Brad King authored
Change-Id: I7c6ab523d022f28256bb9d29e23ebacbcf6eafdd
-
- 14 May, 2013 1 commit
-
-
Brad King authored
Use shell code: git grep -Elz '\<add_test_(mpi|python|tcl)' | xargs -0 sed -ri 's/\<add_test_(mpi|python|tcl)/vtk_add_test_\1/g' Change-Id: I6d076e2483209a83231fb1c96053f0389a3fcdf2
-
- 28 Apr, 2013 1 commit
-
-
Andrew Maclean authored
This has been done by removing the "tcl-isms" and making the code more readable. In some cases redundant code has been removed (often a result of copy/paste operations). The code has also been checked to ensure each line is 80 characters or less. The code can now be run using vtkpython or by using the appropriate Python environment. Originally these were TCL scripts that were converted using vtkTclTestToPy.py and they they needed to be run through the rtImageTest.py driver which defines a few needed functions/variables for their operation. To this end backdrop.py has been added where it is needed. Change-Id: I50d6505628c140ea4551f74f7f3e85df907567e1 Signed-off-by:
Andrew Maclean <andrew.amaclean@gmail.com>
-
- 15 Feb, 2013 1 commit
-
-
Bill Lorensen authored
A test should run without VTK_DATA_ROOT unless it needs input data from VTK_DATA_ROOT. Tests that have image baselines should still run unless they need input data. rtImage.tcl is modified to skip baseline comparisons if VTK_DATA_ROOT is not defined. CMakeLists.txt files are converted to use add_test_tcl macro for consistency. CMakeLists.txt files are changed to isolate tests that need input data. This was tested as follows: 1) configured a build with VTK_DATA_ROOT undefine ctest -R Tcl- 154 tests passed 2) configured a build with VTK_DATA_ROOT defined ctest -R Tcl- 390 tests passed This means that 390-154 = 236 tcl tests require input data Change-Id: I9067a3e3e2a710ddf353f0181cc7b22a85b5ef10
-
- 11 Oct, 2012 1 commit
-
-
Nikhil Shetty authored
Change-Id: Ie3bf3cd6ceaa8596838c42a8333e0e955b608c75
-
- 20 May, 2012 1 commit
-
-
Bill Lorensen authored
Change-Id: I820f318a33ab588a676559a3a7ab6d917feec7b4
-
- 09 Apr, 2012 2 commits
-
-
Exclude ThirdParty, Utilities/MetaIO, and Utilities/KWSys as these are maintained outside VTK. Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com> Co-Author: Chris Harris <chris.harris@kitware.com> Co-Author: Brad King <brad.king@kitware.com>
-
Move source files from their former monolithic VTK location to their new location in modular VTK without modification. This preserves enough information for "git blame -M" and "git log --follow" to connect modularized VTK files to their original location and history. Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com> Co-Author: Chris Harris <chris.harris@kitware.com> Co-Author: Brad King <brad.king@kitware.com> Co-Author: Nikhil Shetty <nikhil.shetty@kitware.com>
-