BUG: ExtensionBuildSystem: Update tests to illustrate 0004247 problem.
Note: This commit causes the extension build system tests to fail.
For sake of clarity, it is NOT squashed with the next commit
that is fixing the problem.
On Ubuntu using 3.4.2
$ ctest -R py_cmake_slicer_extensions
Test project /home/jcfr/Projects/Slicer-Release/Slicer-build
Start 7: py_cmake_slicer_extensions_index_build_without_upload
1/4 Test 0000007: py_cmake_slicer_extensions_index_build_without_upload ............... Passed 7.05 sec
Start 8: py_cmake_slicer_extensions_index_build_with_upload
2/4 Test 0000008: py_cmake_slicer_extensions_index_build_with_upload ..................***Failed 12.53 sec
Start 9: py_cmake_slicer_extensions_index_build_with_upload_using_ctest
3/4 Test 0000009: py_cmake_slicer_extensions_index_build_with_upload_using_ctest ...... Passed 33.31 sec
Start 10: py_cmake_slicer_extensions_index_build_without_upload_using_ctest
4/4 Test 0000010: py_cmake_slicer_extensions_index_build_without_upload_using_ctest ... Passed 7.29 sec
Tested-by: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
On Windows:
C:\dev\slcr\s4-vs13\Slicer-build>ctest -C Debug -R py_cmake_slicer_extensions
Test project C:/dev/slcr/s4-vs13/Slicer-build
Start 7: py_cmake_slicer_extensions_index_build_without_upload
1/4 Test 0000007: py_cmake_slicer_extensions_index_build_without_upload ............... Passed 129.20 sec
Start 8: py_cmake_slicer_extensions_index_build_with_upload
2/4 Test 0000008: py_cmake_slicer_extensions_index_build_with_upload ..................Failed 106.77 sec
Start 9: py_cmake_slicer_extensions_index_build_with_upload_using_ctest
3/4 Test 0000009: py_cmake_slicer_extensions_index_build_with_upload_using_ctest ......Failed 104.04 sec
Start 10: py_cmake_slicer_extensions_index_build_without_upload_using_ctest
4/4 Test 0000010: py_cmake_slicer_extensions_index_build_without_upload_using_ctest ... Passed 125.68 sec
Tested-by: Isaiah Norton <inorton@bwh.harvard.edu>
On MacOSX:
The following tests passed:
py_cmake_slicer_extensions_index_build_without_upload
py_cmake_slicer_extensions_index_build_with_upload_using_ctest
py_cmake_slicer_extensions_index_build_without_upload_using_ctest
75% tests passed, 1 tests failed out of 4
Label Time Summary:
CMake = 174.82 sec (4 tests)
Total Test time (real) = 174.95 sec
The following tests FAILED:
8 - py_cmake_slicer_extensions_index_build_with_upload (Failed)
Tested-by: Steve Pieper <pieper@isomics.com>
git-svn-id: http://svn.slicer.org/Slicer4/trunk@25438 3bd1e089-480b-0410-8dfb-8563597acbee |