Skip to main content

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


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

Tuesday Aug 12
C++ standard projects used which included/linked a c++ standard archive.
Limited search for test #6. When searching for functions, if it's defined in a class, use 'method', if it's defined outside a class use 'function'.
Test Windows 1.2.0.23 Solaris 1.2.0.23 Linux 1.2.0.21
1 p p p
2 p p p
3 p p p
4 p p p
5 p 41288 couldn't debug with j2sdk 140_02, but could with j2sdk 131_02 p p
6 p p p
7 p n/a yet n/a yet
8 p n/a yet n/a yet


fixed defects: 41274: updating project properties doesn't modify makefile
updated defects: 41288: c/c++ run configuration problems

Cheers,
Tanya


Back to the top