Changes between Version 59 and Version 60 of GSoC/2014/TestingFrameworkForGRASS
- Timestamp:
- 10/13/14 06:46:08 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2014/TestingFrameworkForGRASS
v59 v60 1081 1081 * support report with different system configurations (e.g. compiler) 1082 1082 * provide functionality for benchmarks (benchmarks and tests should be something different but the needed functionality might be very similar and also tests can be timed and profiled and benchmarks will show if something is broken, however benchmarks might take much longer time to run) 1083 * run tests with and without debugging messages and without (both are useful since debug can be too verbose), setting the right variables before the tests, similar things apply to verbose modes and compilation in debug mode and without 1084 * provide information about segmentation fault (that it was SIGSEGV, traceback, ...) and similar cases 1085 * monitor subprocesses which should end with the parent but they don't (applies especially to processes which are running independently on calling process) 1083 1086 1084 1087 It would be also interesting to compare this testing framework to the older "test suite", for example which features are missing.