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

Changes between Version 7 and Version 8 of GSoC/2012/Testing


Ignore:
Timestamp:
08/23/12 03:41:37 (12 years ago)
Author:
Xiaochen Pan
Comment:

/* Structure Design for New Test Suite */

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2012/Testing

    v7 v8  
    1111Please click on the name of each testing framework to see the detailed comparison note and sanity check result.
    1212=  Structure Design for New Test Suite =
     13
     14
     15In order to support the four testing category, the new test-suite is structured in a way that all the tests in each group belong to the same test category. The four groups of tests are Hardware Independent Tests, CPU Dependent Tests,  BSP Dependent Tests, and Peripheral Dependent Tests.  Tests are structured under each test group according to the functionality they serve. The areas are: Tasks(Threads) Management, Memory Management,  File Systems,  General(Miscellaneous) Areas,  Device IO,  Network, Timing Tests.
    1316=  Conversion Plan of Current Test Suite to New Test Suite =
    1417=  Design New Test Framework Interface =