Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 3 and Version 4 of Projects/GSoC/TestingReview/Check


Ignore:
Timestamp:
07/07/12 02:55:32 (12 years ago)
Author:
Xiaochen Pan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Projects/GSoC/TestingReview/Check

    v3 v4  
    88+Test cases, test fixtures, and test suites are well supported by Check with automatic test discovery to promote tests automation.
    99
    10 +It supports tests debug with a NO-FORK mode. It has multiple output format including XML.
     10+It supports tests debugging with a NO-FORK mode. It has multiple output format including XML.
    1111
    12 +It also have a convenient test time out feature to rule out tests take use infinite amount of time.
     12+It also have a convenient test time-out feature to rule out tests take use infinite amount of time.