summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Collapse)AuthorAgeFilesLines
* Features: Record features for SunPro C 5.13 and 5.14Brad King2017-05-112-1/+12
|
* Merge topic 'print-function-server-tests'Brad King2017-05-112-2/+4
|\ | | | | | | | | | | | | | | a8f04a6f Tests/Server: import print_function from the future Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Matt Soucy <matthew.soucy@baesystems.com> Merge-request: !822
| * Tests/Server: import print_function from the futureBen Boeckel2017-05-102-2/+4
| | | | | | | | | | | | This makes the output much more readable. Suggested-by: Matt Soucy
* | Merge topic 'test-lang-fix'Brad King2017-05-102-2/+2
|\ \ | | | | | | | | | | | | | | | | | | 9b541aae TestFindOpenMP,MPI: Disable default languages Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !816
| * | TestFindOpenMP,MPI: Disable default languagesChristian Pfeiffer2017-05-082-2/+2
| | |
* | | Merge topic 'ninja-windows-command-concat'Brad King2017-05-102-0/+24
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | 5e0e03d9 Ninja: Fix command concatenation on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !801
| * | Ninja: Fix command concatenation on WindowsBernhard Burgermeister2017-05-092-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Put commands that contain `||` into brackets to avoid early abort of execution by `cmd.exe` because `||` has higher precedence than `&&` in `cmd.exe`. Add test to check for command execution after `||` as part of a parameter and as command separator. Fixes: #16850
* | | Tests: Fix RunCMake.Framework expectation for universal binariesBrad King2017-05-082-2/+5
| |/ |/| | | | | | | While at it, replace `\n` in with a real newline because such escape sequences are not processed in this context.
* | Merge topic 'pgi-fix-linux'Brad King2017-05-081-30/+30
|\ \ | | | | | | | | | | | | | | | | | | d59e3509 Do not assume GCC libs are linked by all compilers Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !800
| * | Do not assume GCC libs are linked by all compilersChristian Pfeiffer2017-05-051-30/+30
| |/ | | | | | | | | Not all compilers link libgcc and libgcc_s causing trouble when linking C++ code with instance PGI Fortran and C compilers.
* | Merge topic 'ctest_submit_headers'Brad King2017-05-057-0/+10
|\ \ | |/ |/| | | | | | | | | 1a7d00bd ctest_submit: Add HTTPHEADER option Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !793
| * ctest_submit: Add HTTPHEADER optionZack Galbreath2017-05-047-0/+10
| | | | | | | | | | | | | | | | | | Allow CTest script writers to specify additional HTTP headers to be sent to CDash during submission. The motivating case for this feature is a corresponding change in CDash. This will allow projects to refuse submissions from any site not bearing a valid authentication token.
* | Merge topic 'ipo-xcode'Brad King2017-05-032-3/+2
|\ \ | | | | | | | | | | | | | | | | | | 7e75568b Xcode: Support IPO (LTO) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !785
| * | Xcode: Support IPO (LTO)Ruslan Baratov2017-05-022-3/+2
| | |
* | | Merge topic 'excludeFixtures'Brad King2017-05-0210-2/+151
|\ \ \ | |/ / |/| | | | | | | | | | | | | | c1b2b7c0 Add ctest options for limiting which tests fixtures add Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !778
| * | Add ctest options for limiting which tests fixtures addCraig Scott2017-05-0110-2/+151
| | | | | | | | | | | | | | | The new options allow the user to restrict the setup and cleanup tests automatically added for fixtures.
* | | Merge topic 'separgs-native'Brad King2017-04-2811-31/+61
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 28d83837 separgs: Use NATIVE_COMMAND where appropriate 2a207aac separgs: Add a NATIVE_COMMAND mode 81841426 separgs: Migrate tests to RunCMake tests Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !753
| * | | separgs: Use NATIVE_COMMAND where appropriateChristian Pfeiffer2017-04-261-5/+1
| | | |
| * | | separgs: Add a NATIVE_COMMAND modeChristian Pfeiffer2017-04-262-0/+20
| | | |
| * | | separgs: Migrate tests to RunCMake testsChristian Pfeiffer2017-04-269-26/+40
| | | |
* | | | Merge topic 'bindexplib-consts'Brad King2017-04-282-0/+12
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | afb21342 bindexplib: fix constants symbols export Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !763
| * | | bindexplib: fix constants symbols exportMikhail Paulyshka2017-04-262-0/+12
| | | |
* | | | Merge topic 'test-install-objects-as-files'Brad King2017-04-275-6/+26
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f4c23ee2 Tests: Add case for install(FILES) with TARGET_OBJECTS d272c4d5 Tests: Generalize RunCMake.install internal infrastructure Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !769
| * | | | Tests: Add case for install(FILES) with TARGET_OBJECTSBrad King2017-04-265-0/+16
| | | | |
| * | | | Tests: Generalize RunCMake.install internal infrastructureBrad King2017-04-261-6/+10
| | |/ / | |/| | | | | | | | | | Allow `run_install_test` to be used for simpler cases.
* | | | Merge topic 'cuda-device-link-ar'Brad King2017-04-2711-8/+278
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 493671a5 CUDA: Static libraries can now explicitly resolve device symbols 8fb85c68 CUDA: Makefile uses relative path for device linking status messages a36fb229 CUDA: Visual Studio now properly delays device linking Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !759
| * | | | CUDA: Static libraries can now explicitly resolve device symbolsRobert Maynard2017-04-268-0/+204
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a static library has the property CUDA_RESOLVE_DEVICE_SYMBOLS enabled it will now perform the device link step. The normal behavior is to delay calling device link until the static library is consumed by a shared library or an executable.
| * | | | CUDA: Visual Studio now properly delays device linkingRobert Maynard2017-04-263-8/+74
| | |/ / | |/| |
* | | | Merge topic 'test-makefile-custom-target-includes'Brad King2017-04-275-3/+30
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 434f5cef Tests: Add case for IMPLICIT_DEPENDS in custom target 6d1be6e3 Tests: Split RunCMake.BuildDepends make-only condition Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !766
| * | | | Tests: Add case for IMPLICIT_DEPENDS in custom targetBrad King2017-04-265-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the `IMPLICIT_DEPENDS` option of `add_custom_command` and place the command in a custom target. Verify that `INCLUDE_DIRECTORIES` of that custom target are honored. This is a case that was not really designed to work but happens to work, is useful, and makes sense. Add a test case make sure it continues to work. Issue: #16830
| * | | | Tests: Split RunCMake.BuildDepends make-only conditionBrad King2017-04-261-3/+4
| | | | |
* | | | | Merge topic 'ctest_test-ignore-skipped-tests'Brad King2017-04-2717-12/+145
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 851b6c15 cmCTestTestHandler: indicate why a test did not run 25a7f14f Help: add release notes ab8bbef9 cmCTestTestHandler: count skipped tests as disabled 202a44a4 cmCTestRunTest: do not count skipped tests as failed Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Craig Scott <craig.scott@crascit.com> Merge-request: !741
| * | | | cmCTestTestHandler: indicate why a test did not runBen Boeckel2017-04-2410-20/+20
| | | | |
| * | | | cmCTestTestHandler: count skipped tests as disabledBen Boeckel2017-04-2411-0/+133
| | |_|/ | |/| | | | | | | | | | | | | | | | | | The `Skipped` status is basically a runtime version of the `Disabled` status (set as a property on the test by the configure step), so treat them the same.
* | | | Merge topic 'xctest_static_framework'Brad King2017-04-265-0/+63
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bfa92e57 XCTest: Add support for static frameworks Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !732
| * | | | XCTest: Add support for static frameworksGuillaume Campagna2017-04-255-0/+63
| | | | | | | | | | | | | | | | | | | | Fixes: #16636
* | | | | Merge topic 'findopenmp-modernized'Brad King2017-04-269-0/+186
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 99ac0940 FindOpenMP: Add tests bb032c1b FindOpenMP: Complete overhaul. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !733
| * | | | FindOpenMP: Add testsChristian Pfeiffer2017-04-259-0/+186
| | | | |
* | | | | Merge topic 'deprecate-policy-old'Brad King2017-04-2510-1/+102
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | 4f5bbbea Add deprecation warnings for policies CMP0036 and below Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !743
| * | | | Add deprecation warnings for policies CMP0036 and belowBrad King2017-04-2110-1/+102
| | |_|/ | |/| | | | | | | | | | | | | | | | | | The OLD behaviors of all policies are deprecated, but only by documentation. Add an explicit deprecation diagnostic for some policies to encourage projects to port away from setting policies to OLD.
* | | | Merge topic 'remove-xcode-2'Brad King2017-04-247-60/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7373b389 Xcode: Drop support for Xcode versions below 3 eaf53849 Xcode: Compute version number earlier Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Gregor Jasny <gjasny@googlemail.com> Merge-request: !737
| * | | | Xcode: Drop support for Xcode versions below 3Brad King2017-04-227-60/+5
| |/ / /
* | | | Merge topic 'vs8-deprecate'Brad King2017-04-245-0/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 81f9c9e8 Deprecate Visual Studio 8 2005 generator Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !739
| * | | | Deprecate Visual Studio 8 2005 generatorBrad King2017-04-215-0/+15
| |/ / / | | | | | | | | | | | | | | | | Update documentation to mark the generator deprecated. Add a warning at the end of generation plus an option to turn off the warning.
* | | | Merge topic 'namespace-jar-exports'Brad King2017-04-243-2/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0bee0066 Tests: Test namespaces with exported JARs 789c8de3 UseJava: Support namespaced exports Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !729
| * | | | Tests: Test namespaces with exported JARsMatthew Woehlke2017-04-213-2/+6
| | |_|/ | |/| |
* | | | Merge topic 'fix-test-all-find-modules'Brad King2017-04-242-6/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cda401fe Tests: Simplify CMakeOnly.AllFindModules policy settings 1a2ede17 Tests: Fix FindModulesExecuteAll when KDE4 is installed Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !736
| * | | | Tests: Simplify CMakeOnly.AllFindModules policy settingsBrad King2017-04-211-5/+1
| | | | |
| * | | | Tests: Fix FindModulesExecuteAll when KDE4 is installedBrad King2017-04-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set `CMP0017` to `NEW` so that when FindKDE4 sets `CMAKE_MODULE_PATH` it does not break internal dependencies of other find modules. Fixes: #16823
| * | | | Merge branch 'server-mode-test-no-pyc' into releaseBrad King2017-04-031-0/+1
| |\ \ \ \