Changes between Version 59 and Version 60 of GSoC/2014/TestingFrameworkForGRASS


Ignore:
Timestamp:
Oct 13, 2014, 6:46:08 AM (10 years ago)
Author:
wenzeslaus
Comment:

add note about debug messages

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2014/TestingFrameworkForGRASS

    v59 v60  
    10811081 * support report with different system configurations (e.g. compiler)
    10821082 * 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)
    10831086
    10841087It would be also interesting to compare this testing framework to the older "test suite", for example which features are missing.