Bill Hoffman
|
0c650f3965
CTest: Report more detail about system exceptions in tests
|
8 years ago |
Pavel Solodovnikov
|
8b6f439ef2
Access string npos without instance
|
8 years ago |
Ben Boeckel
|
202a44a4ca
cmCTestRunTest: do not count skipped tests as failed
|
8 years ago |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 years ago |
Betsy McPhail
|
b070947dff
Add 'DISABLED' test property
|
8 years ago |
Betsy McPhail
|
42c68aadf8
CTest: Improve 'Completion Status' reported to CDash for 'Not Run' tests
|
8 years ago |
Ben Boeckel
|
aba92ffd92
cmWorkingDirectory: use the new class
|
8 years ago |
Sylvain Joubert
|
a105863772
CTest: Properly reset output to avoid duplication with --repeat-until-fail
|
8 years ago |
Daniel Pfeifer
|
b932cd4298
clang-tidy: apply misc-redundant-expression fixes
|
9 years ago |
Zack Galbreath
|
d3633731ab
Do not query CDash for version
|
9 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Craig Scott
|
73f47c9e46
CTest: Add support for test fixtures
|
9 years ago |
Daniel Pfeifer
|
3849164454
CTest: fix include-what-you-use violations
|
9 years ago |
Daniel Pfeifer
|
50ad1e0a14
CTest: don't use else after return
|
9 years ago |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Daniel Pfeifer
|
c6220de276
Use the empty() method to check for emptyness.
|
9 years ago |
Daniel Pfeifer
|
1b2bb93302
Remove redundant c_str() calls.
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 years ago |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 years ago |
Brad King
|
180538c706
Source: Stabilize include order
|
9 years ago |
Zack Galbreath
|
06b7f5d2ca
CTest: Only apply the secondary test timeout once
|
9 years ago |
Zack Galbreath
|
993e48d045
CTest: Optionally use a secondary test timeout after matching output
|
9 years ago |
Brad King
|
721b7e3e56
CTest: Capture test stdout/stderr through one pipe (#15600)
|
10 years ago |
Daniel Pfeifer
|
b26e5b552a
CTest: Generate NamedMeasurement elements directly into xml file
|
10 years ago |
Brad King
|
cc8b8cdc75
Merge topic 'ctest-repeat-until-fail'
|
10 years ago |
Bill Hoffman
|
fde70a1b26
ctest: Add a new --repeat-until-fail option
|
10 years ago |
Zach Mullen
|
874fdd914a
CTest: Output test-specific env vars in verbose mode (#15446)
|
10 years ago |
Zack Galbreath
|
0b87b2a339
ctest_memcheck: Add QUIET option
|
10 years ago |
Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
10 years ago |