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

Changes between Version 2 and Version 3 of Projects/GSoC/TestingReview/CuTest


Ignore:
Timestamp:
07/07/12 03:03:56 (12 years ago)
Author:
Xiaochen Pan
Comment:

Legend:

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

    v2 v3  
    22
    33
    4 CuTest is very simple unit testing framework. It can be used for host-based testing. Although it claims itself to be highly portable, it does not fit to work for RTEMS based testing.
     4CuTest is very simple unit testing framework. It can be used for host-based testing. Although it claims itself to be highly portable, it does not fit to work for RTEMS based testing.
     5
     6The reason is complicated. Here is one error message for testing CuTest under RTEMS:
     7CuTest Error Message
     8    Unexpected trap ( 7) at address 0x0200FD94
     9    memory address not aligned
     10Checking nm of the binary file:
     11sparc-rtems4.11-nm hello.exe -n -r
     12    0200fe04 T _RTEMS_tasks_Manager_initialization
     13    0200fd78 t _RTEMS_tasks_Post_switch_extension
     14    0200fce4 t _RTEMS_tasks_Create_extension