Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-test-dev] Sanity CDT 1.2.0.24


Tuesday Aug 19

Sanity Tests:
1. Load an Unmanaged project into CDT in any platform (Linux, Windows are Solaris)
2. Open a file of the project and verify that the Outline View displays the classes, the functions, etc correctly
3. Edit a cpp file in the project to add a comment or a line of code
4. Build the project
5. Debug the project
6. Perform a Search
7. Load a Managed project into CDT in any platform (Linux, Windows and Solaris)
8. Build the Managed project

Standard projects used included/linked a c++ standard archive.
Functionaliy for search on c files to come soon.

Test Windows 1.2.0.24 Solaris 1.2.0.24 Linux 1.2.0.24
1 p p p
2 p p p
3 p p p
4 p p p
5 p p can't debug a linked archive (static lib) from an executable
6 f 41751 f 41751 f 41751
7 p p p
8 f 41719 f 41719 p


fixed defects: 41222 extra linker flag -o fails build
new defects:
41719: (solaris blocker) New managed c++ project builds empty makefile
41720: (linux normal) library added to a project not included in makefile
41733: (all critical) Upgrade old projects to CDT 1.2
41751: (all major) cannot search on cpp files. (It was known that only h and cpp files could  be searched, and that others would be added soon)

Cheers,
Tanya

Back to the top