Bill Hoffman
|
8f8c1edca2
Fix for bug #10859, ctest exit exception incorrectly reported.
|
15 vuotta sitten |
Zach Mullen
|
960dc2b10f
Do not exit if stoptime is passed.
|
15 vuotta sitten |
David Cole
|
003ffe5908
Fix intermingling of test environments when tests run in parallel.
|
15 vuotta sitten |
Zach Mullen
|
4b32ee01f2
Better detection of stop_time being passed.
|
15 vuotta sitten |
Zach Mullen
|
9eea95c90f
Fix StopTime to also account for localtime being a day ahead of gmtime
|
15 vuotta sitten |
Zach Mullen
|
9676c52c3e
Fix for StopTime for cases when gmtime is a day ahead of localtime
|
15 vuotta sitten |
Zach Mullen
|
a2fe175647
More debugging of StopTime test
|
15 vuotta sitten |
Zach Mullen
|
0d48f81d32
Test using std::min
|
15 vuotta sitten |
Zach Mullen
|
4c59570bfb
Replace min() call with its literal definition
|
15 vuotta sitten |
Zach Mullen
|
0ba9d04117
Add the --stop-time argument
|
15 vuotta sitten |
Zach Mullen
|
767ffba8ff
Added RESOURCE_LOCK test property.
|
15 vuotta sitten |
Zach Mullen
|
b4d27dc041
Use historical average of test times to schedule tests.
|
15 vuotta sitten |
Zach Mullen
|
a0cc49a915
Support for relative paths to executables in MemCheck tests. Also fixed a bug causing memcheck args to be overwritten repetitively.
|
15 vuotta sitten |
Zach Mullen
|
3312e3d710
Fix size type conversion warning in RunTest.
|
16 vuotta sitten |
Zach Mullen
|
66f44f64d5
Fix segfault on Borland compiler resulting from divide by 0.
|
16 vuotta sitten |
Zach Mullen
|
1842d2eae0
Fix output compression error message
|
16 vuotta sitten |
Zach Mullen
|
ff916b48bd
CTest output submitted to the dashboard is now compressed by default.
|
16 vuotta sitten |
Zach Mullen
|
5e427677c3
Restore the "***Not Run" message to ctest command line output for tests which did not start due to missing/bad executables or missing required files.
|
16 vuotta sitten |
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 vuotta sitten |
Zach Mullen
|
48b6133928
[0008668: CTest Dev: Missing executables shown as failed tests when using MPI.] Added a wrapping option to add_test so that exes built by the project can be safely wrapped in other exes and be listed as "not run" rather than "failed" if they are not built.
|
16 vuotta sitten |
Bill Hoffman
|
22c37b2b19
Hanle the case where a test can not be run because it is a bad executable.
|
16 vuotta sitten |
Zach Mullen
|
c17ce46c73
Align test output for timeout condition.
|
16 vuotta sitten |
Zach Mullen
|
727fa7bcb6
Fix ctest output alignment for cases where total tests run is not the same width as max test index.
|
16 vuotta sitten |
David Cole
|
85feea2d0d
Fix floating point comparison warnings. Thanks to Alex Neundorf for the patch.
|
16 vuotta sitten |
Zach Mullen
|
b304186bc5
Match width of ctest "Start xx: " line to line up with the end test line
|
16 vuotta sitten |
Zach Mullen
|
a5be445ca9
BUG: CTest should honor test timeouts.
|
16 vuotta sitten |
Zach Mullen
|
202bb45695
BUG: 0009612: --output-on-failure option doesn't work with the new parallel CTest handler
|
16 vuotta sitten |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 vuotta sitten |
Zach Mullen
|
5a2f24856e
Output a message in ctest when each test is started
|
16 vuotta sitten |
Bill Hoffman
|
932dac93b7
Fix uninitialized errors.
|
16 vuotta sitten |