David Cole
|
8af8eab7a4
Use stable_sort to preserve test order (#11877)
|
14 gadi atpakaļ |
Zach Mullen
|
6b0c7ded57
Support explicitly set test costs in non-parallel testing.
|
15 gadi atpakaļ |
Brad King
|
1f7133cd61
CTest: Fix line-too-long style in DEPEND cycle error
|
15 gadi atpakaļ |
Brad King
|
f48d3bc5ba
CTest: Fix test DEPEND cycle detection
|
15 gadi atpakaļ |
Zach Mullen
|
13f24540ad
Remove debugging message from parallel ctest
|
15 gadi atpakaļ |
Zach Mullen
|
32242affea
Added CTest command --print-labels
|
15 gadi atpakaļ |
Brad King
|
28a16d1cc4
Merge branch 'improve-test-cost-sorting'
|
15 gadi atpakaļ |
Zach Mullen
|
142edf8ad4
More robust cost-based scheduling impl
|
15 gadi atpakaļ |
Zach Mullen
|
3e52000a07
Fix cycle detection for test dependencies
|
15 gadi atpakaļ |
David Cole
|
415900ba77
Eliminate -Wconversion warnings.
|
15 gadi atpakaļ |
Zach Mullen
|
1a4c0c55c7
Parallel CTest hangs if serial test has depends
|
15 gadi atpakaļ |
Zach Mullen
|
960dc2b10f
Do not exit if stoptime is passed.
|
15 gadi atpakaļ |
Zach Mullen
|
fa3c1817b1
Cost-based test scheduling should only be done in parallel mode.
|
15 gadi atpakaļ |
Zach Mullen
|
2fd9b8072b
Add unit test for RESOURCE_LOCK test property
|
15 gadi atpakaļ |
Zach Mullen
|
767ffba8ff
Added RESOURCE_LOCK test property.
|
15 gadi atpakaļ |
Zach Mullen
|
5cfbdb1f80
Close ifstream.
|
15 gadi atpakaļ |
Zach Mullen
|
348f6c4d8c
If tests failed on the last run, have them run first next time
|
15 gadi atpakaļ |
Zach Mullen
|
09e748c69a
Configurable path to CTest cost data file
|
15 gadi atpakaļ |
Zach Mullen
|
b4d27dc041
Use historical average of test times to schedule tests.
|
15 gadi atpakaļ |
Zach Mullen
|
c87282ce52
Re-enabled Scheduler test and fixed the underlying problem.
|
16 gadi atpakaļ |
Zach Mullen
|
08ac33fe6a
Fix memory leak that occurred when a test executable could not be started. (See BadExe test)
|
16 gadi atpakaļ |
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.
|
16 gadi atpakaļ |
Zach Mullen
|
f7899c7445
Fixed a bug where it was possible for a test to be started twice if a lower-indexed test depended on it.
|
16 gadi atpakaļ |
Zach Mullen
|
9f105a3f6d
Fix style warning in cmsystemtools, cosmetic change to ctest code
|
16 gadi atpakaļ |
Zach Mullen
|
9aa4e134b5
Fixed infinite loop condition when a test's dependent test executable could not be found.
|
16 gadi atpakaļ |
Zach Mullen
|
d47ada823a
Added logic to check for cycles in the test dependency graph before any tests are run. Previously a cycle resulted in a segfault from stack overflow.
|
16 gadi atpakaļ |
Zach Mullen
|
e2b63e473d
Fix working dir issue for ctest show only mode (-N)
|
16 gadi atpakaļ |
Zach Mullen
|
f2010871ba
Ctest was broken for subdirs. Restored working directory state for tests so that their executables could be found.
|
16 gadi atpakaļ |
Zach Mullen
|
b304186bc5
Match width of ctest "Start xx: " line to line up with the end test line
|
16 gadi atpakaļ |
David Cole
|
ccb0cf1306
Fix warnings in CMake source code.
|
16 gadi atpakaļ |