Bill Hoffman
|
0c650f3965
CTest: Report more detail about system exceptions in tests
|
vor 8 Jahren |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
vor 8 Jahren |
Dāvis Mosāns
|
076aef8e45
Windows: Use UTF-8 for pipes in CMake, CTest and CPack
|
vor 9 Jahren |
Dāvis Mosāns
|
595feb3234
Windows: Encode child process output to internally-used encoding
|
vor 9 Jahren |
Zack Galbreath
|
909842fff9
CTest: report time spent after matching output
|
vor 9 Jahren |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
vor 9 Jahren |
Daniel Pfeifer
|
3849164454
CTest: fix include-what-you-use violations
|
vor 9 Jahren |
Daniel Pfeifer
|
50ad1e0a14
CTest: don't use else after return
|
vor 9 Jahren |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
vor 9 Jahren |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
vor 9 Jahren |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
vor 9 Jahren |
Brad King
|
180538c706
Source: Stabilize include order
|
vor 9 Jahren |
Zack Galbreath
|
993e48d045
CTest: Optionally use a secondary test timeout after matching output
|
vor 9 Jahren |
Brad King
|
721b7e3e56
CTest: Capture test stdout/stderr through one pipe (#15600)
|
vor 10 Jahren |
Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
vor 10 Jahren |
Stephen Kelly
|
930bd47816
Replace 'foo.size() == 0' pattern with foo.empty().
|
vor 10 Jahren |
Rolf Eike Beer
|
e319e32b8c
CTest: make sure never to report negative test times (#14132)
|
vor 12 Jahren |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
vor 13 Jahren |
Bill Hoffman
|
8f8c1edca2
Fix for bug #10859, ctest exit exception incorrectly reported.
|
vor 15 Jahren |
Zach Mullen
|
57efb4a497
BUG: We shouldn't be setting the HideWindow option on the test processes we create.
|
vor 15 Jahren |
Zach Mullen
|
2921fa96ed
Handle multiple carriage return issue on windows VS9. Also make sure that running ctest in showonly mode does not kill our cost store, since many ctest tests do this and corrupt our cost data.
|
vor 16 Jahren |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
vor 16 Jahren |
Brad King
|
bcbb4626a3
Avoid shadowing std::vector member
|
vor 16 Jahren |
Brad King
|
8c24c1dcc3
Fix new CTest output handling for no newline
|
vor 16 Jahren |
Brad King
|
6a7eae7184
Rewrite CTest child output handling
|
vor 16 Jahren |
Zach Mullen
|
6727834a8c
BUG: Fixed extraneous newlines from ctest process output
|
vor 16 Jahren |
Zach Mullen
|
a02ef56401
BUG: Fixed issue where ctest would hang if a process terminated with output in its buffers but no newline
|
vor 16 Jahren |
Zach Mullen
|
5517e17bf9
Fixed ctest output processing. Should now display output as it occurs, as well as be able to consume multiple lines if they exist within the timeout.
|
vor 16 Jahren |
Zach Mullen
|
7f9a0f508f
Fixed output as-it-happens issue. Now displays output as it receives each newline.
|
vor 16 Jahren |
Zach Mullen
|
c6e5dd21fd
Added the test property EXPENSIVE, which denotes that the given test(s) should be started prior to tests that are not marked as such. Also fixed test dependencies, and a few uninitialized variables in cmProcess.
|
vor 16 Jahren |