Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 years ago |
Betsy McPhail
|
b070947dff
Add 'DISABLED' test property
|
8 years ago |
Daniel Pfeifer
|
15aa814b85
Remove cmObject.h and cmTypeMacro.h
|
9 years ago |
Daniel Pfeifer
|
fb0b087c4d
Make cmCTestGenericHandler not inherit from cmObject
|
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
|
a7a9239096
mark functions with CM_OVERRIDE
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Brad King
|
180538c706
Source: Stabilize include order
|
9 years ago |
Zack Galbreath
|
993e48d045
CTest: Optionally use a secondary test timeout after matching output
|
9 years ago |
Roman Wüger
|
fd47df4503
CTest: Add options to limit output of passed and failed tests
|
10 years ago |
Daniel Pfeifer
|
b04500a725
cmCTest{Test,MemCheck}Handler: Port to cmXMLWriter
|
10 years ago |
Daniel Pfeifer
|
b26e5b552a
CTest: Generate NamedMeasurement elements directly into xml file
|
10 years ago |
Ben Boeckel
|
270eb96df0
strings: Remove cmStdString references
|
11 years ago |
Rolf Eike Beer
|
3a0d164bb2
allow to mark a test as "Not Run" with a specific return code (#8466)
|
13 years ago |
Clinton Stimpson
|
5730710c86
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
|
12 years ago |
Zack Galbreath
|
eb2decc02d
ctest: Add --rerun-failed option
|
12 years ago |
Rolf Eike Beer
|
6f9aaad150
CTest: create one output file per memcheck (#14303)
|
12 years ago |
David Cole
|
ba4886b717
CTest: print failed tests in index order (#11746)
|
14 years ago |
Zach Mullen
|
350546db3a
Implement ctest_upload command
|
15 years ago |
Brad King
|
a1711f1c6b
Remove trailing whitespace
|
14 years ago |
Zach Mullen
|
51bb493574
Test TIMEOUT property explicitly set to zero should be honored
|
15 years ago |
Zach Mullen
|
767ffba8ff
Added RESOURCE_LOCK test property.
|
15 years ago |
Zach Mullen
|
b4d27dc041
Use historical average of test times to schedule tests.
|
15 years ago |
Zach Mullen
|
ff916b48bd
CTest output submitted to the dashboard is now compressed by default.
|
16 years ago |
Zach Mullen
|
9add940eb6
Added an option to conditionally attach files to a test submission only if the test does not pass. Also some preliminary changes for test output compression.
|
16 years ago |
Zach Mullen
|
5bfe1a1962
Changed XML formatting of files attached to test so that each file is archived and marked up individually, in order to make things easier on the CDash side. Also switched to using the NamedMeasurement tag instead of a new tag.
|
16 years ago |
Zach Mullen
|
dc66139f7c
CTest-side changes to allow users to attach arbitrary files to test results that will be submitted to cdash using the ATTACHED_FILES test property.
|
16 years ago |
Zach Mullen
|
4de7cc3621
Unfortunately, I noticed the comment on bug 8668 too late. This changes my last implementation of the exe wrapper to something which makes much more sense: a REQUIRED_FILES property on tests.
|
16 years ago |